17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"required": true,
|
|
"package": "mods.betterfoliage.mixin",
|
|
"refmap": "betterfoliage.refmap.json",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"minVersion": "0.8-SNAPSHOT",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"MixinChunkRenderVanilla"
|
|
],
|
|
"server": [
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |