1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-11-05 09:36:19 +00:00

Bump CC:T to 1.108.2

This commit is contained in:
Jonathan Coates 2023-10-08 13:27:24 +01:00
parent 6ec34b42e5
commit e7ab05d064
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 16 additions and 4 deletions

View File

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

View File

@ -1,3 +1,12 @@
# New features in CC: Tweaked 1.108.2
* Add a tag for which blocks wired modems should ignore.
Several bug fixes:
* Fix monitors sometimes being warped after resizing.
* Fix the skull recipes using the wrong UUID format.
* Fix paint canvas not always being redrawn after a term resize.
# New features in CC: Tweaked 1.108.1
Several bug fixes:

View File

@ -1,7 +1,10 @@
New features in CC: Tweaked 1.108.1
New features in CC: Tweaked 1.108.2
* Add a tag for which blocks wired modems should ignore.
Several bug fixes:
* Prevent no-opped players breaking or placing command computers.
* Allow using `@LuaFunction`-annotated methods on classes defined in child classloaders.
* Fix monitors sometimes being warped after resizing.
* Fix the skull recipes using the wrong UUID format.
* Fix paint canvas not always being redrawn after a term resize.
Type "help changelog" to see the full version history.