This repository has been archived on 2023-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
ChunkOverflowModPatcher/build/resources/main/mixins.chunkpatcher.json
2020-04-14 18:56:16 +02:00

13 lines
267 B
JSON

{
"required": true,
"package": "ch.m4th1eu.chunkpatcher.mixins",
"refmap": "mixins.chunkpatcher.refmap.json",
"target": "@env(DEFAULT)",
"minVersion": "0.7.11",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
"MixinChunkPatcher"
]
}