Applied Mekanistics

Applied Mekanistics

15M Downloads

JEI integration: Non gases cause crashes

gushang604 opened this issue · 2 comments

commented

From the error information you provided, it can be seen that the error is java. lang. Legal Argument Exception: Invalid ingredient found Should be an instance of: class mekanism.api.chemical.gas.Gas Stack Instance got: class mekanism.api.chemical.slurry.Slurry Stack.

This error indicates that you were expecting an object of type Gas Stack somewhere, but provided an object of type Slurry Stack. Gas Stack and Slurry Stack are both types of chemical substances in Mekanism, a Minecraft mod, with one being a gas and the other being a suspension.

commented

Send the actual stack trace