diff --git a/src/main/java/gregicality/multiblocks/api/recipes/alloyblast/AlloyBlastRecipeProducer.java b/src/main/java/gregicality/multiblocks/api/recipes/alloyblast/AlloyBlastRecipeProducer.java index 4d70f51..d0aedbe 100644 --- a/src/main/java/gregicality/multiblocks/api/recipes/alloyblast/AlloyBlastRecipeProducer.java +++ b/src/main/java/gregicality/multiblocks/api/recipes/alloyblast/AlloyBlastRecipeProducer.java @@ -98,11 +98,14 @@ protected int addInputs(@NotNull Material material, @NotNull RecipeBuilder= 9) return -1; // more than 9 dusts won't fit in the machine + dustAmount++; builder.input(OrePrefix.dust, msMat, msAmount); } else if (msMat.hasProperty(PropertyKey.FLUID)) { if (fluidAmount >= 2) return -1; // more than 2 fluids won't fit in the machine