diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 090b815..047defd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: 21 # Minimum supported by Minecraft ] # and run on both Linux and Windows - os: [ubuntu-20.04, windows-latest] + os: [ubuntu-24.04, windows-latest] runs-on: ${{ matrix.os }} steps: - name: checkout repository diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c97f02..187f5c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 1.3.9 + +### Added: +- EMI support for world interaction recipes +### Fixed: +- Fixed uncraftable potion crash in another place +- Fixed campfire recipes not showing in recipe viewers +- Fixed dripstone filling cauldrons +- Fixed patchouli load failure +### Changed: +- Snow precipitation can add to a campfire cauldron's water level +- Bowl is easier to use when clicking on water +- Bowl works more like a bucket. It can fill cauldrons or be filled from cauldrons +- Bowl can be emptied by shift right clicking in a water source +- Water and purified water can be mixed in a cauldron, but will result in water + +## 1.3.8 + ### Added: - ### Fixed: diff --git a/gradle.properties b/gradle.properties index c08eb91..a6bbaa3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.16.5 # Mod Properties - mod_version = 1.3.8 + mod_version = 1.3.9 maven_group = net.dehydration archives_base_name = dehydration