From b8bef896a60f5d27071db60976a27401eacc6332 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:43:38 -0800 Subject: [PATCH] Ex Deorum 1.22 --- build.gradle | 2 +- changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 827b3714..6407268c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.spongepowered.mixin' version '0.7.+' } -version = '1.21' +version = '1.22' group = 'thedarkcolour.exdeorum' base { archivesName = 'exdeorum' diff --git a/changelog.md b/changelog.md index 898fb6ad..7a44a3b8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## Ex Deorum 1.22 +- Fixed behavior of Porcelain Milk Bucket when the milk fluid is enabled +- Fixed barrel not rendering flat item contents like Magma Cream +- Fixed Infested Leaves not dropping any string or silkworms + ## Ex Deorum 1.21 - Added Crook recipes. It is now possible to add drops to the crook, for example, you could make it so that using a Crook on tall grass would have a 1% chance of dropping a diamond. - Added Crucible Heat Source recipes. Instead of using KubeJS, crucible heat sources can now be added with datapacks. Old KubeJS scripts will still work fine.