diff --git a/build.gradle b/build.gradle index 17aeb993..9ecbd85a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.spongepowered.mixin' version '0.7.+' } -version = '1.18' +version = '1.19' group = 'thedarkcolour.exdeorum' base { archivesName = 'exdeorum' @@ -176,6 +176,8 @@ dependencies { // testing //implementation fg.deobf("curse.maven:allthecompressed-514045:4938351") //implementation fg.deobf("curse.maven:inventorysorter-240633:4655091") + implementation fg.deobf("curse.maven:cyclic-239286:4994392") + implementation fg.deobf("curse.maven:flib-661261:4724762") testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' diff --git a/changelog.md b/changelog.md index 1960ccd8..bfad976a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ -## Ex Deorum 1.19 +## Ex Deorum 1.20 - 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.19 +- Fixed Cyclic pipes infinitely filling barrels when crafting fluid mixing recipes (ex. obsidian) +- Fixed network issue with fluid mixing recipes (PR #42 by CPearl0) + ## 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)