-
Notifications
You must be signed in to change notification settings - Fork 215
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
19 additions
and
6 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.86.0 | ||
mod_version=1.86.1 | ||
|
||
# Minecraft properties | ||
mc_version=1.12.2 | ||
|
11 changes: 11 additions & 0 deletions
11
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
12 changes: 7 additions & 5 deletions
12
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,10 +1,12 @@ | ||
New features in CC: Tweaked 1.86.0 | ||
New features in CC: Tweaked 1.86.1 | ||
|
||
* Add PATCH and TRACE HTTP methods. (jaredallard) | ||
* Add more MOTD messages. (JakobDev) | ||
* Allow removing and adding turtle upgrades via CraftTweaker. | ||
* Add a help message to the Lua REPL's exit function | ||
* Add more MOTD messages. (osmarks) | ||
* GPS requests are now made anonymously (osmarks) | ||
* Minor memory usage improvements to Cobalt VM. | ||
|
||
And several bug fixes: | ||
* Fix crash when interacting with Wearable Backpacks. | ||
* Fix error when calling `write` with a number. | ||
* Add missing assertion to `io.write`. | ||
|
||
Type "help changelog" to see the full version history. |