mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-08 08:20:29 +00:00
Merge branch 'master' into mc-1.14.x
This commit is contained in:
commit
3ea2d6a0a8
@ -1,5 +1,5 @@
|
|||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.84.1
|
mod_version=1.85.0
|
||||||
|
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
mc_version=1.14.4
|
mc_version=1.14.4
|
||||||
|
@ -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
|
# New features in CC: Tweaked 1.84.1
|
||||||
|
|
||||||
* Update to latest Forge
|
* Update to latest Forge
|
||||||
|
@ -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.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
Reference in New Issue
Block a user