From cb66ef7e308d5294aa29244079a193d9894400c6 Mon Sep 17 00:00:00 2001 From: parly Date: Mon, 2 Dec 2019 00:19:02 +0900 Subject: [PATCH] v1.14.4-1.83.2+build.9 --- gradle.properties | 2 +- .../resources/data/computercraft/lua/rom/help/changelog.txt | 5 +++++ .../resources/data/computercraft/lua/rom/help/whatsnew.txt | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4c84f43cb..a0e5d84e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2+build.8 +mod_version=1.83.2+build.9 # 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 bdcd97fcd..70593ee68 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.9 + +* Add an argument `dimension` to commands.getBlockInfo and getBlockInfos (hugeblank) +* Update dependencies + New features in CC:T for Fabric 1.83.2+build.8 * Fix an issue where the results of commands.exec were incomplete (hugeblank) 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 08db7bd89..9bbcfff09 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.8 +New features in CC:T for Fabric 1.83.2+build.9 -* Fix an issue where the results of commands.exec were incomplete (hugeblank) +* Add an argument `dimension` to commands.getBlockInfo and getBlockInfos (hugeblank) * Update dependencies Type "help changelog" to see the full version history.