Compare commits

...

2 commits

2 changed files with 4 additions and 5 deletions

View file

@ -4,8 +4,8 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.7
yarn_mappings=1.21.7+build.6
minecraft_version=1.21.8
yarn_mappings=1.21.8+build.1
loader_version=0.16.14
# Mod Properties
@ -14,6 +14,5 @@ org.gradle.parallel=true
archives_base_name = chipmunkmod
# Dependencies
fabric_version=0.128.2+1.21.7
fabric_version=0.129.0+1.21.8

View file

@ -32,7 +32,7 @@
"depends": {
"fabricloader": ">=0.16.13",
"fabric-api": "*",
"minecraft": "1.21.7",
"minecraft": "1.21.8",
"java": ">=21"
}
}