1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-24 22:42:18 +00:00

Bump CC:T to 1.116.1

This commit is contained in:
Jonathan Coates 2025-07-12 18:57:05 +01:00
parent 44726827b4
commit 018ce7c8a5
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 12 additions and 16 deletions

View File

@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
# Mod properties # Mod properties
isUnstable=false isUnstable=false
modVersion=1.116.0 modVersion=1.116.1
# Minecraft properties: We want to configure this here so we can read it in settings.gradle # Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.20.1 mcVersion=1.20.1

View File

@ -1,3 +1,10 @@
# New features in CC: Tweaked 1.116.1
* Update translations.
One bug fix:
* Fix NPE when mcfunction files contain CC commands.
# New features in CC: Tweaked 1.116.0 # New features in CC: Tweaked 1.116.0
* Add `turtle.getEquippedLeft()` and `turtle.getEquippedRight()`. * Add `turtle.getEquippedLeft()` and `turtle.getEquippedRight()`.

View File

@ -1,19 +1,8 @@
New features in CC: Tweaked 1.116.0 New features in CC: Tweaked 1.116.1
* Add `turtle.getEquippedLeft()` and `turtle.getEquippedRight()`. * Update translations.
* Add item tags for floppy disks and pocket computers.
* Support multi-line strings and comments in `edit`.
Several bug fixes: One bug fix:
* Ignore shader compilation errors when running with Pojav. * Fix NPE when mcfunction files contain CC commands.
* Fix several issues with character input.
* Fix pocket computer dyes being lost when equipping/unequipping upgrades.
* Fix superflous warnings from allocation tracking.
* Fix `__lt`/`__le` not working on heterogeneous types.
* Many documentation fixes (Lemmmy, matematikaadit, McJack12).
* Fix `0` being treated as a valid colour in `window` and `colour.toBlit`.
* Fix out-of-bounds when pasting too lon text.
* Fix syntax highlighting of string escapes (LorneHyde).
* Fix sidebar texture of advanced computers being offset.
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.