The Bumblezone (NeoForge/Forge)

The Bumblezone (NeoForge/Forge)

23M Downloads

Limestone Generation (lava + honey) not working on Quilt?

NolanHewitt opened this issue ยท 3 comments

commented

Not sure why, but this interaction seems to not work on when using quilt's API? Particles appear and neither lava nor the honey will flow past the spot they're supposed to intersect. With Quilt Loader and the Fabric API it works, its only if I use both the Quilt Loader and QFAPI that this happens strangely. I've never seen a fluid interaction change between fabric and quilt, and the normal interaction with create's version of honey and lava works normally.

Image

Tested using only create, bumblezone, midnight lib, and QFAPI.

commented

Quilt randomized mod load order while fabric does it alphabetically. Technically a bug so I will need to load my compat code after mod inits

commented

I build my mod to support Fabric and not Quilt. If it is not working with Quilt, that is then a bug with Quilt itself. I do not know what part of Quilt is broken to even cause this. Perhaps their is mod loaded check is broken. Please report to quilt and show them that the issue is probably this line:

Either that or Quilt somehow loads oninitialize for my mod before Create even registers the block

LIMESTONE = BuiltInRegistries.BLOCK.get(ResourceLocation.fromNamespaceAndPath("create", "limestone"));

commented

Thank you!