seed oil can be used in lamps now, added recipes to get it early
This commit is contained in:
parent
91f6e7f9dd
commit
f8693af91c
2 changed files with 11 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ const registerTFCFuels = (event) => {
|
|||
|
||||
const registerTFCLampFuels = (event) => {
|
||||
event.lampFuel('gtceu:creosote', '#tfc:lamps', 1000)
|
||||
event.lampFuel('gtceu:seed_oil', '#tfc:lamps', 1000)
|
||||
event.lampFuel("gtceu:glowstone", "#tfc:lamps", -1)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -553,4 +553,14 @@ function registerTFGMiscellaneousRecipes(event) {
|
|||
.outputFluids(Fluid.of('gtceu:seed_oil', 350))
|
||||
.duration(20 * 30)
|
||||
.EUt(GTValues.VHA[GTValues.ULV])
|
||||
|
||||
event.recipes.tfc.barrel_sealed(1000)
|
||||
.inputs('tfg:rapeseed_product', Fluid.of('minecraft:water', 100))
|
||||
.outputFluid(Fluid.of('gtceu:seed_oil', 600))
|
||||
.id('tfg:barrel/rapeseed_to_oil')
|
||||
|
||||
event.recipes.tfc.barrel_sealed(1000)
|
||||
.inputs('tfg:sunflower_product', Fluid.of('minecraft:water', 100))
|
||||
.outputFluid(Fluid.of('gtceu:seed_oil', 350))
|
||||
.id('tfg:barrel/sunflower_to_oil')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue