From e048a2a30be53e8635a1e70542a88fd4258cb65c Mon Sep 17 00:00:00 2001 From: Mrbysco Date: Thu, 31 Oct 2024 20:17:42 +0100 Subject: [PATCH] Increment version and update readme --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f102c0b60..1b94a3634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.3.8+mc1.21.1 +* Lock the Immersive Engineering cloche compat recipes behind a mod loaded condition +* Add the stairs, slabs and walls to the appropriate block/item tags +* Change the sound type of the casing blocks to match material used in the recipe +* Change the sound type of some machines to use the metal sound + # 1.3.7+mc1.21.1 * Added recipes for AA crops in the IE cloche. * Fix All in One Tool stats diff --git a/gradle.properties b/gradle.properties index 6073706ce..255f5afb1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.parallel=true org.gradle.caching=true org.gradle.configuration-cache=false -mod_version=1.3.7 +mod_version=1.3.8 # Forge game_version=1.21.1