Added greenhouse recipes for tfc plants tag

This commit is contained in:
Sergey Semin 2025-01-11 03:03:10 +03:00
parent 1a63c551ad
commit 7cc1ce81d1

View file

@ -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 Рецепты плоского теста