Skip to content

Commit

Permalink
1.20.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Sep 21, 2023
1 parent 4520855 commit 701499f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
game_vers: |
1.20
1.20.1
1.20.2
java_vers: 17
GITHUB_REF: ${{ github.ref }}
secrets:
Expand Down
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
- The mod will now disable itself when you're submerged in water.
- This can be turned off in the config.
- Smoothing sliders now use an inverse curve.
- This should make them more intuitive, as a lower number now actually means less smoothing.
- Your old values will be automatically converted.
- Updated to support 1.20.2.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx4096M
minecraft_version=1.20

archives_base_name=do-a-barrel-roll
mod_version=3.3.2
mod_version=3.3.3
maven_group=nl.enjarai

yarn_version=1.20+build.1

loader_version=0.14.22
fabric_version=0.83.0+1.20

cicada_version=0.4.3
cicada_version=0.4.4
# https://modrinth.com/mod/modmenu/versions#all-versions
modmenu_version=7.2.1
# https://github.com/isXander/YetAnotherConfigLib/releases
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"yet_another_config_lib_v3": ">=3.1.0"
},
"depends": {
"minecraft": ">=1.20- <1.20.2-",
"minecraft": ">=1.20- <1.20.3-",
"fabric-api": "*",
"cicada": "*"
},
Expand Down

0 comments on commit 701499f

Please sign in to comment.