[Forge 1.18] Dispensers don't place packages in world
Pecant-Pie opened this issue ยท 4 comments
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.
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.
I just confirmed that dispensers place packages as expected on fabric 1.18.2 for the same mod version.