CarryOn/Forge/src/main/resources/carryon.forge.mixins.json
2024-12-27 18:25:03 +01:00

17 lines
290 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "tschipp.carryon.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"client": [
"ParticleEngineMixin"
],
"server": [
],
"injectors": {
"defaultRequire": 1
},
"refmap": "${refmap_target}refmap.json"
}