[1.20.1] Guide hotkey doesn't work in filter slots
XFactHD opened this issue ยท 2 comments
Describe the bug
Holding the guide hotkey on an item in the filter slots of a storage bus, import bus, etc. causes the bar progress to fluctuate in the first sixth or so of the bar and never complete.
How to reproduce the bug
- Place a cable with a storage bus on it
- Place a certus quartz crystal in a filter slot
- Hover the certus quartz crystal and hold the guide hotkey
Expected behavior
Using the guide hotkey on an item in a filter slot should open the guide the same way it does for items in normal slots.
Additional details
NeoForge 47.1.56
AE2 15.0.6 beta
No other mods
Which minecraft version are you using?
1.20
On which mod loaders does it happen?
Forge
Crash log
https://gist.github.com/XFactHD/7df1de75ffffd363ab6e0074e014edbc
Seems as though this also happens on regular terminal slots that aren't things like view cells or the crafting matrix for a crafting terminal. My guess based on that is that this is currently an issue for instances of FakeSlot
and ClientReadOnlySlot
.
Fixed in #7965