From 26c12ac1a93692f027b3436b529a42c00176864c Mon Sep 17 00:00:00 2001 From: SquidDev Date: Fri, 4 Sep 2020 17:29:35 +0100 Subject: [PATCH] Bump version to 1.91.1 --- gradle.properties | 4 ++-- .../data/computercraft/lua/rom/help/changelog.txt | 4 ++++ .../data/computercraft/lua/rom/help/whatsnew.txt | 14 ++------------ 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/gradle.properties b/gradle.properties index c48ee33c5..dc94a1f3d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Mod properties -mod_version=1.91.0 +mod_version=1.91.1 # Minecraft properties (update mods.toml when changing) mc_version=1.16.2 -forge_version=33.0.20 +forge_version=33.0.37 mappings_version=20200723-1.16.1 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 38cdcdd99..23584df62 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,7 @@ +# New features in CC: Tweaked 1.91.1 + +* Fix crash when turtles interact with an entity. + # New features in CC: Tweaked 1.91.0 * [Generic peripherals] Expose NBT hashes of items to inventory methods. 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 aac3f89de..2b24ff7ee 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,15 +1,5 @@ -New features in CC: Tweaked 1.91.0 +New features in CC: Tweaked 1.91.1 -* [Generic peripherals] Expose NBT hashes of items to inventory methods. -* Bump Cobalt version - * Optimise handling of string concatenation. - * Add string.{pack,unpack,packsize} (MCJack123) -* Update to 1.16.2 - -And several bug fixes: -* Escape non-ASCII characters in JSON strings (neumond) -* Make field names in fs.attributes more consistent (abby) -* Fix textutils.formatTime correctly handle 12 AM (R93950X) -* Fix turtles placing buckets multiple times. +* Fix crash when turtles interact with an entity. Type "help changelog" to see the full version history.