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
10
10
11
11
# Mod properties
12
12
isUnstable =false
13
- modVersion =1.116.0
13
+ modVersion =1.116.1
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.116.1
2
+
3
+ * Update translations.
4
+
5
+ One bug fix:
6
+ * Fix NPE when mcfunction files contain CC commands.
7
+
1
8
# New features in CC: Tweaked 1.116.0
2
9
3
10
* 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
2
2
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.
6
4
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.
18
7
19
8
Type "help changelog" to see the full version history.
You can’t perform that action at this time.
0 commit comments