Posted 23 November 2012 - 03:40 PM
I'm trying to have a turtle place two Redpower 2 wires (let's say Blue Alloy Wires), so that they move from a horizontal surface to a vertical surface (in the picture below, the middle wires are the intended behavior).
I can place a wire on the vertical of a block or the horizontal side of a block, but I can't place on both. place(), placeDown() and placeUp() all return false when I attempt to place a second time.
Interestingly, I can place multiple objects on a single block (if I place a Redpower 2 Bundled Cable and then a Redpower 2 Jacketed Cable ontop of each other, it works properly), just not Redpower 2 wires.
Now, these leads me to believe it to be a bug in Redpower 2, but as I can manually place them, I'm wondering if it's that place() is just missing the option to specify the 'side' (as Redpower 2 provides the ability to put items on the 'sides' of a block).
NOTE: I'd try a newer version of ComputerCraft, but as Redpower isn't ported to the newer MineCraft yet, I'm stuck with an older ComputerCraft version.
[attachment=697:Placing.png]
I can place a wire on the vertical of a block or the horizontal side of a block, but I can't place on both. place(), placeDown() and placeUp() all return false when I attempt to place a second time.
Interestingly, I can place multiple objects on a single block (if I place a Redpower 2 Bundled Cable and then a Redpower 2 Jacketed Cable ontop of each other, it works properly), just not Redpower 2 wires.
Now, these leads me to believe it to be a bug in Redpower 2, but as I can manually place them, I'm wondering if it's that place() is just missing the option to specify the 'side' (as Redpower 2 provides the ability to put items on the 'sides' of a block).
NOTE: I'd try a newer version of ComputerCraft, but as Redpower isn't ported to the newer MineCraft yet, I'm stuck with an older ComputerCraft version.
[attachment=697:Placing.png]