Interface IVariableFermentable


public interface IVariableFermentable
Fermenter checks any valid fermentation item for an implementation of this interface. This does not supersede adding a proper recipe to the fermenter!
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getFermentationModifier(net.minecraft.world.item.ItemStack stack)
     
  • Method Details

    • getFermentationModifier

      float getFermentationModifier(net.minecraft.world.item.ItemStack stack)
      Returns:
      Float representing the modification to be applied to the matching recipe's biomass output.