Shear Madness

Shear Madness

7M Downloads

Crash w/ Improving Minecraft Mod

WenXin20 opened this issue ยท 7 comments

commented

I got this crash while generating new chunks with the Improving Minecraft Mod. Forge 2075
Crash Report

commented

Thanks very much for the report.
It seems to be related to Wild Sheep.

I'll try get a fix published for this on my lunch break today.

Bug fix notes:
Quick investigation reveals that Capabilities are attached to sheep by checking that a sheep is exactly of the type EntitySheep.
AI is later added to sheep based on if it extends sheep.

Fix will be to add AI based on if it has the ChiseledSheep capability rather than the type of the sheep.

commented

Thanks

commented

Hi @WenXin20, I'm still at work so I can't test this, but there's a preliminary version that should fix your issue
https://github.com/AtomicBlom/ShearMadness/releases/tag/1.1.2

I'll test it tonight when I can

commented

That version seems to crash on forge 2076 when creating a new world: Crash Log

commented

I rewrote a lot of code that I sincerely hope might have solved this issue. I've been unable to reproduce the problem on my local machine. Check out 1.2.1 on CurseForge. (I stuffed up and haven't released it properly on github)

commented

It works :)

commented

Awesome, thanks for letting me know :D