Skip to content

Commit

Permalink
Merge branch '1.21'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jun 13, 2024
2 parents c4d3753 + 01a1cf6 commit 522d161
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ org.gradle.parallel=true

# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
loader_version=0.15.10
# https://modrinth.com/mod/fabric-api/versions
minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11

#Fabric api
fabric_version=0.97.8+1.20.6
# Fabric API
fabric_version=0.100.1+1.21

# Mod Properties
mod_version = 1.5-MC1.20.6
mod_version = 1.5-MC1.21
maven_group = net.wurstclient.zoom
archives_base_name = WI-Zoom

# CurseForge
cf_game_version=1.20.6
cf_game_version=1.21

# Dependencies
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

"depends": {
"fabricloader": ">=0.15.9",
"fabric-api": ">=0.96.14",
"minecraft": "~1.20.5-alpha.24.14.a",
"fabric-api": ">=0.97.9",
"minecraft": "~1.21-alpha.24.18.a",
"java": ">=21"
},
"suggests": {
Expand Down

0 comments on commit 522d161

Please sign in to comment.