chylex / Hardcore-Ender-Expansion

Minecraft mod that overhauls the End dimension, and makes it much harder, but also more exciting!
https://hee.chylex.com
37 stars 27 forks source link

[INVALID] Crash with Betweenlands #174

Closed Shahelion closed 8 years ago

Shahelion commented 8 years ago

https://gist.github.com/Zsashas/37ba3604feab4964afe3eee6d2b8d14a

chylex commented 8 years ago

Betweenlands is probably not registering one of their entities, that's the only reason I can think could cause the crash. You can work around the issue by adding:

HEE:System:DisableIntegration { "modid": "arsmagica2" }

to the IMC section of the config file.

Shahelion commented 8 years ago

What integration is there with AM2, anyway? What would I be missing out on?

chylex commented 8 years ago

The integration works around an AM2 crash, but I think it was fixed in AM2 so it hopefully wouldn't crash (but AM2 aspects might not work on some of the HEE mobs).

TheCyberBrick commented 8 years ago

Yes, that could be the case. We accidentally removed an entity from the registry and that was fixed just recently (https://github.com/Angry-Pixel/The-Betweenlands/commit/9e8a6c50ca9d40300f28f3ab0f0ddbe65271da6c). I'll test it today if I have time.

TheCyberBrick commented 8 years ago

Just realized that it's this that's causing the error: https://github.com/Angry-Pixel/The-Betweenlands/blob/master/java/thebetweenlands/entities/properties/list/recruitment/EntityPropertiesRecruit.java#L42 I'll fix it later today.

chylex commented 8 years ago

Fixed on Betweenlands' side.