mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-05 17:46:21 +00:00
Bump CC:T to 1.108.2
This commit is contained in:
parent
6ec34b42e5
commit
e7ab05d064
@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
|
|||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
isUnstable=false
|
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
|
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
||||||
mcVersion=1.20.1
|
mcVersion=1.20.1
|
||||||
|
@ -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
|
# New features in CC: Tweaked 1.108.1
|
||||||
|
|
||||||
Several bug fixes:
|
Several bug fixes:
|
||||||
|
@ -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:
|
Several bug fixes:
|
||||||
* Prevent no-opped players breaking or placing command computers.
|
* Fix monitors sometimes being warped after resizing.
|
||||||
* Allow using `@LuaFunction`-annotated methods on classes defined in child classloaders.
|
* 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.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
Reference in New Issue
Block a user