mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-07 07:50:27 +00:00
Bump version
This commit is contained in:
parent
418420523a
commit
c802290437
@ -1,5 +1,5 @@
|
|||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.84.0
|
mod_version=1.85.0
|
||||||
|
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
mc_version=1.12.2
|
mc_version=1.12.2
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
# New features in CC: Tweaked 1.85.0
|
||||||
|
|
||||||
|
* Window.reposition now allows changing the redirect buffer
|
||||||
|
* Add cc.completion and cc.shell.completion modules
|
||||||
|
* command.exec also returns the number of affected objects, when exposed by the game.
|
||||||
|
|
||||||
|
And several bug fixes:
|
||||||
|
* Change how turtle mining drops are handled, improving compatibility with some mods.
|
||||||
|
* Fix several GUI desyncs after a turtle moves.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.84.0
|
# New features in CC: Tweaked 1.84.0
|
||||||
|
|
||||||
* Improve validation in rename, copy and delete programs
|
* Improve validation in rename, copy and delete programs
|
||||||
|
@ -1,18 +1,11 @@
|
|||||||
New features in CC: Tweaked 1.84.0
|
New features in CC: Tweaked 1.85.0
|
||||||
|
|
||||||
* Improve validation in rename, copy and delete programs
|
* Window.reposition now allows changing the redirect buffer
|
||||||
* Add window.getLine - the inverse of blit
|
* Add cc.completion and cc.shell.completion modules
|
||||||
* turtle.refuel no longer consumes more fuel than needed
|
* command.exec also returns the number of affected objects, when exposed by the game.
|
||||||
* Add "cc.expect" module, for improved argument type checks
|
|
||||||
* Mount the ROM from all mod jars, not just CC's
|
|
||||||
|
|
||||||
And several bug fixes:
|
And several bug fixes:
|
||||||
* Ensure file error messages use the absolute correct path
|
* Change how turtle mining drops are handled, improving compatibility with some mods.
|
||||||
* Fix NPE when closing a file multiple times.
|
* Fix several GUI desyncs after a turtle moves.
|
||||||
* 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
|
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
Reference in New Issue
Block a user