WMITAF

WMITAF

2M Downloads

Wrong path for WTHIT plugin is being initialized

justastranger opened this issue ยท 1 comments

commented

line 30 of fabric.mod.json

        "waila:plugins": {
            "id": "wmitaf:waila_plugin",
            "initializer": "io.github.shaksternano.wmitaf.client.plugin.waila.fabric.WmitafWailaPlugin"
        }

should be

        "waila:plugins": {
            "id": "wmitaf:waila_plugin",
            "initializer": "io.github.shaksternano.wmitaf.client.plugin.wthit.fabric.WmitafWthitPlugin"
        }

Log that includes the error, at the line it occurs

commented

Thanks