Interface IMoistenerRecipe

All Superinterfaces:
IForestryRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>

public interface IMoistenerRecipe extends IForestryRecipe
  • Method Details

    • getTimePerItem

      int getTimePerItem()
      Moistener runs at 1 - 4 time ticks per ingame tick depending on light level. For mycelium this value is currently 5000.
      Returns:
      moistener ticks to process one item.
    • getInput

      net.minecraft.world.item.crafting.Ingredient getInput()
      Returns:
      Item required in resource stack. Will be reduced by one per produced item.
    • getProduct

      net.minecraft.world.item.ItemStack getProduct()
      Returns:
      Item to produce per resource processed.