mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 18:46:15 +00:00
Merge pull request '1.21.8 update' (#18) from 7cc5c4f330d47060/chomens-chipmunkmod:1.21.7 into 1.21.7
Reviewed-on: https://code.chipmunk.land/ChomeNS/chipmunkmod/pulls/18
This commit is contained in:
commit
8cbe8053c1
2 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"depends": {
|
||||
"fabricloader": ">=0.16.13",
|
||||
"fabric-api": "*",
|
||||
"minecraft": "1.21.7",
|
||||
"minecraft": "1.21.8",
|
||||
"java": ">=21"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue