[1.14.4] Client crash on creating a new world.
ProsperCraft opened this issue ยท 3 comments
https://gist.github.com/ProsperCraft/6e54f7740782a2b2c77999f463277d77
torchmaster-2.0.0.6-alpha.jar
forge-1.14.4-28.0.49
Looks like a MineColonies bug to me. Forge crashes because mine colonies returns null from a method that must not return null:
java.lang.RuntimeException: Provider com.minecolonies.coremod.event.capabilityproviders.MinecoloniesWorldColonyManagerCapabilityProvider.getCapability() returned null; return LazyOptional.empty() instead!
Not sure where you got the minecolonies 1.14 version. It got fixed in their v1.14 source, see
ldtteam/minecolonies@ecf6757