added brewery recipes for LV syngas
This commit is contained in:
parent
0c566a045a
commit
adfea6d7bb
2 changed files with 29 additions and 0 deletions
|
|
@ -40,6 +40,34 @@ function registerTFGEarlyPower(event) {
|
|||
processingTime: 750
|
||||
}).id('tfg:vi/vacuumizing/syngas_from_anthracite')
|
||||
|
||||
event.recipes.gtceu.brewery('tfg:syngas_from_charcoal')
|
||||
.itemInputs('minecraft:charcoal')
|
||||
.inputFluids('gtceu:creosote 250')
|
||||
.outputFluids('tfg:syngas 100')
|
||||
.duration(20*10)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.brewery('tfg:syngas_from_coal')
|
||||
.itemInputs('minecraft:coal')
|
||||
.inputFluids('gtceu:creosote 250')
|
||||
.outputFluids('tfg:syngas 200')
|
||||
.duration(20*10)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.brewery('tfg:syngas_from_coke')
|
||||
.itemInputs('gtceu:coke_gem')
|
||||
.inputFluids('gtceu:creosote 250')
|
||||
.outputFluids('tfg:syngas 400')
|
||||
.duration(20*10)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.brewery('tfg:syngas_from_anthracite')
|
||||
.itemInputs('beneath:cursecoal')
|
||||
.inputFluids('gtceu:creosote 250')
|
||||
.outputFluids('tfg:syngas 400')
|
||||
.duration(20*10)
|
||||
.EUt(2)
|
||||
|
||||
//#region Reformate Gas
|
||||
|
||||
// Charcoal
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ const registerTFGBlocks = (event) => {
|
|||
registerTFGAqueductBlocks(event)
|
||||
registerTFGCrops(event)
|
||||
|
||||
// Temporary, remove in 0.12
|
||||
event.create('gtceu:ostrum_linear_accelerator')
|
||||
.tagBlock('gtceu:mineable/pickaxe_or_wrench')
|
||||
.requiresTool(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue