Amethyst Golems crash when inserting into Quark Pipe
chasminimus opened this issue · 2 comments
Looks like if you bind an Amethyst Golem so its home is a Pipe from Quark the game crashes when it tries to insert an item. I think it's because the pipes expect a direction to determine where to send the item initially but the Golem doesn't provide it? Maybe the solution would be to only allow them to insert on pipes with open ends where the inward direction can be deduced.
Full crash log here, linked to what I figure is the relevant part. Minecraft 1.19.2, Ars Nouveau 3.13.4, Quark 3.4-399
Please report this to quark oddities.
Forge allows 'direction' to be null, oddities is not respecting a nullable parameter.