From f24423f810ba9b4421f7fbc9c46c1d5655d99944 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 1 Dec 2024 15:50:59 +0100 Subject: [PATCH] 1.20.0 Additions - Added a setting to the crafting module that makes it emit a redstone signal when all ingredients have arrived Fixes - Fixed shift-clicking anywhere in the crafting terminal clearing the crafting grid - Fixed unrelated items arriving in the storage system tripping up active auto-crafting operations - Fixed breaking pipes with some modded tools not dropping anything --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 14e19c8..fd7a3fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,9 +34,9 @@ mod_name=PrettyPipes # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=MIT # The mod version. See https://semver.org/ -mod_version=1.19.0 +mod_version=1.20.0 # STABLE, BETA, ALPHA -mod_release_state=BETA +mod_release_state=STABLE # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html