From 7fe62485fa017637d0438589ae3f6422f558a688 Mon Sep 17 00:00:00 2001 From: parly Date: Sun, 20 Oct 2019 00:40:48 +0900 Subject: [PATCH] v1.14.4-1.83.2+build.8 --- gradle.properties | 2 +- .../resources/data/computercraft/lua/rom/help/changelog.txt | 5 +++++ .../resources/data/computercraft/lua/rom/help/whatsnew.txt | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index c5cfefc7c..b65deeb1c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2+build.7 +mod_version=1.83.2+build.8 # 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 6568cd4a4..bdcd97fcd 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.8 + +* Fix an issue where the results of commands.exec were incomplete (hugeblank) +* Update dependencies + New features in CC:T for Fabric 1.83.2+build.7 * Fix a bug that most turtle functions hang 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 6b7b02029..08db7bd89 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,6 +1,6 @@ -New features in CC:T for Fabric 1.83.2+build.7 +New features in CC:T for Fabric 1.83.2+build.8 -* Fix a bug that most turtle functions hang -* Update ClothConfig +* Fix an issue where the results of commands.exec were incomplete (hugeblank) +* Update dependencies Type "help changelog" to see the full version history.