diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b4c403e..a06e530 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 052d352..ade7d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,2 @@ -Features: -* Igneous Miner now respects the Unbreaking enchantment of tools \ No newline at end of file +Changes: +* Separate version for 1.20.2 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 7964c15..43ebfba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 67977f0..0798857 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,7 +32,7 @@ ], "depends": { "fabricloader": ">=0.14.21", - "minecraft": ">=1.20", + "minecraft": ">=1.20 <1.20.2", "fabric-api": "*" } } \ No newline at end of file