diff --git a/gradle.properties b/gradle.properties index 2e9a93b9f..57fa71a25 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.92.0 +mod_version=1.93.0 # 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 0c381c83d..23414de05 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,13 @@ +# New features in CC: Tweaked 1.93.0 + +* 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. + # New features in CC: Tweaked 1.92.0 * Bump Cobalt version: 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 099b912c1..3143088aa 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,12 +1,11 @@ -New features in CC: Tweaked 1.92.0 +New features in CC: Tweaked 1.93.0 -* Bump Cobalt version: - * Add support for the __pairs metamethod. - * string.format now uses the __tostring metamethod. -* Add date-specific MOTDs (MCJack123). +* 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: -* Correctly handle tabs within textutils.unserailizeJSON. -* Fix sheep not dropping items when sheared by turtles. +* Fix NPEs when turtles interact with containers. Type "help changelog" to see the full version history.