added MinecartChest specific mob options authored by Lxlp's avatar Lxlp
...@@ -1013,6 +1013,16 @@ Colors must be uppercase,can be any of the [Spigot Llama colors](https://hub.spi ...@@ -1013,6 +1013,16 @@ Colors must be uppercase,can be any of the [Spigot Llama colors](https://hub.spi
``` ```
## MinecartChest
#### ChestContents
The [droptable] that will be put inside the chest.
```yaml
Options:
ChestContents: example_droptable
```
## Panda ## Panda
#### MainGene #### MainGene
...@@ -1256,3 +1266,6 @@ Defaults to `FARMER`. ...@@ -1256,3 +1266,6 @@ Defaults to `FARMER`.
Options: Options:
Profession: MASON Profession: MASON
``` ```
[droptable]: drops/Drops#drop-tables
\ No newline at end of file