From b1af41ede763d91b083dd6a1a51e366a82980ae4 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:32:55 -0800 Subject: [PATCH] Ex Deorum 1.18 --- build.gradle | 2 +- changelog.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b686cf47..17aeb993 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.spongepowered.mixin' version '0.7.+' } -version = '1.17' +version = '1.18' group = 'thedarkcolour.exdeorum' base { archivesName = 'exdeorum' diff --git a/changelog.md b/changelog.md index d0ee3a92..1960ccd8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ -## Ex Deorum 1.18 +## Ex Deorum 1.19 - Added Mechanical Hammer, a machine that uses FE to hammer blocks automatically. Uses 20 FE a tick by default and takes 200 ticks (10 seconds) to hammer an item with a hammer that has no efficiency. +## Ex Deorum 1.18 +- Fixed bug with milk and slime recipe. +- Barrel fluid mixing recipes can now consume the additive fluid using the `consumes_additive` boolean property in the recipe JSON. (ex. Water and Milk making slime) + ## Ex Deorum 1.17 - Added Nether Wart as a sieve drop from Soul Sand - Fixed Frozen Ocean biomes spawning floating icebergs in the void world type