Mojira Archive
MC-185208

Dropper Activation Not Deterministic

Note: I've searched for this exact issue but have not found a ticket that describes what I'm seeing.

Unexpected Behavior:

When powering the second dropper in a line of droppers facing upward, with the bottom dropper containing one item, the number of droppers that item will move varies depending on the direction from which the Redstone activation came, as well as the world quadrant in which the dropper tower exists.

Example:

When powering the second dropper from the bottom of four droppers in a tower with

  • all droppers facing upward and
  • in the north-west quadrant of the world (quadrant containing (-1, -1)) and
  • with the bottom dropper containing one item and
  • Redstone signal coming from the south

the item will move into the fourth dropper from the bottom (the top dropper).

While, when powering the second dropper from the bottom of four droppers in a tower with

  • all droppers facing upward and
  • in the north-west quadrant of the world (quadrant containing (-1, -1)) and
  • with the bottom dropper containing one item and
  • Redstone signal coming from the west

the item will move into the third dropper from the bottom.

Table of Tests:

This table shows the nth dropper from the bottom to which the item will move after activation.

Redstone
Direction
(coming from)
World
Quadrant
Item
Location
(dropper n)
North SE (0, 0) 2
West SE (0, 0) 2
South SE (0, 0) 3
East SE (0, 0) 3
North NE (0, -1) 3
West NE (0, -1) 3
South NE (0, -1) 4
East NE (0, -1) 4
North SW (-1, 0) 2
West SW (-1, 0) 2
South SW (-1, 0) 3
East SW (-1, 0) 3
North NW (-1, -1) 3
West NW (-1, -1) 3
South NW (-1, -1) 4
East NW (-1, -1) 4

Attachments:

I have attached a zip file of the world I used to test this behavior (Dropper_Test.zip) and a few screenshots of that world.

 

Unresolved

Ryland Atkins

2020-05-22, 10:36 PM

2024-08-21, 08:38 AM

5

7

Community Consensus

Redstone

experimental_redstone_fixed

1.15.2, 1.16.2 Pre-release 3

-