GabrielOlvH / Industrial-Revolution

An Industrial mod made for Fabric.
Apache License 2.0
197 stars 57 forks source link

[BUG] Cannot start server by modelProvider #605

Closed Aluzquizz closed 2 months ago

Aluzquizz commented 2 months ago

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

Poopooracoocoo commented 2 months ago

Also see https://github.com/GabrielOlvH/Industrial-Revolution/issues/566#issuecomment-2068195884

Aluzquizz commented 2 months ago

thx Ands work in my server