File tree 3 files changed +16
-4
lines changed
projects/core/src/main/resources/data/computercraft/lua/rom/help
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
10
10
11
11
# Mod properties
12
12
isUnstable =false
13
- modVersion =1.108.1
13
+ modVersion =1.108.2
14
14
15
15
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
16
16
mcVersion =1.20.1
Original file line number Diff line number Diff line change
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
+
1
10
# New features in CC: Tweaked 1.108.1
2
11
3
12
Several bug fixes:
Original file line number Diff line number Diff line change 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.
2
4
3
5
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.
6
9
7
10
Type "help changelog" to see the full version history.
You can’t perform that action at this time.
0 commit comments