fixed broken water tag for making paper, added AA recipe for spring water
This commit is contained in:
parent
3933e6bcf6
commit
17828ff679
2 changed files with 9 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ function registerTFGPapermakingRecipes(event) {
|
|||
.outputItem('tfg:soaked_hardwood_strip')
|
||||
.id('tfg:barrel/soak_hardwood_strip')
|
||||
event.recipes.gtceu.chemical_bath('tfg:chemical_bath/soak_hardwood_strips')
|
||||
.inputFluids("#tfc:clean_water 100")
|
||||
.inputFluids("#tfg:clean_water 100")
|
||||
.itemInputs('tfg:hardwood_strip')
|
||||
.itemOutputs('tfg:soaked_hardwood_strip')
|
||||
.duration(200)
|
||||
|
|
|
|||
|
|
@ -97,6 +97,14 @@ function registerTFGSpaceRecipes(event) {
|
|||
.addDataString("fluidA", "minecraft:lava")
|
||||
.outputFluids(Fluid.of("minecraft:lava", 1000))
|
||||
|
||||
event.recipes.gtceu.aqueous_accumulator('spring_water')
|
||||
.circuit(aaCircuit++)
|
||||
.dimension('minecraft:overworld')
|
||||
.duration(20)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
.addDataString("fluidA", "tfc:spring_water")
|
||||
.outputFluids(Fluid.of("tfc:spring_water", 1000))
|
||||
|
||||
// Plants - Can't use the default builder here because fertiliser is much harder to get on the moon,
|
||||
// and we're using helium-3 as the fertiliser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue