KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

Crash with last forge #89

Closed wenlfs closed 5 years ago

wenlfs commented 5 years ago

The game crash on start up with the new forge version.

Inpirations: 1.12.2-0.2.2 Mantle: 1.12-1.3.2.24 Forge: 14.23.5.2768

Crash report: https://pastebin.com/EsP4xBZw

ghost commented 5 years ago

I just got this on the new build when I went to start a server up on the new Forge 2768

KnightMiner commented 5 years ago

Yeah, Forge removed a AT I was using, I guess I need to add it on my side now.

brisingraerowing commented 5 years ago

This explains why I suddenly got a crash after updating Forge. I'll just go back to the previous version I was using.

DaedalusGame commented 5 years ago

Supposedly, MixPredicates are registry thingies now so they have an event you can use for registering your recipes now Oops, just saw there's a PR open for that right now and also I was wrong

KnightMiner commented 5 years ago

MixPredicates are not a proper registry, Potion types are. MixPredicate just got patched in the crossfire and now ATs no longer work on it. So yeah, the PR (#90 for cross linking)