Skip to content

Turtle water placement skips air to a water log-able block #2456

Description

@Twijn

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:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-MinecraftThis affects CC's Minecraft-specific content.bugA problem or unexpected behaviour with the mod.

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions