Posted 23 July 2014 - 03:37 PM
Expected result:
turtle picks up liquid immediately next to it.
Result:
turtle picks up liquid below & in front (see diagram)
Diagram:
to replicate:
1) place turtle
2) dig a hole in front of the turtle
3) put water in the hole
4) give turtle a bucket
5) lua>turtle.place()
The script I'm having this problem with can be found at http://pastebin.com/ZpKSLTgW
turtle picks up liquid immediately next to it.
Result:
turtle picks up liquid below & in front (see diagram)
Diagram:
T = turtle
A = air
S = stone
W = water
T A
S W
to replicate:
1) place turtle
2) dig a hole in front of the turtle
3) put water in the hole
4) give turtle a bucket
5) lua>turtle.place()
The script I'm having this problem with can be found at http://pastebin.com/ZpKSLTgW
Edited on 23 July 2014 - 02:52 PM