mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-12 11:10:29 +00:00
Bump CC:T to 1.101.4
This commit is contained in:
parent
c1954b4071
commit
f4de575d35
@ -5,7 +5,7 @@ kotlin.stdlib.default.dependency=false
|
||||
kotlin.jvm.target.validation.mode=error
|
||||
|
||||
# Mod properties
|
||||
modVersion=1.101.3
|
||||
modVersion=1.101.4
|
||||
|
||||
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
||||
mcVersion=1.19.2
|
||||
|
@ -1,3 +1,7 @@
|
||||
# New features in CC: Tweaked 1.101.4
|
||||
|
||||
* Turtles can now right click items "into" certain blocks (cauldrons and hives by default, configurable with the `computercraft:turtle_can_use` block tag). (samuelWilliams99)
|
||||
|
||||
# New features in CC: Tweaked 1.101.3
|
||||
|
||||
* Improve syntax errors when missing commas in tables, and on trailing commas in parameter lists.
|
||||
|
@ -1,18 +1,5 @@
|
||||
New features in CC: Tweaked 1.101.3
|
||||
New features in CC: Tweaked 1.101.4
|
||||
|
||||
* Improve syntax errors when missing commas in tables, and on trailing commas in parameter lists.
|
||||
* `speaker` program now reports an error on common unsupported audio formats.
|
||||
* Small optimisations to the `window` API.
|
||||
|
||||
Several bug fixes:
|
||||
* Fix the REPL syntax reporting crashing on valid parses.
|
||||
* Ignore metatables in `textutils.serialize`.
|
||||
* Fix `gps.locate` returning `nan` when receiving a duplicate location (Wojbie).
|
||||
* Ignore metatables in `textutils.serialize`.
|
||||
* Fix crash when turtles are exploded by a null explosion.
|
||||
* Lua REPL no longer accepts `)(` as a valid expression.
|
||||
* Fix several inconsistencies with `require`/`package.path` in the Lua REPL (Wojbie).
|
||||
* Fix private several IP address ranges not being blocked by the `$private` rule.
|
||||
* Improve permission checks in the `/computercraft` command.
|
||||
* Turtles can now right click items "into" certain blocks (cauldrons and hives by default, configurable with the `computercraft:turtle_can_use` block tag). (samuelWilliams99)
|
||||
|
||||
Type "help changelog" to see the full version history.
|
||||
|
Loading…
Reference in New Issue
Block a user