Posted 26 October 2016 - 12:33 AM
Hey CCCrew
Ive created a little script to generate rooms that have monitors embedded in the walls using
Questions:
Is it possible to setblock these variants?
If so will the monitors be connected properly in ComputerCraft without any human interaction?
Is it also possible to setblock the facing?
Ive created a little script to generate rooms that have monitors embedded in the walls using
/setblock
and /fill
. My issue is stemming from the placement of Monitors using this command.
/fill ~ ~ ~ ~2 ~2 ~ computercraft:CC-Peripheral 12
Which places a 3x3 area of Advanced Monitors. However they are not connected. Ive noticed from the debug(f3) info that each monitor in a connected array of monitors has a different variant.Questions:
Is it possible to setblock these variants?
If so will the monitors be connected properly in ComputerCraft without any human interaction?
Is it also possible to setblock the facing?