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)
|
||||
|
||||
// Удобрение в create миксере
|
||||
/*
|
||||
event.recipes.gtceu.create_mixer('fertilizer')
|
||||
.itemInputs(
|
||||
'#tfc:dirt',
|
||||
|
|
@ -1425,7 +1426,7 @@ const registerTFCRecipes = (event) => {
|
|||
.itemOutputs('4x gtceu:fertilizer')
|
||||
.duration(300)
|
||||
.EUt(30)
|
||||
.rpm(96)
|
||||
.rpm(96)*/
|
||||
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue