added glass dust -> lamp glass
This commit is contained in:
parent
9f530f8fb3
commit
dc5af357d6
2 changed files with 11 additions and 0 deletions
|
|
@ -196,6 +196,13 @@ function registerTFCMachineRecipes(event) {
|
|||
.duration(100)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.alloy_smelter(`tfg:tfc/lamp_glass_from_dust`)
|
||||
.itemInputs('#forge:dusts/glass')
|
||||
.notConsumable('#tfg:unfinished_lamps')
|
||||
.itemOutputs('tfc:lamp_glass')
|
||||
.duration(100)
|
||||
.EUt(2)
|
||||
|
||||
// Empty Jar
|
||||
event.recipes.gtceu.alloy_smelter('tfc:jar_alloying')
|
||||
.itemInputs('#tfc:glass_batches_tier_2')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue