update to 1.21.4

This commit is contained in:
Liz Graham
2025-01-20 06:48:43 +00:00
parent be27cf0f30
commit db9040acc5
4 changed files with 9 additions and 9 deletions

View File

@@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.21.3 minecraft_version=1.21.4
yarn_mappings=1.21.3+build.2 yarn_mappings=1.21.4+build.8
loader_version=0.16.9 loader_version=0.16.10
# Mod Properties # Mod Properties
mod_version=3.0.0 mod_version=3.0.1
maven_group=com.lizistired maven_group=com.lizistired
archives_base_name=cave_dust archives_base_name=cave_dust
# Dependencies # Dependencies
fabric_version=0.107.0+1.21.3 fabric_version=0.114.0+1.21.4
clothconfig_version=16.0.141 clothconfig_version=17.0.144
modmenu_version=12.0.0-beta.1 modmenu_version=13.0.0
kirin_version=1.19.3+1.21.3 kirin_version=1.20.3+1.21.4

View File

@@ -30,7 +30,7 @@
"depends": { "depends": {
"fabricloader": ">=0.14.5", "fabricloader": ">=0.14.5",
"fabric": "*", "fabric": "*",
"minecraft": "1.21.3", "minecraft": "1.21.4",
"java": ">=17" "java": ">=17"
}, },
"suggests": { "suggests": {