From 57b48be73d63178de650a8359324748de8a7a972 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 23 May 2025 21:08:57 +0200 Subject: [PATCH] Add productivity bonus to stone crushing --- .../prototypes/content/updates.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/crushing-industry-productivity-research/prototypes/content/updates.lua b/crushing-industry-productivity-research/prototypes/content/updates.lua index 2056689..58b610a 100644 --- a/crushing-industry-productivity-research/prototypes/content/updates.lua +++ b/crushing-industry-productivity-research/prototypes/content/updates.lua @@ -2,6 +2,7 @@ local mod_util = require("mod-util") mod_util.convert("crushed-iron-ore") mod_util.convert("crushed-copper-ore") +mod_util.add_prod("sand") if mods["space-age"] then mod_util.convert("holmium-powder")