1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-21 12:43:21 +00:00

Bumpity bumpity bump

This commit is contained in:
SquidDev 2019-08-09 09:38:30 +01:00
parent a0e72d02c8
commit 07a56454a0
3 changed files with 7 additions and 16 deletions

View File

@ -1,5 +1,5 @@
# Mod properties
mod_version=1.84.0
mod_version=1.84.1
# Minecraft properties
mc_version=1.14.4

View File

@ -1,3 +1,7 @@
# New features in CC: Tweaked 1.84.1
* Update to latest Forge
# New features in CC: Tweaked 1.84.0
* Improve validation in rename, copy and delete programs

View File

@ -1,18 +1,5 @@
New features in CC: Tweaked 1.84.0
New features in CC: Tweaked 1.84.1
* Improve validation in rename, copy and delete programs
* Add window.getLine - the inverse of blit
* turtle.refuel no longer consumes more fuel than needed
* Add "cc.expect" module, for improved argument type checks
* Mount the ROM from all mod jars, not just CC's
And several bug fixes:
* Ensure file error messages use the absolute correct path
* Fix NPE when closing a file multiple times.
* Do not load chunks when calling writeDescription.
* Fix the signature of loadfile
* Fix turtles harvesting blocks multiple times
* Improve thread-safety of various peripherals
* Prevent printed pages having massive/malformed titles
* Update to latest Forge
Type "help changelog" to see the full version history.