create fluxstone recipes in macerator and forge hammer
This commit is contained in:
parent
8741d77147
commit
2b5d388c09
1 changed files with 12 additions and 0 deletions
|
|
@ -50,6 +50,18 @@ const registerGTCEURecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
event.recipes.gtceu.macerator('flux')
|
||||
.itemInputs('#tfc:fluxstone')
|
||||
.itemOutputs('2x tfc:powder/flux')
|
||||
.duration(30)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.forge_hammer('flux')
|
||||
.itemInputs('#tfc:fluxstone')
|
||||
.itemOutputs('2x tfc:powder/flux')
|
||||
.duration(30)
|
||||
.EUt(2)
|
||||
|
||||
//#region Выход: Диоксид силикона
|
||||
|
||||
event.recipes.gtceu.electrolyzer('sand_electrolysis')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue