so yeah im making a mod and its a npc and i have in the code:
ModLoader.AddSpawn(EntityGod.class, 5, and something here...)
and it says it cant find the method "ModLoader.AddSpawn"
HELP!
ModLoader.AddSpawn(EntityGod.class, 5, and something here...)
and it says it cant find the method "ModLoader.AddSpawn"
HELP!
4
Don't necro post , thanks
found a fix
ModLoader.addSpawn(EntityYourmobname.class, 12, 4, 4, EnumCreatureType.creature);
ModLoader.addSpawn(EntityYourmobname.class, 12, 4, 4, EnumCreatureType.creature);
same here,
i think the method was changed
i think the method was changed
anyone?
