-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Mod properties | ||
mod_version=1.84.0 | ||
mod_version=1.85.0 | ||
|
||
# Minecraft properties | ||
mc_version=1.12.2 | ||
|
10 changes: 10 additions & 0 deletions
10
src/main/resources/assets/computercraft/lua/rom/help/changelog.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 6 additions & 13 deletions
19
src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
* Add window.getLine - the inverse of blit | ||
* turtle.refuel no longer consumes more fuel than needed | ||
* Add "cc.expect" module, for improved argument type checks | ||
* Mount the ROM from all mod jars, not just CC's | ||
* 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: | ||
* Ensure file error messages use the absolute correct path | ||
* Fix NPE when closing a file multiple times. | ||
* 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 | ||
* Change how turtle mining drops are handled, improving compatibility with some mods. | ||
* Fix several GUI desyncs after a turtle moves. | ||
|
||
Type "help changelog" to see the full version history. |