[ Question ] Craftweaker
HurtsAsHell opened this issue ยท 4 comments
Fermenter
I found this code mods.immersiveengineering.Fermenter.addRecipe(IItemStack output, ILiquidStack fluid, IIngredient input, int energy);
but i want to add only a liquid output.
I tried to use <minecraft:air>
but the game told me that i can't use a null output.
How can i add a crafting like the original crafting of Fermenter ? [ Sugar = Ethanol (without item output) ]