Darkhax-Minecraft / MobStages

Allows mob spawning to be put into stages
GNU Lesser General Public License v2.1
3 stars 8 forks source link

[1.12.2] I can't use it on a certain mob #16

Closed Nitrouille closed 2 years ago

Nitrouille commented 2 years ago

Hello,

I coded that the Sun Spirit from Aether Legacy cannot spawn since we reach a certain stage But when I launch the game, it says that this entity doesn't exist

I know I put the right ID because I can summon it with this ID, and I copy-pasted the line of code so I cannot be wrong through this

Darkhax commented 2 years ago

Hello, that log entry is generated when the ID is not present in the entity registry. This can only happen if you have typed the ID incorrectly or the mod in question has not properly registered their entities. I've reviewed the code responsible for this warning and it seems to be working as intended.