implements #1375
This commit is contained in:
parent
0bf9ceed26
commit
087170ffc9
2 changed files with 8 additions and 2 deletions
|
|
@ -483,13 +483,13 @@ const registerGTCEURecipes = (event) => {
|
|||
}).id('gtceu:shaped/electric_blast_furnace')
|
||||
|
||||
// Клей из ТФК клея
|
||||
event.recipes.gtceu.extractor('glue_from_tfc_glue')
|
||||
event.recipes.gtceu.extractor('tfg:glue_from_tfc_glue')
|
||||
.itemInputs('tfc:glue')
|
||||
.outputFluids(Fluid.of('gtceu:glue', 50))
|
||||
.duration(400)
|
||||
.EUt(5)
|
||||
|
||||
event.recipes.gtceu.mixer('glue_from_bone_meal')
|
||||
event.recipes.gtceu.mixer('tfg:glue_from_bone_meal')
|
||||
.itemInputs('minecraft:bone_meal')
|
||||
.inputFluids(Fluid.of('tfc:limewater', 500))
|
||||
.outputFluids(Fluid.of('gtceu:glue', 50))
|
||||
|
|
|
|||
|
|
@ -92,6 +92,12 @@ const registerTFCRecipes = (event) => {
|
|||
|
||||
event.shapeless('2x minecraft:stick', ['#minecraft:saplings', '#forge:tools/knives']).id('tfg:strip_saplings')
|
||||
|
||||
event.recipes.gtceu.cutter('tfg:saplings_to_sticks')
|
||||
.itemInputs('#minecraft:saplings')
|
||||
.itemOutputs('2x minecraft:stick')
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
|
||||
// Доменная печь
|
||||
event.shaped('tfc:blast_furnace', [
|
||||
'AAA',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue