Skin Layers 3D (Fabric/Forge)

Skin Layers 3D (Fabric/Forge)

31M Downloads

Compatibility with 1.21.1

ArduinoFan0 opened this issue ยท 2 comments

commented

Here is the fix:
in "fabric.mod.json":

{
    "schemaVersion": 1,
    "id": "skinlayers3d",
    "version": "1.6.6",
    "name": "3d-Skin-Layers",
    "description": "Renders the player skin layer in 3d",
    "authors": [
        "tr7zw"
    ],
    "contact": {
        "homepage": "https://modrinth.com/mod/3dskinlayers",
        "sources": "https://github.com/tr7zw/3d-skin-layers"
    },
    "license": "tr7zw Protective License",
    "icon": "icon.png",
    "entrypoints": {
        "client": [
            "dev.tr7zw.skinlayers.SkinLayersMod"
        ],
        "modmenu": [
            "dev.tr7zw.skinlayers.config.SkinLayersModMenu"
        ]
    },
    "mixins": [
        "skinlayers3d.mixins.json"
    ],
    "depends": {
        "minecraft": ["1.21", "1.21.1"],
        "fabric-api": "*"
    },
    "breaks": {
        "tlskincape": "*"
    },
    "custom": {
        "modmenu": {
            "links": {
                "modmenu.discord": "https://discord.gg/UdfNaDtbwb"
            }
        }
    }
}

In line with "minecraft":
"1.21" ["1.21", "1.21.1"] OR "1.21.*"

commented

I personally have modified the fabric.mod.json file in the jar itself, and now it works perfectly for me on 1.21.1. I encourage the mod creator to do the same, so that everyone can use this on 1.21.1.

commented

Duplicate #168