1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-04 21:03:58 +00:00

Bump CC:T to 1.114.4

This commit is contained in:
Jonathan Coates 2025-01-31 21:09:57 +00:00
parent b69a44a927
commit 4360485880
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 15 additions and 6 deletions

View File

@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
# Mod properties # Mod properties
isUnstable=false isUnstable=false
modVersion=1.114.3 modVersion=1.114.4
# 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,12 @@
# New features in CC: Tweaked 1.114.4
* Allow typing/pasting any character in the CC charset.
Several bug fixes:
* Fix command computers being exposed as peripherals (Forge only).
* Fix command computers having NBT set when placed in a Create contraption.
* Use correct bounding box when checking for entities in turtle movement.
# New features in CC: Tweaked 1.114.3 # New features in CC: Tweaked 1.114.3
* `wget` now prints the error that occurred, rather than a generic "Failed" (tizu69). * `wget` now prints the error that occurred, rather than a generic "Failed" (tizu69).

View File

@ -1,10 +1,10 @@
New features in CC: Tweaked 1.114.3 New features in CC: Tweaked 1.114.4
* `wget` now prints the error that occurred, rather than a generic "Failed" (tizu69). * Allow typing/pasting any character in the CC charset.
* Update several translations.
Several bug fixes: Several bug fixes:
* Fix `fs.isDriveRoot` returning true for non-existent files. * Fix command computers being exposed as peripherals (Forge only).
* Fix possible memory leak when sending terminal contents. * Fix command computers having NBT set when placed in a Create contraption.
* Use correct bounding box when checking for entities in turtle movement.
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.