diff --git a/carbon-recipe-final-k2.lua b/carbon-recipe-final-k2.lua index fb1a09b..c7452b0 100644 --- a/carbon-recipe-final-k2.lua +++ b/carbon-recipe-final-k2.lua @@ -33,6 +33,7 @@ if mods.Krastorio2 then }, category = "smelting-crafting", subgroup = "smelting-crafting", + hide_from_player_crafting = true, order = data.raw.item["imersium-beam"].order.."z", enabled = false, energy_required = 12, @@ -52,6 +53,7 @@ if mods.Krastorio2 then }, category = "smelting-crafting", subgroup = "smelting-crafting", + hide_from_player_crafting = true, order = data.raw.item["imersium-gear-wheel"].order.."z", enabled = false, energy_required = 12, diff --git a/changelog.txt b/changelog.txt index fee5572..0222ce8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Date: 2022-02-17 - ko l10n thanks to x2605 Fixes: - Returned diamonds no longer affected by prod modules + - K2: "smelting crafting" recipes are hidden from player crafting, as in K2 base. --------------------------------------------------------------------------------------------------- Version: 0.1.3 Date: 2022-02-12