From 19553a981e919adcde55250d23ef2c4c02db05fa Mon Sep 17 00:00:00 2001 From: parly Date: Sat, 28 Sep 2019 00:17:28 +0900 Subject: [PATCH] v1.14.4-1.83.2+build.5 --- gradle.properties | 2 +- .../data/computercraft/lua/rom/help/changelog.txt | 6 ++++++ .../resources/data/computercraft/lua/rom/help/whatsnew.txt | 7 ++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 173bf7955..69c9f7c8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2+build.4 +mod_version=1.83.2+build.5 # 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 ec67978d1..ffaf0380c 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,9 @@ +New features in CC:T for Fabric 1.83.2+build.5 + +* Fix rendering issues with OptiFine +* Fix version of bundled Jankson (svitoos) +* Update ClothConfig + # New features in CC:T for Fabric 1.83.2+build.4 * Add support for config file and in-game config GUI (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 c119731c3..a8345c8a3 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,7 @@ -New features in CC:T for Fabric 1.83.2+build.4 +New features in CC:T for Fabric 1.83.2+build.5 -* Add support for config file and in-game config GUI (svitoos) -* Fix the repository url in motd +* Fix rendering issues with OptiFine +* Fix version of bundled Jankson (svitoos) +* Update ClothConfig Type "help changelog" to see the full version history.