built in rc.3

This commit is contained in:
lukasabbe
2024-12-02 15:51:37 +01:00
parent c09be6977a
commit f5b2ce2261
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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": "*",