mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 22:16:14 +00:00
12 lines
216 B
JSON
12 lines
216 B
JSON
|
|
{
|
||
|
|
"required": true,
|
||
|
|
"package": "net.fabricmc.example.mixin",
|
||
|
|
"compatibilityLevel": "JAVA_8",
|
||
|
|
"mixins": [
|
||
|
|
"ExampleMixin"
|
||
|
|
],
|
||
|
|
"refmap": "modid.refmap.json",
|
||
|
|
"injectors": {
|
||
|
|
"defaultRequire": 1
|
||
|
|
}
|
||
|
|
}
|