решение
This commit is contained in:
parent
9a9ba0f192
commit
49d974810e
1 changed files with 18 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
|
||||
//#region Рецепты теста
|
||||
|
||||
global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS .forEach(element => {
|
||||
global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(element => {
|
||||
event.recipes.gtceu.mixer(element.name)
|
||||
.itemInputs(element.input, '#tfc:sweetener')
|
||||
.inputFluids(Fluid.of('firmalife:yeast_starter', 100))
|
||||
|
|
@ -642,4 +642,21 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
//region sticky resin
|
||||
event.custom({
|
||||
"type": "firmalife:vat",
|
||||
"input_item": {
|
||||
"ingredient": {
|
||||
"item": 'tfc:powder/sulfur'
|
||||
}
|
||||
},
|
||||
"input_fluid": {
|
||||
"ingredient": 'gtceu:latex',
|
||||
"amount": 1000
|
||||
},
|
||||
"output_item": {
|
||||
"item": 'gtceu:sticky_resin'
|
||||
}
|
||||
});
|
||||
//#endregion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue