From 61fb4caaad51b83ac4a8a5999e50d439f94c71bf Mon Sep 17 00:00:00 2001 From: SquidDev Date: Fri, 23 Oct 2020 17:44:52 +0100 Subject: [PATCH] Bump to 1.93.1 --- gradle.properties | 2 +- .../data/computercraft/lua/rom/help/changelog.txt | 5 +++++ .../data/computercraft/lua/rom/help/whatsnew.txt | 11 +++-------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle.properties b/gradle.properties index 57fa71a25..ff1289383 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.93.0 +mod_version=1.93.1 # Minecraft properties (update mods.toml when changing) mc_version=1.15.2 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 23414de05..3bba36e69 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: Tweaked 1.93.1 + +* Various documentation improvements (Lemmmy). +* Fix TBO monitor renderer on some older graphics cards (Lemmmy). + # New features in CC: Tweaked 1.93.0 * Update Swedish translations (Granddave). 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 3143088aa..3354c403b 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,11 +1,6 @@ -New features in CC: Tweaked 1.93.0 +New features in CC: Tweaked 1.93.1 -* Update Swedish translations (Granddave). -* Printers use item tags to check dyes. -* HTTP rules may now be targetted for a specific port. -* Don't propagate adjacent redstone signals through computers. - -And several bug fixes: -* Fix NPEs when turtles interact with containers. +* Various documentation improvements (Lemmmy). +* Fix TBO monitor renderer on some older graphics cards (Lemmmy). Type "help changelog" to see the full version history.