Fixed pure fertilizers to fertilizer recipe amounts being reversed (#2985)
Signed-off-by: Coox1e <166007852+Coox1e@users.noreply.github.com>
This commit is contained in:
parent
684e554ee4
commit
6b11a40862
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ function registerTFGCompostRecipes(event) {
|
|||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.mixer('tfg:tfc/mixer/fertilizer')
|
||||
.itemInputs('8x tfc:pure_nitrogen', '8x tfc:pure_potassium', '8x tfc:pure_phosphorus', ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Clay, 1))
|
||||
.itemOutputs('1x gtceu:fertilizer')
|
||||
.itemInputs('1x tfc:pure_nitrogen', '1x tfc:pure_potassium', '1x tfc:pure_phosphorus', ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Clay, 1))
|
||||
.itemOutputs('8x gtceu:fertilizer')
|
||||
.duration(160)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue