Skip to content

Commit

Permalink
1.21 port
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Jun 14, 2024
1 parent c313572 commit 87c5d44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 on https://fabricmc.net/develop
deps.minecraft=1.20.6
deps.yarn=1.20.6+build.1
deps.minecraft=1.21
deps.yarn=1.21+build.1
deps.fabricloader=0.15.11

# Mod Properties
mod_version=1.4.2
maven_group=dev.enjarai.blahajtotem
archives_base_name=blahaj-totem

publish_target_min=1.20.5
publish_target_max=1.20.6
publish_target_min=1.21
publish_target_max=1.21
mod_modrinth=aJb4vlkM
mod_github=enjarai/blahaj-of-undying
git_branch=master

# Dependencies
deps.fabric-api=0.98.0+1.20.6
deps.fabric-api=0.100.1+1.21
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"depends": {
"java": ">=17",
"fabric": "*",
"minecraft": ">=1.20.5"
"minecraft": ">=1.21"
},

"custom": {
Expand Down

0 comments on commit 87c5d44

Please sign in to comment.