SimplyCompat/common/src/main/resources/simplycompat.mixins.json
Chris Toph d9993e541e LIFE IS BEAUTIFUL
Items are created and working-ish in fabric
forge is throwing a fit tho
2025-02-20 03:34:53 -05:00

13 lines
208 B
JSON

{
"required": true,
"package": "cc.toph.simplycompat.mixin",
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
"client": [
],
"mixins": [
],
"injectors": {
"defaultRequire": 1
}
}