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. # Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx4G
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.4-pre3 minecraft_version=1.21.4-rc3
yarn_mappings=1.21.4-pre3+build.2 yarn_mappings=1.21.4-rc3+build.3
loader_version=0.16.9 loader_version=0.16.9
# Mod Properties # Mod Properties
mod_version=1.9+1.21.4-SNAPSHOT.4 mod_version=1.9+1.21.4-SNAPSHOT.4
+1 -1
View File
@@ -25,7 +25,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=${loader_version}", "fabricloader": ">=${loader_version}",
"minecraft": ">=1.21.4-alpha.24.46.a", "minecraft": ">=1.21.4-rc.3",
"fabric-api-base": "*", "fabric-api-base": "*",
"fabric-networking-api-v1": "*", "fabric-networking-api-v1": "*",
"fabric-lifecycle-events-v1": "*", "fabric-lifecycle-events-v1": "*",