-
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.
Merge branch 'mc-1.19.x' into mc-1.20.x
- Loading branch information
Showing
6 changed files
with
59 additions
and
28 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
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
6 changes: 6 additions & 0 deletions
6
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
20 changes: 3 additions & 17 deletions
20
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,21 +1,7 @@ | ||
New features in CC: Tweaked 1.106.0 | ||
|
||
* Numerous documentation improvements (MCJack123, znepb, penguinencounter). | ||
* Port `fs.find` to Lua. This also allows using `?` as a wildcard. | ||
* Computers cursors now glow in the dark. | ||
* Allow changing turtle upgrades from the GUI. | ||
* Add option to serialize Unicode strings to JSON (MCJack123). | ||
* Small optimisations to the `window` API. | ||
* Turtle upgrades can now preserve NBT from upgrade item stack and when broken. | ||
* Add support for tool enchantments and durability via datapacks. This is disabled for the built-in tools. | ||
New features in CC: Tweaked 1.106.1 | ||
|
||
Several bug fixes: | ||
* Fix turtles rendering incorrectly when upside down. | ||
* Fix misplaced calls to IArguments.escapes. | ||
* Lua REPL no longer accepts `)(` as a valid expression. | ||
* Fix several inconsistencies with `require`/`package.path` in the Lua REPL (Wojbie). | ||
* Fix turtle being able to place water buckets outside its reach distance. | ||
* Fix private several IP address ranges not being blocked by the `$private` rule. | ||
* Improve permission checks in the `/computercraft` command. | ||
* Block the CGNAT range (100.64.0.0/10) by default. | ||
* Fix conflicts with other mods replacing reach distance. | ||
|
||
Type "help changelog" to see the full version history. |
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
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