mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-11 20:17:39 +00:00
Bump to 1.89.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.88.0
|
mod_version=1.89.0
|
||||||
|
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
mc_version=1.12.2
|
mc_version=1.12.2
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
# New features in CC: Tweaked 1.89.0
|
||||||
|
|
||||||
|
* Compress monitor data, reducing network traffic by a significant amount.
|
||||||
|
* Allow limiting the bandwidth monitor updates use.
|
||||||
|
* Several optimisations to monitor rendering (@Lignum)
|
||||||
|
|
||||||
|
And several bug fixes:
|
||||||
|
* Fix settings.load failing on defined settings.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.88.0
|
# New features in CC: Tweaked 1.88.0
|
||||||
|
|
||||||
* Computers and turtles now preserve their ID when broken.
|
* Computers and turtles now preserve their ID when broken.
|
||||||
|
@@ -1,17 +1,10 @@
|
|||||||
New features in CC: Tweaked 1.88.0
|
New features in CC: Tweaked 1.89.0
|
||||||
|
|
||||||
* Computers and turtles now preserve their ID when broken.
|
* Compress monitor data, reducing network traffic by a significant amount.
|
||||||
* Add `peripheral.getName` - returns the name of a wrapped peripheral.
|
* Allow limiting the bandwidth monitor updates use.
|
||||||
* Reduce network overhead of monitors and terminals.
|
* Several optimisations to monitor rendering (@Lignum)
|
||||||
* Add a TBO backend for monitors, with a significant performance boost.
|
|
||||||
* The Lua REPL warns when declaring locals (lupus590, exerro)
|
|
||||||
* Add config to allow using command computers in survival.
|
|
||||||
* Add fs.isDriveRoot - checks if a path is the root of a drive.
|
|
||||||
* `cc.pretty` can now display a function's arguments and where it was defined. The Lua REPL will show arguments by default.
|
|
||||||
* Move the shell's `require`/`package` implementation to a separate `cc.require` module.
|
|
||||||
|
|
||||||
And several bug fixes:
|
And several bug fixes:
|
||||||
* Fix io.lines not accepting arguments.
|
* Fix settings.load failing on defined settings.
|
||||||
* Fix settings.load using an unknown global (MCJack123).
|
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
Reference in New Issue
Block a user