Skip to content

Commit 018ce7c

Browse files
committed
Bump CC:T to 1.116.1
1 parent 4472682 commit 018ce7c

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
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.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
1616
mcVersion=1.20.1

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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()`.
Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
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

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

0 commit comments

Comments
 (0)