Xalcon / ChocoCraft3

Official successor of ChocoCraft2 https://minecraft.curseforge.com/projects/chococraft
Other
7 stars 6 forks source link

Conflict with ChocoCraft and Primitive Mobs #23

Open trashbyte opened 6 years ago

trashbyte commented 6 years ago

Brain slimes from primitive mobs "ride" entities when they attach to them. EntityChocobo assumes all riders are EntityPlayer inside travel(), which causes a crash if a rider is not a player. Stack trace here: https://pastebin.com/6pGStsYJ

trashbyte commented 6 years ago

I made a PR with the fix: https://github.com/Xalcon/ChocoCraft3/pull/24.