From af86cde133eba25aea9a087a4d2bb6488bc93ba7 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 4 Dec 2024 20:55:36 +0100 Subject: [PATCH] 1.20.2 Fixes - Fixed autocrafting tasks holding each other up if they can't insert their result items, causing deadlocks --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 309ed8a..9554b2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ 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.1 +mod_version=1.20.2 # STABLE, BETA, ALPHA mod_release_state=BETA # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.