Packages

Packages

1M Downloads

[Forge 1.18] Dispensers don't place packages in world

Pecant-Pie opened this issue ยท 4 comments

commented

Using mod version 1.18.2-3.4, with forge, the dispensers do not place down the packages. Activating a dispenser with a package in it just shoots the item out :(. I see that this was a bug with the 1.19.2 version as well and was fixed, so hopefully this isn't a big deal.

commented

I'm testing it on a cloned repo and it seems like the method actuallyRegisterDispenserBehaviors() within the ForgePlatformSupport class is never run, so the behavior is never actually added to the dispenser.

commented

I just confirmed that dispensers place packages as expected on fabric 1.18.2 for the same mod version.

commented

sorry about that !

commented

ok, This is in mod version "3.4.0.1" for 1.18 forge only. (it's not numbered 3.4.1 because that was for 1.19 and included more significant changes that i did not back port.) Thank you for reporting