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.