added MinecartChest specific mob options authored by Lxlp's avatar Lxlp
...@@ -949,7 +949,7 @@ Defaults to `HORSE` ...@@ -949,7 +949,7 @@ Defaults to `HORSE`
**Removed in MC 1.11+, use[Type](Mobs/Mobs#type) instead.** **Removed in MC 1.11+, use[Type](Mobs/Mobs#type) instead.**
## Iron Golem ## IronGolem
#### PlayerCreated #### PlayerCreated
Acts as if the player built the mob. Acts as if the player built the mob.
Defaults to `false`. Defaults to `false`.
...@@ -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
...@@ -1255,4 +1265,7 @@ Defaults to `FARMER`. ...@@ -1255,4 +1265,7 @@ Defaults to `FARMER`.
```yaml ```yaml
Options: Options:
Profession: MASON Profession: MASON
``` ```
\ No newline at end of file
[droptable]: drops/Drops#drop-tables
\ No newline at end of file