Update recipes.js
This commit is contained in:
parent
ca8863779e
commit
0b176c25d0
1 changed files with 2 additions and 1 deletions
|
|
@ -1415,6 +1415,7 @@ const registerTFCRecipes = (event) => {
|
||||||
.EUt(30)
|
.EUt(30)
|
||||||
|
|
||||||
// Удобрение в create миксере
|
// Удобрение в create миксере
|
||||||
|
/*
|
||||||
event.recipes.gtceu.create_mixer('fertilizer')
|
event.recipes.gtceu.create_mixer('fertilizer')
|
||||||
.itemInputs(
|
.itemInputs(
|
||||||
'#tfc:dirt',
|
'#tfc:dirt',
|
||||||
|
|
@ -1425,7 +1426,7 @@ const registerTFCRecipes = (event) => {
|
||||||
.itemOutputs('4x gtceu:fertilizer')
|
.itemOutputs('4x gtceu:fertilizer')
|
||||||
.duration(300)
|
.duration(300)
|
||||||
.EUt(30)
|
.EUt(30)
|
||||||
.rpm(96)
|
.rpm(96)*/
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue