Update recipes.materials.js (#2613)
Minor change of lamps from 576mb to 144mb
This commit is contained in:
parent
37b6c42940
commit
95002cbe5c
1 changed files with 1 additions and 1 deletions
|
|
@ -891,7 +891,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
|
||||
event.recipes.gtceu.assembler(`tfg:${material.getName()}_lamp_from_liquid`)
|
||||
.itemInputs(unfinishedLampStack)
|
||||
.inputFluids(Fluid.of(GTMaterials.Glass.getFluid(), 576))
|
||||
.inputFluids(Fluid.of(GTMaterials.Glass.getFluid(), 144))
|
||||
.itemOutputs(finishedLampStack)
|
||||
.duration(material.getMass() * 7)
|
||||
.circuit(13)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue