Jump to content

Draw (Program)

From Tekkit Lite Server
Revision as of 11:26, 17 May 2026 by Rezizdigus (talk | contribs) (Created page with "'''Draw''' is a custom ComputerCraft program used to display table image information (for example from the Paint program) on an Advanced Monitor. == Lua Code == <code>local defaultTerm = term.native</code> {{Code|test}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Draw is a custom ComputerCraft program used to display table image information (for example from the Paint program) on an Advanced Monitor.

Lua Code

local defaultTerm = term.native

test