Smart observer connected to display board sometimes misses items
FireFragment opened this issue ยท 1 comments
Describe the Bug
When using display link alongside with smart observer with filter to list items in chest on display board, it ignores some of the items, that the filter actually matches. According to my observation, it ignores everything after the first item in the inventory, that isn't matched by the filter.
Example:
If the filter on the smart observer is set to match only cobblestone, the display board should say 2 COBBLESTONE
with the following chest inventory:
However, the display board says 1 COBBLESTONE
, because the second one is ignored after the iron. You can see this on the video.
More detailed reproduction steps can be seen below
Reproduction Steps
Here are the exact steps I followed when reproducing the bug.
- Create a new creative world
- Move following items to your inventory - you will need them:
- Chest
- Smart observer
- Display board
- Small cogwheel
- Creative motor
- Display link
- List filter
- Cobblestone
- Iron ingot
Building the contraption
- Place down a chest and a smart observer looking at it
- Near, create 2 block high and 4 blocks wide display board
- To the bottom-right corner of the board, add small cogwheel and connect it to creative motor
- Set the speed on the creative motor, so that it's at least 32RPM (to make the display board working)
- With display link in hand right-click the display board to make it its target. Then, place it on top of the smart observer
- Right-click the display link and set it to the "List matching Items" mode
Setting it up
- With filter in hand, right click. This opens the filter GUI
- Move cobblestone to the filter GUI
- Close the filter GUI
- Apply the filter to the smart observer
- Add the following items to the chest:
- To the first slot of the chest, add 1 cobblestone.
- To the second slot, add 1 iron
- To the third slot, add 1 cobblestone again
- Leave other slots empty
Observed result
You can now see, that the display board wrongly showed 1 COBBLESTONE
Expected Result
The display board should display all contents of the chest matching the filter, in this case, 2 COBBLESTONE
Screenshots and Videos
Here is a video summarizing the entire problem in a quick and clear manner:
Create.bug.mp4
Crash Report or Log
No response
Operating System
Linux
Mod Version
0.5.1d
Minecraft Version
1.20.1
Forge Version
I'm using fabric 0.14.23
Other Mods
Only Fabric API
Additional Context
No response