gregtech papyrus tweaks

This commit is contained in:
Pyritie 2025-08-22 21:27:18 +01:00
parent acc03bbe72
commit 46b6a2da60
2 changed files with 9 additions and 1 deletions

View file

@ -147,14 +147,21 @@ const registerMinecraftRecipes = (event) => {
event.recipes.gtceu.chemical_bath('paper_from_papyrus_distilled')
.itemInputs('tfc:papyrus')
.inputFluids(Fluid.of('gtceu:distilled_water', 100))
.itemOutputs('minecraft:paper')
.itemOutputs('4x tfc:soaked_papyrus_strip')
.duration(100)
.EUt(7)
event.recipes.gtceu.chemical_bath('paper_from_papyrus')
.itemInputs('tfc:papyrus')
.inputFluids("#tfg:clean_water 100")
.itemOutputs('4x tfc:soaked_papyrus_strip')
.duration(100)
.EUt(7)
event.recipes.gtceu.assembler('papyrus_strips')
.itemInputs('4x tfc:soaked_papyrus_strip')
.itemOutputs('minecraft:paper')
.circuit(1)
.duration(100)
.EUt(7)

View file

@ -880,6 +880,7 @@ function registerTFGMiscellaneousRecipes(event) {
)
.inputFluids(Fluid.of('gtceu:glue', 50))
.itemOutputs('tfg:harvest_basket')
.circuit(2)
.duration(100)
.EUt(GTValues.VA[GTValues.ULV])