keepcalm / BukkitForge

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.
http://www.minecraftforge.net/forum/index.php/topic,3254.0.html
103 stars 60 forks source link

Could not pass event CreatureSpawnEvent #542

Open Lightforger opened 11 years ago

Lightforger commented 11 years ago

Using build 247 - to plugin "Prism v1.3" (logging plugin).

http://pastebin.com/raw.php?i=2wEdk0zA

Comment from spoon: [08:13] as for prism, here is the line: actionData.profession = v.getProfession().toString().toLowerCase(); [08:14] my guess is getProfession returns null for villagers, i'll have to check into it