diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-12-09 19:51:35 +0100 |
---|---|---|
committer | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-12-09 19:51:35 +0100 |
commit | e670718beb6463097ede5661dae59c0f9e4726e0 (patch) | |
tree | 1013f582c8e95b0944396989f2c3a19d5284c6d9 /src/main/resources | |
parent | ba843161dd6cf99766bdfc94d1e18500ccb90c95 (diff) | |
download | Skyblocker-e670718beb6463097ede5661dae59c0f9e4726e0.tar.gz Skyblocker-e670718beb6463097ede5661dae59c0f9e4726e0.tar.bz2 Skyblocker-e670718beb6463097ede5661dae59c0f9e4726e0.zip |
support 1.18.x minecraft version and update to 1.4.2 [skip ci]
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 | ||||
-rw-r--r-- | src/main/resources/skyblocker.mixins.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 560b5f0e..20142d7f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,8 +29,8 @@ "fabricloader": ">=0.11.3", "fabric": "*", "cloth-config2": "*", - "minecraft": "1.17.x", - "java": ">=16" + "minecraft": "1.18.x", + "java": ">=17" }, "custom": { "modmenu": { diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json index bfc6b0f2..abc219fa 100644 --- a/src/main/resources/skyblocker.mixins.json +++ b/src/main/resources/skyblocker.mixins.json @@ -1,11 +1,10 @@ { "required": true, "package": "me.xmrvizzy.skyblocker.mixin", - "compatibilityLevel": "JAVA_16", + "compatibilityLevel": "JAVA_17", "client": [ "ChatHudListenerMixin", "ClientPlayerEntityMixin", - "ClientPlayNetworkHandlerMixin", "InGameHudMixin", "ItemRendererMixin", "MinecraftClientMixin", |