From b2630a1c51b522beb559900b30821ee61843a76d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 4 Dec 2024 00:03:03 +0100 Subject: [PATCH] 1.20.1 Improvements - Made the filter increase modifier have 27 slots instead of 18 - Improved styling of the stack size modifier ui - Made JEI's crafting module transfer handler keep items in the correct order Fixes - Fixed dependent crafts reporting an incorrect amount of requested items - Fixed crafting requests always returning the full crafted item rather than the requested one - Fixed an exception when canceled crafting requests finish - Fixed a kick when requesting an item that doesn't exist anymore - Fixed recipes with crafter dependencies not waiting for their results before emitting their redstone signal --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index fd7a3fb..309ed8a 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.20.0 +mod_version=1.20.1 # STABLE, BETA, ALPHA -mod_release_state=STABLE +mod_release_state=BETA # 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