Posted 28 July 2015 - 10:41 AM
VERSION:
1.74 (CCEDU combined w/ ComputerCraft [one mod])
DESCRIPTION:
I'm trying to display text on a monitor to replace signs so I can talk to the pupils (I'm making a map where you will learn about ComputerCraft) because I want to use ComputerCraft because I'm teaching them ComputerCraftEDU. It just won't display anything on the monitor.
EXPECTED RESULT:
Be able to display text and graphics.
REPRODUCTION STEPS:
SCREENSHOT/VIDEO:
Can't. It display's nothing on the monitor and doesn't throw an error on the PC
1.74 (CCEDU combined w/ ComputerCraft [one mod])
DESCRIPTION:
I'm trying to display text on a monitor to replace signs so I can talk to the pupils (I'm making a map where you will learn about ComputerCraft) because I want to use ComputerCraft because I'm teaching them ComputerCraftEDU. It just won't display anything on the monitor.
EXPECTED RESULT:
Be able to display text and graphics.
REPRODUCTION STEPS:
- Place down a PC (any)
- Place down a monitor (any)
- Go into the computer and type this in as the program:
local t = peripheral.find( "monitor" )
t.write( "Testing" )
4. Run the program.SCREENSHOT/VIDEO:
Can't. It display's nothing on the monitor and doesn't throw an error on the PC
Edited on 28 July 2015 - 08:56 AM