mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-12-22 07:29:24 +01:00
1.20.2
Fixes - Fixed autocrafting tasks holding each other up if they can't insert their result items, causing deadlocks
This commit is contained in:
parent
1e027ff825
commit
af86cde133
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue