IllegalArgumentException crash from a Weighted Ejector launching upwards into a Funnel
Arc-blroth opened this issue ยท 0 comments
Describe the Bug
Placing a downwards-facing output Funnel in the path of an upwards-facing Weighted Ejector causes a crash as soon as any item is ejected. This replicates for both Andesite and Brass Funnels. This seems to be caused by the Fabric Transfer API thinking that the ejected itemstack is empty (null?).
Reproduction Steps
(see the screenshot below for a minimal reproduction)
- Target a Weighted Ejector at a block that is above and some distance away from it.
- Place an Andesite Belt Funnel in input mode directly above and pointing downwards into the ejector.
- Attempt to launch any item from the Weighted Ejector.
Expected Result
The item should be probably be picked up by the funnel or blocked by its hitbox.
Screenshots and Videos
Crash Report or Log
Operating System
Arch Linux (6.2.12-arch1-1)
Mod Version
0.5.0i
Minecraft Version
1.19.2
Other Mods
No response
Additional Context
No response