Add Neoforge and upgrade template

Forge is not working but I can't really do anything about it
This commit is contained in:
axolotlmaid 2024-06-02 17:27:15 +01:00
parent f0cebb6252
commit 2690515316
20 changed files with 227 additions and 212 deletions

View file

@ -21,11 +21,12 @@
]
},
"mixins": [
"optionsprofiles.mixins.json",
"optionsprofiles-common.mixins.json"
"optionsprofiles.mixins.json"
],
"depends": {
"fabric": "*",
"minecraft": ">=1.20.4"
"fabricloader": ">=0.15.11",
"minecraft": "~1.20.6",
"java": ">=21",
"fabric-api": "*"
}
}

View file

@ -1,13 +0,0 @@
{
"required": true,
"package": "com.axolotlmaid.optionsprofiles.mixin.fabric",
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
"client": [
],
"mixins": [
],
"injectors": {
"defaultRequire": 1
}
}