mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2025-01-07 13:47:43 +01:00
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
This commit is contained in:
parent
1d6272b574
commit
b2630a1c51
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue