More universal config (works with java 8 & 16)

This commit is contained in:
coolGi2007
2021-12-28 10:46:13 +00:00
parent b43a29a98d
commit ed2b28aa30
3 changed files with 552 additions and 549 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -38,7 +38,7 @@
"accessWidener" : "lod.accesswidener",
"depends": {
"fabricloader": ">=0.11.3",
"fabricloader": "*",
"fabric": "*",
"minecraft": "1.17.x",
"java": ">=16"
+1 -1
View File
@@ -2,7 +2,7 @@
"required": true,
"package": "com.seibel.lod.forge.mixins",
"compatibilityLevel": "JAVA_16",
"refmap": "lod.refmap.json",
"refmap": "DistantHorizons-forge-refmap.json",
"client": [
"MixinWorldRenderer",
"MixinOptionsScreen"