1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Bump CC:T to 1.103.0

This commit is contained in:
Jonathan Coates 2023-02-09 21:02:03 +00:00
parent 5502412181
commit 9e6e0c8b88
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
5 changed files with 34 additions and 8 deletions

View File

@ -5,8 +5,8 @@ kotlin.stdlib.default.dependency=false
kotlin.jvm.target.validation.mode=error
# Mod properties
isUnstable=true
modVersion=1.102.2
isUnstable=false
modVersion=1.103.0
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.19.3

View File

@ -1,3 +1,19 @@
# New features in CC: Tweaked 1.103.0
* The shell now supports hashbangs (`#!`) (emmachase).
* Error messages in `edit` are now displayed in red on advanced computers.
* `turtle.getItemDetail` now always includes the `nbt` hash.
* Improvements to the display of errors in the shell and REPL.
* Turtles, pocket computers, and disks can be undyed by careful application (i.e. crafting) of a sponge.
* Turtles can no longer be dyed/undyed by right clicking.
Several bug fixes:
* Several documentation improvements and fixes (ouroborus, LelouBil)
* Fix rednet queueing the wrong message when sending a message to the current computer.
* Fix the Lua VM crashing when a `__len` metamethod yields.
* `pocket.{un,}equipBack` now correctly copies the stack when unequipping an upgrade.
* Fix `key` events not being queued while pressing computer shortcuts.
# New features in CC: Tweaked 1.102.2
Several bug fixes:

View File

@ -1,7 +1,17 @@
New features in CC: Tweaked 1.102.2
New features in CC: Tweaked 1.103.0
* The shell now supports hashbangs (`#!`) (emmachase).
* Error messages in `edit` are now displayed in red on advanced computers.
* `turtle.getItemDetail` now always includes the `nbt` hash.
* Improvements to the display of errors in the shell and REPL.
* Turtles, pocket computers, and disks can be undyed by careful application (i.e. crafting) of a sponge.
* Turtles can no longer be dyed/undyed by right clicking.
Several bug fixes:
* Fix printouts crashing in item frames
* Fix disks not being assigned an ID when placed in a disk drive.
* Several documentation improvements and fixes (ouroborus, LelouBil)
* Fix rednet queueing the wrong message when sending a message to the current computer.
* Fix the Lua VM crashing when a `__len` metamethod yields.
* `pocket.{un,}equipBack` now correctly copies the stack when unequipping an upgrade.
* Fix `key` events not being queued while pressing computer shortcuts.
Type "help changelog" to see the full version history.

View File

@ -76,7 +76,7 @@
```
```txt
Unexpected while. Expected a statement.
Unexpected while.
|
1 | for xyz , xyz while
| ^^^^^