Fuzss / visualworkbench

Items stay inside of crafting tables and are also rendered on top. It's really fancy!
https://www.curseforge.com/minecraft/mc-mods/visual-workbench
Mozilla Public License 2.0
8 stars 7 forks source link

[Bug]: Comparators do not detect fill state #25

Closed LinuxSBC closed 1 year ago

LinuxSBC commented 1 year ago

Mod Loader (Required)

Quilt

Minecraft Version (Required)

1.19.2

Mod Version (Required)

v4.2.1

Notes (Required)

Current behavior: Comparators detect nothing and have no redstone output regardless of fill level. Steps to reproduce: Fill up the crafting table, then place a comparator facing away from it. Expected behavior: The comparator produces a redstone output between levels 0 and 9 depending on how many slots of the crafting table are filled.

I'll see if I can work on this myself, but I don't have a ton of time, and I have basically no experience with Minecraft modding.

latest.log (Optional)

No response

Fuzss commented 1 year ago

This is actually intentional. I chose to disable any comparator/hopper interaction to avoid possible dupe glitches (with hoppers).

What‘s your use case for comparator output here?

LinuxSBC commented 1 year ago

I see. My use case was to hopefully add the possibility of Carpet-like autocrafting where a comparator unlocks a hopper underneath once the table reaches a certain fill state. If that adds the possibility of duping, however, I understand why you do not want to add it.