Introduction
Quick and simple introduction to the bloodmoon mobs.
Last updated
Was this helpful?
Quick and simple introduction to the bloodmoon mobs.
Last updated
Was this helpful?
Custom mobs are configurable mobs that allow you to completely personalize mobs including name, health, speed, etc ...
We have a custom mob named "reinforced-creeper". The type of that mob is CREEPER, the speed is 0.3 with a health of 20.
You can also see , it has a property "explosion-radius". If we take a closer look at this property, we can see that this property is specific to certain mob types only. In this case, it's only for the mob type CREEPER.
The recommended way of creating mobs is using the commands. This will add all the necessary properties with default values.
The above command will create a new custom mob with id "harrythebee". The second command will set the display name of the mob to a custom name "Harry".
If we take a look in the , we can take the following example:
You can read more about properties by clicking
You can read more about mob commands by clicking