From 0e5940b6751d37891d6a7b9d99ddb60022f9727d Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 23 Aug 2025 22:09:17 +0100 Subject: [PATCH] chipboard composite mixing bowl unification --- kubejs/server_scripts/firmalife/recipes.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index 2249bac00..15e27c0d3 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -540,18 +540,18 @@ const registerFirmaLifeRecipes = (event) => { .duration(200) event.recipes.firmalife.mixing_bowl() - .itemIngredients(['#tfg:wood_dusts', 'tfc:glue']) - .outputItem('tfg:chipboard_composite') + .itemIngredients(['#tfg:wood_dusts', '#tfg:wood_dusts', 'tfc:glue']) + .outputItem('2x tfg:chipboard_composite') .id('tfg:mixing_bowl/chipboard_composite_glue') event.recipes.firmalife.mixing_bowl() - .itemIngredients(['#tfg:wood_dusts', 'gtceu:sticky_resin']) - .outputItem('tfg:chipboard_composite') + .itemIngredients(['#tfg:wood_dusts', '#tfg:wood_dusts', '#tfg:wood_dusts', '#tfg:wood_dusts', 'gtceu:sticky_resin']) + .outputItem('4x tfg:chipboard_composite') .id('tfg:mixing_bowl/chipboard_composite_resin') event.recipes.firmalife.mixing_bowl() - .itemIngredients(['#tfg:wood_dusts', '#forge:wax']) - .outputItem('tfg:chipboard_composite') + .itemIngredients(['#tfg:wood_dusts', '#tfg:wood_dusts', '#forge:wax']) + .outputItem('2x tfg:chipboard_composite') .id('tfg:mixing_bowl/chipboard_composite_wax') // Dough