This error happened to me when I put a ModPack created by me on my server. When I started it I got this error.
I've been looking for information but I don't have enough programming knowledge to understand it.
It has to do with this
---MachineRegistry.kt------
59: val modelProvider: MutableMap<Tier, (String) -> UnbakedModel?> = EnumMap(Tier::class.java)
188: val COAL_GENERATOR_REGISTRY = MachineRegistry("coal_generator", false, Tier.MK1)
---IndustrialRevolution.kt------
60: MachineRegistry
Description: Mising modelProvider
Technical Information:
Logs: log.log
Details:
This error happened to me when I put a ModPack created by me on my server. When I started it I got this error. I've been looking for information but I don't have enough programming knowledge to understand it. It has to do with this ---MachineRegistry.kt------ 59: val modelProvider: MutableMap<Tier, (String) -> UnbakedModel?> = EnumMap(Tier::class.java) 188: val COAL_GENERATOR_REGISTRY = MachineRegistry("coal_generator", false, Tier.MK1) ---IndustrialRevolution.kt------ 60: MachineRegistry