CraftOS-PC compatible graphics mode for CC:Tweaked terminals.
Minecraft 1.21.1 | CC:Tweaked 1.117.0+ | Fabric & NeoForge
- Graphics modes 0, 1, 2 with matching Lua API
- Monitor support (block monitors of any size, single or multi-block)
- Bundled CraftOS-PC programs: gfxpaint, pngview, raycast
- Network sync and NBT persistence
- Compressed graphics packets (LZ4 + delta)
- Per-terminal bandwidth throttling (computers and monitors)
allow_grayscale_graphics- allow graphics mode on non-color (standard) computers (default:false)compression- network compression algorithm for graphics data (default:LZ4_DIFF)bandwidth_refill_bytes_per_tick/bandwidth_capacity_bytes- token-bucket throttle on graphics broadcastsccgraphics:graphics_disableddata component - disable graphics on individual computers
- Pocket computers won't display graphics on the in-hand item render (only in the GUI)
- Graphics on pocket computers might be unstable
term.screenshot(),term.showMouse(), andterm.relativeMouse()are not implemented (SDL-only in CraftOS-PC)
MIT