Compare commits

..

No commits in common. "8cbe8053c1a32b07171b17a249869de1dc720766" and "4ee8c7a6f3dfa412ffa92677b65452cda24606bc" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View file

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

View file

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