mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-15 00:12:53 +00:00

Unfortunately we can't apply the config changes due to backwards compatibility. This'll be something we may need to PR into Forge. CraftTweaker support still needs to be added.
6 lines
151 B
Lua
6 lines
151 B
Lua
if term.isColour() then
|
|
term.setTextColour( 2 ^ math.random(0, 15) )
|
|
end
|
|
textutils.slowPrint( "Hello World!" )
|
|
term.setTextColour( colours.white )
|