Inscriber does not cause Block Updates thus cannot work with Hoppers
burdoto opened this issue ยท 5 comments
Describe the bug
An Inscriber does not cause Block updates and thus, a Hopper attached to its side does not input once it can receive input.
How to reproduce the bug
- Place an Inscriber with a Hopper attached to its side
- Input Logic Press to the Inscriber
- Input Gold Ingots to the Hopper
- Wait until first iteration of Inscriber is done
- Inscriber will not pull more Gold from the Hopper
- Neither does a hopper attached to the bottom of the Inscriber pull out the results
Expected behavior
In the example; the Inscriber should be fed with Gold from the hopper.
Additional details
No response
Which minecraft version are you using?
1.19
On which mod loaders does it happen?
Forge
Crash log
Sounds a lot like #6699
After further investigation, I noticed the Hopper doesn't actually need a Block update, but a full on unlocking sequence to input 1 Item again.
Attaching a redstone clock makes it work again.