... | @@ -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
|
... | @@ -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 |