buffed stainless steel lids because why not
This commit is contained in:
parent
644881ecf2
commit
afc24cdc84
2 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
### Changes
|
||||
- Buffed how many stainless steel jar lids you can get per ingot from 16 to 48 @Pyritie
|
||||
### Bug fixes
|
||||
- Fixed linux crash from recipe IDs (#1962) @Xaligal @Pyritie
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.fluid_solidifier(`firmalife:firmalife/stainless_steel_jar_lid`)
|
||||
.inputFluids(Fluid.of('gtceu:stainless_steel', 9))
|
||||
.inputFluids(Fluid.of('gtceu:stainless_steel', 3))
|
||||
.notConsumable('gtceu:cylinder_casting_mold')
|
||||
.itemOutputs('firmalife:stainless_steel_jar_lid')
|
||||
.duration(50)
|
||||
|
|
@ -104,7 +104,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
|
||||
event.recipes.gtceu.extractor('firmalife:stainless_steel_jar_extraction')
|
||||
.itemInputs('firmalife:stainless_steel_jar_lid')
|
||||
.outputFluids(Fluid.of('gtceu:stainless_steel', 9))
|
||||
.outputFluids(Fluid.of('gtceu:stainless_steel', 3))
|
||||
.duration(50)
|
||||
.EUt(2)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue