Fix recipe names
This commit is contained in:
parent
ce91e2406c
commit
ecfad09c1f
1 changed files with 2 additions and 0 deletions
|
|
@ -105,12 +105,14 @@ end
|
|||
if mods["aai-industry"] then
|
||||
local greenrecipe2 = table.deepcopy(data.raw["recipe"]["basic-circuit-board"])
|
||||
greenrecipe2.name = "basic-circuit-board-stone"
|
||||
greenrecipe2.localised_name = { "item-name.basic-circuit-board" }
|
||||
data:extend({greenrecipe2})
|
||||
bobmods.lib.recipe.replace_ingredient("basic-circuit-board-stone", "wood", "stone-tablet")
|
||||
|
||||
---
|
||||
local greyrecipe2 = table.deepcopy(data.raw["recipe"]["phenolic-board"])
|
||||
greyrecipe2.name = "phenolic-board-stone"
|
||||
greyrecipe2.localised_name = { "item-name.phenolic-board" }
|
||||
data:extend({greyrecipe2})
|
||||
bobmods.lib.recipe.replace_ingredient("phenolic-board-stone", "wood", "stone-tablet")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue