Bump version

This commit is contained in:
SquidDev 2019-11-25 08:58:36 +00:00
parent 08cf55e55f
commit 121802a683
3 changed files with 11 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Mod properties
mod_version=1.85.0
mod_version=1.85.1
# Minecraft properties
mc_version=1.12.2

View File

@ -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
* Window.reposition now allows changing the redirect buffer

View File

@ -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 cc.completion and cc.shell.completion modules
* command.exec also returns the number of affected objects, when exposed by the game.
* Add basic mouse support to `read`
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 turtles not having breaking particles.
Type "help changelog" to see the full version history.