From baa1b5a5c992fd263c2680670af8679e12ea5ee9 Mon Sep 17 00:00:00 2001 From: parly Date: Tue, 1 Oct 2019 16:07:19 +0900 Subject: [PATCH] v1.14.4-1.83.2+build.7 --- gradle.properties | 2 +- .../resources/data/computercraft/lua/rom/help/changelog.txt | 5 +++++ .../resources/data/computercraft/lua/rom/help/whatsnew.txt | 5 ++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index b9443feec..05fd66ad4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2+build.5 +mod_version=1.83.2+build.7 # Minecraft properties mc_version=1.14.4 diff --git a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt index ffaf0380c..6568cd4a4 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt @@ -1,3 +1,8 @@ +New features in CC:T for Fabric 1.83.2+build.7 + +* Fix a bug that most turtle functions hang +* Update ClothConfig + New features in CC:T for Fabric 1.83.2+build.5 * Fix rendering issues with OptiFine diff --git a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt index a8345c8a3..6b7b02029 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,7 +1,6 @@ -New features in CC:T for Fabric 1.83.2+build.5 +New features in CC:T for Fabric 1.83.2+build.7 -* Fix rendering issues with OptiFine -* Fix version of bundled Jankson (svitoos) +* Fix a bug that most turtle functions hang * Update ClothConfig Type "help changelog" to see the full version history.