Hello,
i wan't to create a custom slime entity. I create a new Class and add extens EntitySlime
i try to spawn it into the world with world.spawnEntityInWorld and everything works fine (no error log)
but i can't see the entity ingame.
I wrote it for mc 1.8
i also tried to Register the Mob via registerGlobalEntityID and registerModEntity but it does not work
Please help me