Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down