From 4b31bcd0d26895dfce9df8899149e5638552bbe5 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sat, 30 Mar 2024 00:20:32 -0700 Subject: [PATCH] Ex Deorum 2.2 --- build.gradle | 2 +- changelog.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f9527607..e52a3c08 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'net.neoforged.gradle.userdev' version '7.0.80' } -version = '2.1' +version = '2.2' group = 'thedarkcolour.exdeorum' base { archivesName = 'exdeorum' diff --git a/changelog.md b/changelog.md index 287b5743..2d0af419 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## Ex Deorum 2.2 +- Fixed hammers and crooks not working + ## Ex Deorum 2.1 - Add a config option to disable the automated_sieve nerf (now you can enable machines to use multiple sieves simultaneously)