Bump CC:T to 1.118.1

This commit is contained in:
Jonathan Coates
2026-04-29 12:02:30 +01:00
parent 5adb1aa0d9
commit 3c583dea12
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ neogradle.subsystems.conventions.runs.enabled=false
# Mod properties
isUnstable=true
modVersion=1.118.0
modVersion=1.118.1
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=26.1.2
@@ -1,3 +1,10 @@
# New features in CC: Tweaked 1.118.1
Several bug fixes:
* Fix crash in recipe serialisers.
* Fix breaking progress overlay not matching turtle's rotation.
* Fix several recipes not displaying correctly with JEI.
# New features in CC: Tweaked 1.118.0
* Add timeout argument to `rednet.lookup`.
@@ -1,11 +1,8 @@
New features in CC: Tweaked 1.118.0
* Add timeout argument to `rednet.lookup`.
* Add `commands.getEntity`.
New features in CC: Tweaked 1.118.1
Several bug fixes:
* Documentation fixes (ItsNotVingtdeux).
* Fix handling of shebangs outside the root directory (graypinkfurball).
* Fix `edit` not clearing menu after terminal resize (Wojbie).
* Fix crash in recipe serialisers.
* Fix breaking progress overlay not matching turtle's rotation.
* Fix several recipes not displaying correctly with JEI.
Type "help changelog" to see the full version history.