Cloth Config API (Fabric/Forge/NeoForge)

Cloth Config API (Fabric/Forge/NeoForge)

169M Downloads

[1.18.2] Crashing in Dev with Cloth Config API v6.2.57

AzureDoom opened this issue ยท 1 comments

commented

When attempting to launch the game in Dev with v6.2.57 gives an issue with Mixin prepare for mod fabric-structure-api-v1 failed preparing DynamicRegistryManagerMixin in fabric-structure-api-v1.mixins.json:. Error goes away if I remove Cloth Config API.

commented

Doing

    modApi("me.shedaniel.cloth:cloth-config-fabric:6.2.57") {
    	exclude(group: "net.fabricmc.fabric-api")
    }

Fixes this issue.