Skip to content

Commit

Permalink
Bump to 1.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Oct 4, 2020
1 parent 8472112 commit 334ca65
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions src/main/resources/data/computercraft/lua/rom/help/changelog.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
13 changes: 6 additions & 7 deletions src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 334ca65

Please sign in to comment.