1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-31 23:26:19 +00:00

Bump to 1.93.1

This commit is contained in:
SquidDev 2020-10-23 17:44:52 +01:00
parent 6734af6e4a
commit 61fb4caaad
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# Mod properties # Mod properties
mod_version=1.93.0 mod_version=1.93.1
# Minecraft properties (update mods.toml when changing) # Minecraft properties (update mods.toml when changing)
mc_version=1.15.2 mc_version=1.15.2

View File

@ -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 # New features in CC: Tweaked 1.93.0
* Update Swedish translations (Granddave). * Update Swedish translations (Granddave).

View File

@ -1,11 +1,6 @@
New features in CC: Tweaked 1.93.0 New features in CC: Tweaked 1.93.1
* Update Swedish translations (Granddave). * Various documentation improvements (Lemmmy).
* Printers use item tags to check dyes. * Fix TBO monitor renderer on some older graphics cards (Lemmmy).
* 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.
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.