Bump to 1.94.0

This commit is contained in:
SquidDev 2020-11-07 12:43:18 +00:00
parent d13bd2cce8
commit 74ac5bb3d1
3 changed files with 23 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Mod properties # Mod properties
mod_version=1.93.1 mod_version=1.94.0
# 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,15 @@
# New features in CC: Tweaked 1.94.0
* Add getter for window visibility (devomaa)
* Generic peripherals are no longer experimental, and on by default.
* Use term.blit to draw boxes in paintutils (Lemmmy).
And several bug fixes:
* Fix turtles not getting advancements when turtles are on.
* Draw in-hand pocket computers with the correct transparent flags enabled.
* Several bug fixes to SNBT parsing.
* Fix several programs using their original name instead of aliases in usage hints (Lupus590).
# New features in CC: Tweaked 1.93.1 # New features in CC: Tweaked 1.93.1
* Various documentation improvements (Lemmmy). * Various documentation improvements (Lemmmy).

View File

@ -1,6 +1,13 @@
New features in CC: Tweaked 1.93.1 New features in CC: Tweaked 1.94.0
* Various documentation improvements (Lemmmy). * Add getter for window visibility (devomaa)
* Fix TBO monitor renderer on some older graphics cards (Lemmmy). * Generic peripherals are no longer experimental, and on by default.
* Use term.blit to draw boxes in paintutils (Lemmmy).
And several bug fixes:
* Fix turtles not getting advancements when turtles are on.
* Draw in-hand pocket computers with the correct transparent flags enabled.
* Several bug fixes to SNBT parsing.
* Fix several programs using their original name instead of aliases in usage hints (Lupus590).
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.