Compare commits

..

3 Commits

Author SHA1 Message Date
26b5672abb Port to Minecraft 1.21.10
Some checks failed
build / build (17, ubuntu-20.04) (push) Has been cancelled
build-release / build (release) Has been cancelled
2025-12-31 06:38:32 +00:00
a1d01d1f9a Port to Minecraft 1.21.10
Some checks failed
build / build (17, ubuntu-20.04) (push) Has been cancelled
2025-12-31 06:35:59 +00:00
2dacb8f91a Port to Minecraft 1.21.10
Some checks failed
build / build (17, ubuntu-20.04) (push) Has been cancelled
2025-12-31 06:35:33 +00:00
2 changed files with 5 additions and 6 deletions

View File

@@ -2,9 +2,8 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.9
yarn_mappings=1.21.9+build.1
minecraft_version=1.21.10
yarn_mappings=1.21.10+build.3
loader_version=0.18.4
loom_version=1.14-SNAPSHOT
@@ -14,6 +13,6 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name=cave_dust_reforged
# Dependencies
fabric_version=0.134.1+1.21.9
fabric_version=0.138.4+1.21.10
modmenu_version=16.0.0-rc.2
kirin_version=1.21.1+1.21.7
kirin_version=1.21.3+1.21.10

View File

@@ -34,7 +34,7 @@
"depends": {
"fabricloader": ">=0.17.2",
"fabric": "*",
"minecraft": "1.21.9",
"minecraft": "1.21.10",
"java": ">=17"
},
"suggests": {