Formulaic Assemblicator not handling water buckets in concrete recipe from ImmersiveEngineering
delucain opened this issue ยท 3 comments
Issue description:
While trying to create the concrete
block from Immersive Engineering
in a Formulaic Assemblicator
, the Water Bucket
in the recipe will not import from a QIO Exporter
or a Logistical Transporter
.
Steps to reproduce:
- Create a
Formulaic Assemblicator
. - Fill the Crafting Block area in it with the recipe for
Immersive Engineering
Concrete
. (Picture to be included.) - Add a
Crafting Formula
. - Save the Formula.
- Connect a
QIO Exporter
orChest
andLogistical Transporter
with Item Stack Filtering set to the ingredients forConcrete
(Sand
,Gravel
,Clay Ball
, andWater Bucket
.) - Configure the input sides of the
Formulaic Assemblicator
. - The
Sand
,Gravel
, andClay Ball
s will be imported into theFormulaic Assemblicator
, but theWater Bucket
will not.
This behavior is in a creative local test instance. On our hosted server, this crashes the server any time the chunk is loaded. I apologize, but I do not have the crash log for that, as I'm not an admin on our server.
Version (make sure you are on the latest version before reporting):
Forge: 35.1.36
Mekanism: 1.16.4-10.18.446
ImmersiveEngineering: : 1.16.4-4.1.2-129
It appears that a QIO Exporter
directly does work, and I am mistaken on that count. However, there seems to be a weird issue with the recipe not matching up, and with Stock Control on, it may not be accepting them from the QIO Exporter
in that instance.
I did some changes/cleanup to the formulaic assemblicator in 9fe5371 and I am not able to reproduce this so I am going to mark it as fixed in dev, but I didn't bother to try and use the 10.0.21 release version to see if I could reproduce it in that.