forked from cacklingfiend/bzgas2
Fix hand craft only recipe name
This commit is contained in:
parent
c3c414f36a
commit
1b5895b421
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ if util.me.handcraft() then
|
|||
end
|
||||
local hcec = futil.table.deepcopy(data.raw.recipe["electronic-circuit"])
|
||||
hcec.name = "electronic-circuit-handcraft-only"
|
||||
hcec.localized_name = { "item-name.electronic-circuit" }
|
||||
data:extend({hcec})
|
||||
util.set_icons("electronic-circuit-handcraft-only",
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue