1.21.4 without cloth-config

This commit is contained in:
lukasabbe
2024-12-03 21:52:30 +01:00
parent f5b2ce2261
commit 25887286fa
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
org.gradle.jvmargs=-Xmx4G 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-rc3 minecraft_version=1.21.4
yarn_mappings=1.21.4-rc3+build.3 yarn_mappings=1.21.4+build.1
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
@@ -11,7 +11,7 @@ maven_group=me.lukasabbe
archives_base_name=Bookshelfinspector archives_base_name=Bookshelfinspector
# Dependencies # Dependencies
fabric_version=0.110.3+1.21.4 fabric_version=0.110.5+1.21.4
cloth_config=16.0.141 cloth_config=16.0.141
modmenu=12.0.0-beta.1 modmenu=12.0.0-beta.1
YAML_snake=2.2 YAML_snake=2.2
+1 -1
View File
@@ -25,7 +25,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=${loader_version}", "fabricloader": ">=${loader_version}",
"minecraft": ">=1.21.4-rc.3", "minecraft": ">=1.21.4",
"fabric-api-base": "*", "fabric-api-base": "*",
"fabric-networking-api-v1": "*", "fabric-networking-api-v1": "*",
"fabric-lifecycle-events-v1": "*", "fabric-lifecycle-events-v1": "*",