Skip to content

Commit

Permalink
Merge pull request #58 from LogicalGeekBoy/bump_1_21
Browse files Browse the repository at this point in the history
Add support for 1.21
  • Loading branch information
LogicalGeekBoy authored Jun 13, 2024
2 parents 88a364d + b55a4ae commit 8a5e8f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
org.gradle.jvmargs=-Xmx4G

# Fabric Properties from the Fabric insaller
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
loader_version=0.15.10
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 = 0.0.24
mod_version = 0.0.25
maven_group = com.logicalgeekboy.logical_zoom
archives_base_name = logical_zoom
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
],

"depends": {
"fabricloader": ">=0.15.10",
"fabricloader": ">=0.15.11",
"fabric": "*",
"minecraft": ">=1.20.6"
"minecraft": ">=1.21"
},
"suggests": {
"flamingo": "*"
Expand Down

0 comments on commit 8a5e8f5

Please sign in to comment.