From bf020c9fe5a5c650b6347b76534b54865fe3208e Mon Sep 17 00:00:00 2001 From: Siphalor Date: Mon, 21 Mar 2022 13:41:12 +0100 Subject: [PATCH] Version 2.1.3 This version brings a single but visually important bug fix: - Fixes a bug where recipes with some ingredients, that have associated NBT data and some that don't, weren't synchronized to the logical client correctly. You'll notice that the recipe book and REI should now be a bit more accurate. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9edb387c..e6701aad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,8 +10,8 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.11.6 # Mod Properties - mod_version = 2.1.2 - mod_release = alpha + mod_version = 2.1.3 + mod_release = release mod_mc_version_specifier = 1.15.x mod_mc_versions = 1.15;1.15.1;1.15.2 mod_id = nbtcrafting