1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-07-15 00:12:53 +00:00
SquidDev 037cbabb32 Merge branch 'master' into mc-1.14.x
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.
2019-12-23 22:34:30 +00:00

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 )