From d6890ebaa6558275fb34535f0cd49fe407779618 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:43:46 -0800 Subject: [PATCH] Update changelog and version --- build.gradle | 2 +- changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9ecbd85a..669399ea 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.spongepowered.mixin' version '0.7.+' } -version = '1.19' +version = '1.20' group = 'thedarkcolour.exdeorum' base { archivesName = 'exdeorum' diff --git a/changelog.md b/changelog.md index bfad976a..cb59c249 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ## 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. +- Fixed network bug when joining a server (PR #43 by CPearl0) ## Ex Deorum 1.19 - Fixed Cyclic pipes infinitely filling barrels when crafting fluid mixing recipes (ex. obsidian)