From 2f66792a0d934c6876d6b82e06e6981bb23bd3b1 Mon Sep 17 00:00:00 2001 From: parly Date: Mon, 19 Aug 2019 21:38:50 +0900 Subject: [PATCH] v1.14.4-1.83.2+build.2 --- gradle.properties | 2 +- .../data/computercraft/lua/rom/help/changelog.txt | 5 +++++ .../data/computercraft/lua/rom/help/whatsnew.txt | 10 +++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/gradle.properties b/gradle.properties index 86cdcc3d1..8c4fc4ae3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2 +mod_version=1.83.2+build.2 # 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 e0b28e163..fa5dabb6a 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.2 + +* Fix os.time() and os.day() behavior (doomy64) +* Change versioning scheme (add build number for each version) + # New features in CC:T for Fabric 1.83.2 * Update to Minecraft 1.14.4 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 55e2ac007..625d0f55d 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,10 +1,6 @@ -New features in CC: Tweaked 1.83.1 +New features in CC:T for Fabric 1.83.2+build.2 -* Add several new MOTD messages (JakobDev) - -And several bug fixes: -* Fix type check in `rednet.lookup` -* Error if turtle and pocket computer programs are run on the wrong system (JakobDev) -* Do not discard varargs after a nil. +* Fix os.time() and os.day() behavior (doomy64) +* Change versioning scheme (add build number for each version) Type "help changelog" to see the full version history.