From d2c3a87fa8e4297e9bcf63c434383975979ad6f5 Mon Sep 17 00:00:00 2001 From: coolGi2007 Date: Fri, 17 Dec 2021 11:47:39 +0000 Subject: [PATCH] Fixed some general stuff that broke when updating to .1.8.1 --- Readme.md | 4 ++-- fabric/src/main/resources/lod.mixins.json | 4 ++-- forge/src/main/resources/META-INF/mods.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 8427cf48a..0f2a1cb49 100644 --- a/Readme.md +++ b/Readme.md @@ -9,13 +9,13 @@ If you want to see a quick demo, check out a video covering the mod here: ![Minecraft Level Of Detail (LOD) mod - Alpha 1.5](https://i.ytimg.com/vi_webp/H2tnvEVbO1c/mqdefault.webp) -Forge version: 39.0.5\ +Forge version: 39.0.5 and 38.0.14\ Fabric version: 0.12.12\ Fabric API version: 0.44.0+1.18 Notes:\ This version has been confirmed to work in Eclipse and Retail Minecraft.\ -(Retail running forge version 1.18.1-39.0.5 and fabric version 1.18-0.12.12) +(Retail running forge version 1.18.1-39.0.5 and fabric version 1.18-0.12.12 and 1.18.1-0.12.12) ## source code installation diff --git a/fabric/src/main/resources/lod.mixins.json b/fabric/src/main/resources/lod.mixins.json index c44a1469d..a0bd5ea26 100644 --- a/fabric/src/main/resources/lod.mixins.json +++ b/fabric/src/main/resources/lod.mixins.json @@ -2,7 +2,7 @@ "required": true, "minVersion": "0.8", "package": "com.seibel.lod.fabric.mixins", - "compatibilityLevel": "JAVA_16", + "compatibilityLevel": "JAVA_17", "mixins": [], "client": [ "MixinMinecraft", @@ -16,4 +16,4 @@ "injectors": { "defaultRequire": 1 } -} \ No newline at end of file +} diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index 8338a71fc..fd9a2b784 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -1,6 +1,6 @@ modLoader="javafml" #//mandatory -loaderVersion="[38,39)" # // mandatory. This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. +loaderVersion="[37,40)" # // mandatory. This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. license="GNU GPLv3" issueTrackerURL="https://gitlab.com/jeseibel/minecraft-lod-mod/-/issues"