mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-10-31 23:26:19 +00:00
Bump version
This commit is contained in:
parent
08cf55e55f
commit
121802a683
@ -1,5 +1,5 @@
|
|||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.85.0
|
mod_version=1.85.1
|
||||||
|
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
mc_version=1.12.2
|
mc_version=1.12.2
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
# New features in CC: Tweaked 1.85.1
|
||||||
|
|
||||||
|
* Add basic mouse support to `read`
|
||||||
|
|
||||||
|
And several bug fixes:
|
||||||
|
* Fix turtles not having breaking particles.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.85.0
|
# New features in CC: Tweaked 1.85.0
|
||||||
|
|
||||||
* Window.reposition now allows changing the redirect buffer
|
* Window.reposition now allows changing the redirect buffer
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
New features in CC: Tweaked 1.85.0
|
New features in CC: Tweaked 1.85.1
|
||||||
|
|
||||||
* Window.reposition now allows changing the redirect buffer
|
* Add basic mouse support to `read`
|
||||||
* 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:
|
And several bug fixes:
|
||||||
* Change how turtle mining drops are handled, improving compatibility with some mods.
|
* Fix turtles not having breaking particles.
|
||||||
* Fix several GUI desyncs after a turtle moves.
|
|
||||||
|
|
||||||
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