Open CatastropheBlack opened 6 years ago
This generally means that the mod is trying to register an OreDictionary during the FMLPreInitializationEvent - which, for versions prior to 1.12, was the proper time and place to do it. 1.12 and later it should be done during the earliest possible point - in this case RegistryEvent.Register
Using MC 1.12.2, Forge 14.23.3.2655, Better Ag 1.2.3