fixes #1445, also added gt recipes to make alcohol for bio diesel
This commit is contained in:
parent
b026feb2e8
commit
903be368b2
4 changed files with 23 additions and 10 deletions
|
|
@ -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(':', '_')}`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue