Create Fabric

Create Fabric

7M Downloads

IllegalArgumentException crash from a Weighted Ejector launching upwards into a Funnel

Arc-blroth opened this issue ยท 0 comments

commented

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)

  1. Target a Weighted Ejector at a block that is above and some distance away from it.
  2. Place an Andesite Belt Funnel in input mode directly above and pointing downwards into the ejector.
  3. 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

2023-05-13_00 02 10

Crash Report or Log

https://pastebin.com/nG1fbQnR

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