Merge pull request #687 from Saaghh/more-greenhouse-plants

Added greenhouse recipes for tfc plants tag
This commit is contained in:
Dmitry
2025-01-11 14:20:28 +07:00
committed by GitHub

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