Skip to content

Commit e7ab05d

Browse files
committed
Bump CC:T to 1.108.2
1 parent 6ec34b4 commit e7ab05d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
1010

1111
# Mod properties
1212
isUnstable=false
13-
modVersion=1.108.1
13+
modVersion=1.108.2
1414

1515
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
1616
mcVersion=1.20.1

Diff for: projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# New features in CC: Tweaked 1.108.2
2+
3+
* Add a tag for which blocks wired modems should ignore.
4+
5+
Several bug fixes:
6+
* Fix monitors sometimes being warped after resizing.
7+
* Fix the skull recipes using the wrong UUID format.
8+
* Fix paint canvas not always being redrawn after a term resize.
9+
110
# New features in CC: Tweaked 1.108.1
211

312
Several bug fixes:
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
New features in CC: Tweaked 1.108.1
1+
New features in CC: Tweaked 1.108.2
2+
3+
* Add a tag for which blocks wired modems should ignore.
24

35
Several bug fixes:
4-
* Prevent no-opped players breaking or placing command computers.
5-
* Allow using `@LuaFunction`-annotated methods on classes defined in child classloaders.
6+
* Fix monitors sometimes being warped after resizing.
7+
* Fix the skull recipes using the wrong UUID format.
8+
* Fix paint canvas not always being redrawn after a term resize.
69

710
Type "help changelog" to see the full version history.

0 commit comments

Comments
 (0)