1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-07-30 07:42:56 +00:00

Bump CC:T to 1.114.5

This commit is contained in:
Jonathan Coates 2025-02-09 10:16:45 +00:00
parent 74f707aaea
commit 1e25fa9bc3
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 9 additions and 8 deletions

View File

@ -12,7 +12,7 @@ neogradle.subsystems.conventions.runs.enabled=false
# Mod properties
isUnstable=true
modVersion=1.114.4
modVersion=1.114.5
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.21.1

View File

@ -1,3 +1,8 @@
# New features in CC: Tweaked 1.114.5
One bug fix:
* Fix `turtle.craft` crafting too many items for shapeless recipes.
# New features in CC: Tweaked 1.114.4
* Allow typing/pasting any character in the CC charset.

View File

@ -1,10 +1,6 @@
New features in CC: Tweaked 1.114.4
New features in CC: Tweaked 1.114.5
* Allow typing/pasting any character in the CC charset.
* Add a new `computercraft:storage_capacity` to override a disk or computer's capacity.
Several bug fixes:
* Fix command computers having NBT set when placed in a Create contraption.
* Use correct bounding box when checking for entities in turtle movement.
One bug fix:
* Fix `turtle.craft` crafting too many items for shapeless recipes.
Type "help changelog" to see the full version history.