
OpenBlocks Elevator version 1.9.1 causes the game to crash
Closed this issue ยท 5 comments
Minecraft V1.20.1 on Forge crashed during the common_setup event phase with a java.lang.NoSuchMethod error.
You are greeted with this error message when launching with Forge, and 1.20.1: Failure message: Elevator Mod (elevatorid) encountered an error during the common_setup event phase java.lang.NoSuchMethodError: 'net.minecraft.resources.ResourceLocation net.minecraft.resources.ResourceLocation.fromNamespaceAndPath(java.lang.String, java.lang.String)'
Strange, fromNamespaceAndPath
is not being used and even if it was, it should work anyway.
Can you try to update forge to 47.4
?