Immersive Technology

Immersive Technology

4M Downloads

Disabling either melter multiblock breaks all JEI integration from this mod

H-QueerCoded opened this issue ยท 1 comments

commented

If either the solar melter or melting crucible multiblocks are disabled while the other is still active, none of the JEI categories show up.

commented

I believe this line is the issue, as it adds both multiblock display stacks without checking if they both enabled

super("meltingCrucible", "tile.immersivetech.metal_multiblock1.melting_crucible.name", helper.createDrawable(background, 0, 0, 176, 64), MeltingCrucibleRecipe.class, GenericMultiblockIngredient.MELTING_CRUCIBLE, GenericMultiblockIngredient.SOLAR_MELTER);