Merge branch 'master' into mc-1.14.x

This commit is contained in:
SquidDev 2019-10-04 19:56:49 +01:00
commit 3ea2d6a0a8
3 changed files with 25 additions and 3 deletions

View File

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

View File

@ -1,3 +1,16 @@
# 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.
* Fix os.day/os.time using the incorrect world time.
* Prevent wired modems dropping incorrectly.
* Fix mouse events not firing within the computer GUI.
# New features in CC: Tweaked 1.84.1
* Update to latest Forge

View File

@ -1,5 +1,14 @@
New features in CC: Tweaked 1.84.1
New features in CC: Tweaked 1.85.0
* Update to latest Forge
* 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.
* Fix os.day/os.time using the incorrect world time.
* Prevent wired modems dropping incorrectly.
* Fix mouse events not firing within the computer GUI.
Type "help changelog" to see the full version history.