Skip to content

Commit

Permalink
Port to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
realguyman committed May 23, 2024
1 parent ba171af commit bd11e6f
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
@@ -1,10 +1,10 @@
org.gradle.jvmargs=-Xmx1G

# Required dependencies
minecraft=1.20.5
mappings=1.20.5+build.1
minecraft=1.20.6
mappings=1.20.6+build.2
fabric_loader=0.15.11
fabric_api=0.97.8+1.20.5
fabric_api=0.99.0+1.20.6
owo_lib=0.12.8+1.20.5

# Local dependencies
Expand All @@ -15,7 +15,7 @@ patchouli=1.20.1-83-FABRIC
rei=13.0.678
emi=1.0.24+1.20.2+fabric

# Project details
mod_version=0.14.0+1.20.5
# Project detail
mod_version=0.15.0+1.20.6
maven_group=io.github.realguyman
archives_base_name=totally_lit
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"depends": {
"java": ">=21",
"minecraft": "1.20.5",
"minecraft": "1.20.6",
"fabricloader": ">=0.15.0",
"fabric-api": "*",
"owo-lib": ">=0.12.0"
Expand Down

0 comments on commit bd11e6f

Please sign in to comment.