fixes #1445, also added gt recipes to make alcohol for bio diesel

This commit is contained in:
Pyritie 2025-07-29 18:44:20 +01:00
parent b026feb2e8
commit 903be368b2
4 changed files with 23 additions and 10 deletions

View file

@ -85,7 +85,7 @@ const registerTFCRecipes = (event) => {
})
// Растения
Ingredient.of('#tfc:plants').stacks.forEach(element => {
Ingredient.of('#tfc:plants').subtract('#tfc:wild_fruits').stacks.forEach(element => {
const itemId = element.id;
const recipeId = `greenhouse_${itemId.replace(':', '_')}`;