Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-278711

Minecarts with noPhysics don't power detector rails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • 1.21.4
    • Plausible
    • Minecart

      NOTE: Experimental Feature minecraft:minecarts_improvements is active.

      Minecarts with Entity#noPhysics don't power detector rails, unless an other entity is walking over the rail. Then the detector rail stays powered until the minecart leaves the rail.

      Reason: Entity#checkInsideBlocks(...) doesn't trigger BlockState#entityInside(...), because Entity#isAffectedByBlocks() returns false if noPhysics is assigned.

      This makes sense, but there should be an exception for minecarts and detector rails.

      Prior to 1.21.3 minecarts with noPhysics powered detector rails correctly.

            Unassigned Unassigned
            Mondbrille Mondbrille
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: