File tree 3 files changed +25
-10
lines changed
projects/core/src/main/resources/data/computercraft/lua/rom/help
3 files changed +25
-10
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.107 .0
13
+ modVersion =1.108 .0
14
14
15
15
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
16
16
mcVersion =1.19.4
Original file line number Diff line number Diff line change
1
+ # New features in CC: Tweaked 1.108.0
2
+
3
+ * Remove compression from terminal/monitor packets. Vanilla applies its own compression, so this ends up being less helpful than expected.
4
+ * ` /computercraft ` command now supports permission mods.
5
+ * Split some GUI textures into sprite sheets.
6
+ * Support the ` %g ` character class in string pattern matching.
7
+
8
+ Several bug fixes:
9
+ * Fix crash when playing some modded records via a disk drive.
10
+ * Fix race condition when computers attach or detach from a monitor.
11
+ * Fix the "max websocket message" config option not being read.
12
+ * ` tostring ` now correctly obeys ` __name ` .
13
+ * Fix several inconsistencies with pattern matching character classes.
14
+
1
15
# New features in CC: Tweaked 1.107.0
2
16
3
17
* Add ` disabled_generic_methods ` config option to disable generic methods.
Original file line number Diff line number Diff line change 1
- New features in CC: Tweaked 1.107 .0
1
+ New features in CC: Tweaked 1.108 .0
2
2
3
- * Add ` disabled_generic_methods ` config option to disable generic methods .
4
- * Add basic integration with EMI .
5
- * Enchanted turtle tools now render with a glint .
6
- * Update several translations (PatriikPlays, 1Turtle, Ale32bit) .
3
+ * Remove compression from terminal/monitor packets. Vanilla applies its own compression, so this ends up being less helpful than expected .
4
+ * ` /computercraft ` command now supports permission mods .
5
+ * Split some GUI textures into sprite sheets .
6
+ * Support the ` %g ` character class in string pattern matching .
7
7
8
8
Several bug fixes:
9
- * Fix client config file being generated on a dedicated server.
10
- * Fix numbers ending in "f" or "d" being treated as avalid.
11
- * Fix ` string.pack ` 's "z" specifier causing out-of-bounds errors.
12
- * Fix several issues with ` turtle.dig ` 's custom actions (tilling, making paths).
9
+ * Fix crash when playing some modded records via a disk drive.
10
+ * Fix race condition when computers attach or detach from a monitor.
11
+ * Fix the "max websocket message" config option not being read.
12
+ * ` tostring ` now correctly obeys ` __name ` .
13
+ * Fix several inconsistencies with pattern matching character classes.
13
14
14
15
Type "help changelog" to see the full version history.
You can’t perform that action at this time.
0 commit comments