Skip to content

Commit

Permalink
feat: port to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed May 8, 2024
1 parent c7c0217 commit 71d0eee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [86.0.0]

### Changes

- Ported to 1.20.6

## [85.0.0]

### Changes
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx4G
minecraft_version=1.20.5
minecraft_version=1.20.6

# Mod Properties
mod_version=85.0.0
mod_version=86.0.0
maven_group=pro.mikey
archives_base_name=advanced-xray-fabric

loader_version=0.15.11
fabric_version=0.97.8+1.20.5
fabric_version=0.98.0+1.20.6

curse_id=444663
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"depends": {
"fabricloader": ">=0.15.11",
"fabric-api": "*",
"minecraft": ">=1.20.5"
"minecraft": ">=1.20.6"
},
"accessWidener": "advanced-xray-fabric.accesswidener"
}

0 comments on commit 71d0eee

Please sign in to comment.