From f5b2ce2261597b48a1feea44167efee21ee3543f Mon Sep 17 00:00:00 2001 From: lukasabbe <67807954+lukasabbe@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:51:37 +0100 Subject: [PATCH] built in rc.3 --- gradle.properties | 6 +++--- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 59f58cc..054117b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ # Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx1G +org.gradle.jvmargs=-Xmx4G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.21.4-pre3 -yarn_mappings=1.21.4-pre3+build.2 +minecraft_version=1.21.4-rc3 +yarn_mappings=1.21.4-rc3+build.3 loader_version=0.16.9 # Mod Properties mod_version=1.9+1.21.4-SNAPSHOT.4 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7b2a84e..8d17f30 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,7 +25,7 @@ ], "depends": { "fabricloader": ">=${loader_version}", - "minecraft": ">=1.21.4-alpha.24.46.a", + "minecraft": ">=1.21.4-rc.3", "fabric-api-base": "*", "fabric-networking-api-v1": "*", "fabric-lifecycle-events-v1": "*",