Files
distant-horizons-sharded/forge/src/main/resources/lod.mixins.json
T
2021-12-28 10:46:13 +00:00

12 lines
255 B
JSON

{
"required": true,
"package": "com.seibel.lod.forge.mixins",
"compatibilityLevel": "JAVA_16",
"refmap": "DistantHorizons-forge-refmap.json",
"client": [
"MixinWorldRenderer",
"MixinOptionsScreen"
],
"mixins": [],
"minVersion": "0.8"
}