WorldEdit

WorldEdit

42M Downloads

Using the nav wand while aimed at an armour stand / item frame will break the entity rather than teleport the player.

accLarson opened this issue ยท 3 comments

commented

WorldEdit Version

7.2.17

Platform Version

git-purpur-2090

Confirmations

  • I am using the most recent Minecraft release.
  • I am using a version of WorldEdit compatible with my Minecraft version.
  • I am using the latest or recommended version of my platform software.
  • I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
  • I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)

Bug Description

When using the navigation wand, left clicking while aiming at an armour stand / item frame in range of the player will break the entity rather than overriding the click.

Expected Behavior

The entity does not break and the player teleport either to the block of the entity or teleports to the location where the player is aimed through the entity.

Reproduction Steps

  1. install world edit
  2. give yourself a navigation wand (compass by default)
  3. stand infront of an armour stand / item frame within range.
  4. "punch" (left click) the entity.
  5. Observe the reported behaviour (entity breaks / no teleport)

Anything Else?

No response

commented

This issue has been automatically marked as stale because it has not been fully confirmed. It will be closed if no further activity occurs. Thank you for your contributions.

commented

This isn't a bug, it's always (intentionally) been the case that hitting entities don't trigger tools. As everything aligns to a block grid it makes the most sense to not have entities trigger tool usages

commented

I see.
Might be worth considering if some entities like armor stands / item frames should be made an exception to that rule not as a bug fix but for ease of usability.