Fix recipe name

This commit is contained in:
Simon Brodtmann 2025-11-08 09:07:55 +01:00
parent ce91e2406c
commit 15b2e420d3

View file

@ -111,6 +111,7 @@ bobmods.lib.recipe.replace_ingredient("basic-circuit-board-stone", "wood", "ston
--- ---
local greyrecipe2 = table.deepcopy(data.raw["recipe"]["phenolic-board"]) local greyrecipe2 = table.deepcopy(data.raw["recipe"]["phenolic-board"])
greyrecipe2.name = "phenolic-board-stone" greyrecipe2.name = "phenolic-board-stone"
greyrecipe2.localised_name = { "item-name.phenolic-board" }
data:extend({greyrecipe2}) data:extend({greyrecipe2})
bobmods.lib.recipe.replace_ingredient("phenolic-board-stone", "wood", "stone-tablet") bobmods.lib.recipe.replace_ingredient("phenolic-board-stone", "wood", "stone-tablet")