diff --git a/prototypes/fu_recipes.lua b/prototypes/fu_recipes.lua index 2f05687..ac0e1bb 100644 --- a/prototypes/fu_recipes.lua +++ b/prototypes/fu_recipes.lua @@ -1630,7 +1630,7 @@ data:extend({ }, results = { {type="item", name="stone", amount=5}, - {type="item", name="fi_crushed_stone_item", amount=3, probability=0.5}, + {type="item", name="fu_materials_stone", amount=1, probability=0.25}, {type="fluid", name="el_dirty_water", amount=10}, }, result_count = 1,