diff --git a/build.gradle b/build.gradle index 98a4f78b..b686cf47 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.spongepowered.mixin' version '0.7.+' } -version = '1.16' +version = '1.17' group = 'thedarkcolour.exdeorum' base { archivesName = 'exdeorum' diff --git a/changelog.md b/changelog.md index c89c4321..d0ee3a92 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ -## Ex Deorum 1.17 +## Ex Deorum 1.18 - 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.17 +- Added Nether Wart as a sieve drop from Soul Sand +- Fixed Frozen Ocean biomes spawning floating icebergs in the void world type +- Fixed Slime Block barrel recipe not working in the barrel when a mod enables the Milk fluid +- Fixed duplication bug with top left player inventory slot in the Mechanical Sieve menu + ## Ex Deorum 1.16 - Fixed barrels not correctly rendering their fluid contents when modified by pipes. - Fixed Mechanical Sieve being instantly breakable with no tool. Now requires a pickaxe to destroy, like machines added by other mods.