From bbc4730c6c74ed2f5360818ebc798e65889ae45e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 4 Jan 2026 12:39:36 +0000 Subject: [PATCH] fix #2612 --- CHANGELOG.md | 7 ++++++- kubejs/server_scripts/firmalife/recipes.js | 18 ------------------ 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec644849..d7201c1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Added a way to get wax and latex in the steam age for those of you starting on mars @Pyritie - Changed the Rover's step height from 1 block to 1.2 blocks (about 4 extra 'pixels') @Pyritie - Fixed/improved behaviour of GregTech solar things on non-overworld dimensions, so rain in the overworld doesn't stop the solar array from working on the moon, and mars sandstorms affect solar things as well (#2140) @Pyritie +- Added missing recipes for some Steam 'n' Rails items, and changed the smokestacks to use cast iron instead of black steel (#2610) @thederpysockdude123 ### Bug fixes - Fixed missing crafting table recipes for greate gearboxes (#2577) @Pyritie - Fixed crashing when attaching shafts to a steam engine (#2578, #2579) @Electrolyte220 @@ -26,7 +27,11 @@ - Added some grain nutrition to oatmeal @Pyritie - Fixed hot-protection chestplates not fully protecting against GT hot ingots (#2598) @Pyritie - Fixed hermetic sandstone's appearance so it looks similar to TFC's raw sandstone @Pyritie -- Fixed granite magma blocks not looking like granite @Pyritie +- Fixed some issues with the food autostacking changes in a previous version (#2580) @Mqrius +- Fixed a crash with meal ingredient stacking on servers @Mqrius +- Fixed some translation inconsistencies in the field guide (#2606, #2607) @jmecn @Petr211071 +- Fixed incorrect fluid tooltips for the silica glass bottle and iron flask (#2608) @JeanRdSz @Pyritie +- Removed some dough mixing bowl recipes that tried to output more than 5 ingredients because that's the mixing bowl's maximum (#2612) @Pyritie ### Translation updates - Chinese (simplified) @jmecn - Russian @Petr211071 diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index 8d0592e21..5e194056a 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -686,30 +686,12 @@ const registerFirmaLifeRecipes = (event) => { .outputItem(`4x firmalife:food/${grain}_dough`) .id(`tfg:mixing_bowl/${grain}_dough`) - event.recipes.firmalife.mixing_bowl() - .ingredients([ - TFC.ingredient.notRotten(`tfc:food/${grain}_flour`), - TFC.ingredient.notRotten(`tfc:food/${grain}_flour`), - `#tfc:sweetener`, - `#tfc:sweetener`], - Fluid.of('firmalife:yeast_starter', 400)) - .outputItem(`8x firmalife:food/${grain}_dough`) - .id(`tfg:mixing_bowl/${grain}_dough_2`) - event.recipes.firmalife.mixing_bowl() .ingredients([ TFC.ingredient.notRotten(`tfc:food/${grain}_flour`)], Fluid.of('minecraft:water', 100)) .outputItem(`4x tfc:food/${grain}_dough`) .id(`tfg:mixing_bowl/${grain}_flatbread_dough`) - - event.recipes.firmalife.mixing_bowl() - .ingredients([ - TFC.ingredient.notRotten(`tfc:food/${grain}_flour`), - TFC.ingredient.notRotten(`tfc:food/${grain}_flour`)], - Fluid.of('minecraft:water', 200)) - .outputItem(`8x tfc:food/${grain}_dough`) - .id(`tfg:mixing_bowl/${grain}_flatbread_dough_2`) }) event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`2x firmalife:food/hardtack_dough`).copyFood(), [