Skip to content

Commit

Permalink
chore: update to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sorascode committed Nov 4, 2023
1 parent 723f6ac commit 2ffb528
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on: [ workflow_dispatch ]

env:
MINECRAFT_VERSIONS: |
>=1.20
>=1.20 <1.20.2
JAVA_VERSION: 17
VERSION_TYPE: release
RELEASE_PREFIX: |
[1.20.x] Igneous Machines
[1.20-1.20.1] Igneous Machines
jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Features:
* Igneous Miner now respects the Unbreaking enchantment of tools
Changes:
* Separate version for 1.20.2
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.2
loader_version=0.14.21

# Mod Properties
mod_version=1.3.0
mod_version=1.3.1
maven_group=com.herdlicka.igneousmachines
archives_base_name=igneous-machines

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 @@ -32,7 +32,7 @@
],
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": ">=1.20",
"minecraft": ">=1.20 <1.20.2",
"fabric-api": "*"
}
}

0 comments on commit 2ffb528

Please sign in to comment.