File tree Expand file tree Collapse file tree 3 files changed +12
-16
lines changed
projects/core/src/main/resources/data/computercraft/lua/rom/help Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
1010
1111# Mod properties
1212isUnstable =false
13- modVersion =1.116.0
13+ modVersion =1.116.1
1414
1515# Minecraft properties: We want to configure this here so we can read it in settings.gradle
1616mcVersion =1.20.1
Original file line number Diff line number Diff line change 1+ # New features in CC: Tweaked 1.116.1
2+
3+ * Update translations.
4+
5+ One bug fix:
6+ * Fix NPE when mcfunction files contain CC commands.
7+
18# New features in CC: Tweaked 1.116.0
29
310* Add ` turtle.getEquippedLeft() ` and ` turtle.getEquippedRight() ` .
Original file line number Diff line number Diff line change 1- New features in CC: Tweaked 1.116.0
1+ New features in CC: Tweaked 1.116.1
22
3- * Add ` turtle.getEquippedLeft() ` and ` turtle.getEquippedRight() ` .
4- * Add item tags for floppy disks and pocket computers.
5- * Support multi-line strings and comments in ` edit ` .
3+ * Update translations.
64
7- Several bug fixes:
8- * Ignore shader compilation errors when running with Pojav.
9- * Fix several issues with character input.
10- * Fix pocket computer dyes being lost when equipping/unequipping upgrades.
11- * Fix superflous warnings from allocation tracking.
12- * Fix ` __lt ` /` __le ` not working on heterogeneous types.
13- * Many documentation fixes (Lemmmy, matematikaadit, McJack12).
14- * Fix ` 0 ` being treated as a valid colour in ` window ` and ` colour.toBlit ` .
15- * Fix out-of-bounds when pasting too lon text.
16- * Fix syntax highlighting of string escapes (LorneHyde).
17- * Fix sidebar texture of advanced computers being offset.
5+ One bug fix:
6+ * Fix NPE when mcfunction files contain CC commands.
187
198Type "help changelog" to see the full version history.
You can’t perform that action at this time.
0 commit comments