Minecraft Version
1.20.1
Version
1.119.0
Details
Using turtle.place on a water bucket in any direction (up, down, or forward) with an air block then a waterlog-able block will water log the block rather than the air gap between them:
A couple of other observations when it comes to water placement:
- When there is an air block then a solid block (a block that can't be waterlogged) in a direction,
turtle.place in that direction will place it in the air block
- When there are 2 air blocks in a direction,
turtle.place will waterlog the turtle (maybe the logic here is causing the bugged behavior with the air block? don't know enough about modding myself to check)
- You can water log and drain the turtle with a solid block directly next to the turtle in every direction, minus draining the water with
turtle.placeUp. Waterlogging with turtle.placeUp seems to work fine, draining with placeUp and a block above results in "Cannot place item here"
- Lava always places as expected
Minecraft Version
1.20.1
Version
1.119.0
Details
Using
turtle.placeon a water bucket in any direction (up, down, or forward) with an air block then a waterlog-able block will water log the block rather than the air gap between them:A couple of other observations when it comes to water placement:
turtle.placein that direction will place it in the air blockturtle.placewill waterlog the turtle (maybe the logic here is causing the bugged behavior with the air block? don't know enough about modding myself to check)turtle.placeUp. Waterlogging withturtle.placeUpseems to work fine, draining withplaceUpand a block above results in "Cannot place item here"