Add mixins to NeoForge project

This commit is contained in:
Aizistral
2026-01-28 23:23:50 +01:00
parent ecb57b5a88
commit 12cda5e4ca
4 changed files with 52 additions and 0 deletions
@@ -24,3 +24,6 @@ description="A mod dedicated to removing restrictions around the use of multipla
versionRange="1.20.2"
ordering="NONE"
side="BOTH"
[[mixins]]
config="nochatrestrictions.mixins.json"
@@ -0,0 +1,14 @@
{
"required": true,
"package": "com.aizistral.nochatrestrictions.mixins",
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
"refmap": "nochatrestrictions.refmap.json",
"mixins": [],
"client": [
"MixinMinecraft"
],
"injectors": {
"defaultRequire": 1
}
}