Skip to main content
Version: 5.0.0

Precipitate Recipe

Method Signature

precipitate(input: Item, result: Item, fluid: Fluid)

Parameters

input - ItemStack to be inserted into barrel
result - Resulting ItemStack
fluid - Fluid in the barrel

Example

onEvent('recipes', event => {
event.recipes.exnihilosequentia.precipitate('minecraft:stone', 'minecraft:stone_bricks', 'exnihilosequentia:witch_water')
}