Releases: cc-tweaked/CC-Tweaked
Releases · cc-tweaked/CC-Tweaked
[1.21.8] 1.116.1
New features in CC: Tweaked 1.116.1
- Update translations.
Several bug fixes:
- Fix NPE when mcfunction files contain CC commands.
- Fix crash in speaker.playAudioon noisy pocket computers.
[1.21.7] 1.116.1
New features in CC: Tweaked 1.116.1
- Update translations.
Several bug fixes:
- Fix NPE when mcfunction files contain CC commands.
- Fix crash in speaker.playAudioon noisy pocket computers.
[1.21.1] 1.116.1
New features in CC: Tweaked 1.116.1
- Update translations.
One bug fix:
- Fix NPE when mcfunction files contain CC commands.
[1.20.1] 1.116.1
New features in CC: Tweaked 1.116.1
- Update translations.
One bug fix:
- Fix NPE when mcfunction files contain CC commands.
[1.21.7] 1.116.0
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.
[1.21.1] 1.116.0
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.
[1.20.1] 1.116.0
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.
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.
[1.21.1] 1.115.1
New features in CC: Tweaked 1.115.1
- Update various translations (cyb3r, kevk2156, teamer337, yakku).
- Support Fabric's item lookup API for registering media providers.
Several bug fixes:
- Fix crashes on Create 6.0 (ellellie).
- Fix speaker.playAudionot updating speaker volume.
- Resize pocket lectern textures to fix issues with generating mipmaps.
[1.20.1] 1.115.1
New features in CC: Tweaked 1.115.1
- Update various translations (cyb3r, kevk2156, teamer337, yakku).
- Support Fabric's item lookup API for registering media providers.
Several bug fixes:
- Fix crashes on Create 6.0 (ellellie).
- Fix speaker.playAudionot updating speaker volume.
- Resize pocket lectern textures to fix issues with generating mipmaps.
[1.21.1] 1.115.0
New features in CC: Tweaked 1.115.0
- Support placing pocket computers on lecterns.
- Suggest alternative table keys on nilerrors.
- Errors from inside parallelfunctions now have source information attached.
- Expose printout contents to the Java API.
- Add support for MoreRed bundled cables.
Several bug fixes:
- Ignore unrepresentable characters in char/pasteevents.