From e46c0b530de70607dbf0ee1eecf196c6184251f2 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Sun, 17 Apr 2022 11:29:14 +0200 Subject: [PATCH] Bump mod version --- build.properties | 2 +- resources/changelog/1.16.5-1.0.21.txt | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 resources/changelog/1.16.5-1.0.21.txt diff --git a/build.properties b/build.properties index 2b8469c5..7a127d67 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -mod_version=1.0.20 +mod_version=1.0.21 minecraft_version=1.16.5 forge_version=36.0.14 mcp_mappings_channel=snapshot diff --git a/resources/changelog/1.16.5-1.0.21.txt b/resources/changelog/1.16.5-1.0.21.txt new file mode 100644 index 00000000..c7b4ea1e --- /dev/null +++ b/resources/changelog/1.16.5-1.0.21.txt @@ -0,0 +1,10 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 1.11.6 or higher. + +Fixes: +* Flush crafting output buffer in same tick + This resolves cases where the crafting result may be missed + and get stuck in a pending state if it is extracted from the + target storage too quickly. + Closes #81 +