1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-05-02 03:41:23 +00:00

Bump CC:T to 1.116.2

This commit is contained in:
Jonathan Coates
2025-11-01 19:40:52 +00:00
parent 0ec46fe38e
commit 18f3426f1d
4 changed files with 18 additions and 7 deletions

View File

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

View File

@@ -26,7 +26,7 @@ slf4j = "2.0.1"
asm = "9.9"
autoService = "1.1.1"
checkerFramework = "3.51.1"
cobalt = { strictly = "0.9.6" }
cobalt = { strictly = "0.9.7" }
commonsCli = "1.10.0"
jetbrainsAnnotations = "26.0.2-1"
jspecify = "1.0.0"

View File

@@ -1,3 +1,12 @@
# New features in CC: Tweaked 1.116.2
Several bug fixes:
* Update Create compatibility to Create Fabric 6.0.
* Various documentation fixes (Zirunis).
* Fix crash with Inventorio.
* Various fixes to SNBT parsing.
* Fix Regex DDoS in string pattern matching.
# New features in CC: Tweaked 1.116.1
* Update translations.

View File

@@ -1,8 +1,10 @@
New features in CC: Tweaked 1.116.1
New features in CC: Tweaked 1.116.2
* Update translations.
One bug fix:
* Fix NPE when mcfunction files contain CC commands.
Several bug fixes:
* Update Create compatibility to Create Fabric 6.0.
* Various documentation fixes (Zirunis).
* Fix crash with Inventorio.
* Various fixes to SNBT parsing.
* Fix Regex DDoS in string pattern matching.
Type "help changelog" to see the full version history.