Added greenhouse recipes for tfc plants tag
This commit is contained in:
parent
1a63c551ad
commit
7cc1ce81d1
1 changed files with 8 additions and 0 deletions
|
|
@ -2982,6 +2982,14 @@ const registerTFCRecipes = (event) => {
|
|||
generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name)
|
||||
})
|
||||
|
||||
// Растения
|
||||
Ingredient.of('#tfc:plants').stacks.forEach(element => {
|
||||
const itemId = element.id;
|
||||
const recipeId = `greenhouse_${itemId.replace(':', '_')}`;
|
||||
|
||||
generateGreenHouseRecipe(event, itemId, 8000, `8x ${itemId}`, recipeId);
|
||||
});
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Рецепты плоского теста
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue