EntityPlagueBeast can#t be summoned because of NullPointerException
Budschie opened this issue ยท 1 comments
Steps to reproduce:
- Start minecraft with mod.
- Execute the command "/summon rats:plague_beast"
- Observe that the entity can't be summoned because of a NullPointerException.
This is likely due to the fact that the strings OwnerUUID and Owner are not present when summoning the entity.
You have to specify a OwnerUUID for it to work (e.g. with the command "/summon rats:plague_beast ~ ~ ~ {OwnerUUID:"0"}").