From 111b58f533216f3d20941a759dff354010c997ad Mon Sep 17 00:00:00 2001 From: parly Date: Sun, 22 Sep 2019 23:59:26 +0900 Subject: [PATCH] v1.14.4-1.83.2+build.4 --- gradle.properties | 2 +- .../resources/data/computercraft/lua/rom/help/changelog.txt | 5 +++++ .../resources/data/computercraft/lua/rom/help/whatsnew.txt | 5 +++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2d4a27f68..173bf7955 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2+build.3 +mod_version=1.83.2+build.4 # 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 c48f83e45..ec67978d1 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.4 + +* Add support for config file and in-game config GUI (svitoos) +* Fix the repository url in motd + # New features in CC:T for Fabric 1.83.2+build.3 * Fix turtle.place bugs (svitoos) 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 ae3560919..c119731c3 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,5 +1,6 @@ -New features in CC:T for Fabric 1.83.2+build.3 +New features in CC:T for Fabric 1.83.2+build.4 -* Fix turtle.place bugs (svitoos) +* Add support for config file and in-game config GUI (svitoos) +* Fix the repository url in motd Type "help changelog" to see the full version history.