1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-22 08:04:49 +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
3 changed files with 9 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ neogradle.subsystems.conventions.runs.enabled=false
# Mod properties # Mod properties
isUnstable=true 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 # Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.21.1 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 # New features in CC: Tweaked 1.114.4
* Allow typing/pasting any character in the CC charset. * 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. One bug fix:
* Add a new `computercraft:storage_capacity` to override a disk or computer's capacity. * Fix `turtle.craft` crafting too many items for shapeless recipes.
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.
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.