
Missing Documentation: Immersive Engineering Crusher Recipe Secondary Output
Invadermonky opened this issue · 0 comments
GS Version:
1.0.1
Description:
GroovyScript Immersive Engineering Crusher recipe page is missing info on how to add secondary outputs. The secondary output has to be added after the recipe is registered using the builder (see here).
mods.immersiveengineering.crusher.recipeBuilder()
.input(item('minecraft:diamond'))
.output(item('minecraft:clay'))
.energy(100)
.register()
.addToSecondaryOutput(item('minecraft:sand'), 0.20f)