[1.21.7] 1.116.0
Pre-release
Pre-release
·
14 commits
to mc-1.21.y
since this release
New features in CC: Tweaked 1.116.0
- Add
turtle.getEquippedLeft()andturtle.getEquippedRight(). - Add item tags for floppy disks and pocket computers.
- Support multi-line strings and comments in
edit. - Computer and pocket computer terminal sizes can be set with the
computercraft:terminal_sizecomponent. - Border and sidebar textures now use vanilla's nine-sliced format.
Several bug fixes:
- Ignore shader compilation errors when running with Pojav.
- Fix several issues with character input.
- Fix pocket computer dyes being lost when equipping/unequipping upgrades.
- Fix superflous warnings from allocation tracking.
- Fix
__lt/__lenot working on heterogeneous types. - Many documentation fixes (Lemmmy, matematikaadit, McJack12).
- Fix
0being treated as a valid colour inwindowandcolour.toBlit. - Fix out-of-bounds when pasting too lon text.
- Fix syntax highlighting of string escapes (LorneHyde).
- Fix sidebar texture of advanced computers being offset.