SquidDev-CC / CCTweaks

Random additions to ComputerCraft (somewhat deprecated, use CC-Tweaked if you're on Minecraft 1.12).
MIT License
12 stars 2 forks source link

Direction parameter for the place methods in the turtle api #129

Closed SquidDev closed 7 years ago

SquidDev commented 7 years ago

Add a parameter to turtle.place, turtle.placeDown and turtle.placeUp that allows you to specify the direction of the block placed.

This would allow more precise placement of stairs, logs, pistons etc and would allow creation of simple piston elevators using turtles.

Migrated from SquidDev-CC/CCTweaks-Lua#13