MultiLoader-Template/fabric/src/main/resources/examplemod.fabric.mixins.json
Jared 5536dbd85d Port to 1.20.5 and temporarily(?) delete forge
Forge will be re-added when it is ported
2024-04-23 21:05:44 -06:00

17 lines
286 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "com.example.examplemod.mixin",
"refmap": "${mod_id}.refmap.json",
"compatibilityLevel": "JAVA_21",
"mixins": [],
"client": [
"MixinTitleScreen"
],
"server": [],
"injectors": {
"defaultRequire": 1
}
}