Skip to content

Commit b2630a1

Browse files
committed
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
1 parent 1d6272b commit b2630a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ mod_name=PrettyPipes
3434
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3535
mod_license=MIT
3636
# The mod version. See https://semver.org/
37-
mod_version=1.20.0
37+
mod_version=1.20.1
3838
# STABLE, BETA, ALPHA
39-
mod_release_state=STABLE
39+
mod_release_state=BETA
4040
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
4141
# This should match the base package used for the mod sources.
4242
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

0 commit comments

Comments
 (0)