Forge compatibility lost after 32.0.66 (method moved)
KylePoe opened this issue ยท 3 comments
Issue description:
Mekanism calls net.minecraftforge.fml.event.server.FMLServerStartingEvent.getCommandDispatcher()
when loading a world. This method appears to have been removed as of forge 32.0.66, as shown in this commit. Therelevant function appears to have been moved to src/main/java/net/minecraftforge/event/RegisterCommandsEvent.java .
Steps to reproduce:
- Install forge 32.0.62, 32.0.63, 32.0.64, 32.0.65, or 32.0.66 and observe that everything is fine
- Install forge 32.0.67 or later, observe a
java.lang.NoSuchMethodError
is raised
Version (make sure you are on the latest version before reporting):
Forge: 32.0.67 and later
Mekanism: 10
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
I am going to go off the assumption that you are on 10.0.0 (or maybe 10.0.1)... given all you bothered putting for the version is 10
. We fixed compatibility in 10.0.2