Skip to content

Commit

Permalink
Merge pull request #52 from LogicalGeekBoy/bump-1-20-4
Browse files Browse the repository at this point in the history
Add support for 1.20.4
  • Loading branch information
LogicalGeekBoy authored Dec 17, 2023
2 parents fa632f9 + 69e3c1d commit 84f0f1b
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 @@ -2,14 +2,14 @@
org.gradle.jvmargs=-Xmx4G

# Fabric Properties from the Fabric insaller
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.14.24
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.2

#Fabric api
fabric_version=0.90.7+1.20.2
fabric_version=0.91.3+1.20.4

# Mod Properties
mod_version = 0.0.21
mod_version = 0.0.22
maven_group = com.logicalgeekboy.logical_zoom
archives_base_name = logical_zoom
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],

"depends": {
"fabricloader": ">=0.14.24",
"fabricloader": ">=0.15.2",
"fabric": "*",
"minecraft": ">=1.20"
},
Expand Down

0 comments on commit 84f0f1b

Please sign in to comment.