-
Notifications
You must be signed in to change notification settings - Fork 211
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
9 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
10 changes: 10 additions & 0 deletions
10
projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md
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
14 changes: 6 additions & 8 deletions
14
projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md
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,13 +1,11 @@ | ||
New features in CC: Tweaked 1.111.0 | ||
New features in CC: Tweaked 1.111.1 | ||
|
||
* Update several translations (Ale32bit). | ||
* Split up turtle textures into individual textures. | ||
* Add `r+`/`w+` support to the `io` library. | ||
* Warn when capabilities are not registered and Optifine is installed. | ||
* Add support for data-driven turtle upgrades. | ||
|
||
Several bug fixes: | ||
* Allow planks to be used for building in "adventure" (dan200). | ||
* Fix `disk.getAudioTitle()` returning untranslated strings for some modded discs. | ||
* Fix crash when right clicking turtles in spectator. | ||
* Fix monitors not rendering on NeoForge. | ||
* Fix turtle labels not rendering. | ||
* Fix compatibility with newer versions of NeoForge. | ||
* Fix heights of turtle flags. | ||
|
||
Type "help changelog" to see the full version history. |