-
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.
Merge branch 'master' into mc-1.14.x
- Loading branch information
Showing
3 changed files
with
25 additions
and
3 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.1 | ||
mod_version=1.85.0 | ||
|
||
# Minecraft properties | ||
mc_version=1.14.4 | ||
|
13 changes: 13 additions & 0 deletions
13
src/main/resources/data/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
13 changes: 11 additions & 2 deletions
13
src/main/resources/data/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,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. |