fix fe+ compatibility
This commit is contained in:
parent
ea825853d0
commit
9a650c09fc
3 changed files with 20 additions and 9 deletions
|
|
@ -13,7 +13,7 @@ data:extend(
|
|||
{
|
||||
{
|
||||
type = "recipe",
|
||||
name = "titanium-plate",
|
||||
name = util.titanium_plate,
|
||||
category = "smelting",
|
||||
order = "d[titanium-plate]",
|
||||
icons = (mods["Krastorio2"] and
|
||||
|
|
@ -60,7 +60,7 @@ data:extend(
|
|||
{
|
||||
{
|
||||
type = "unlock-recipe",
|
||||
recipe = "titanium-plate"
|
||||
recipe = util.titanium_plate
|
||||
}
|
||||
},
|
||||
unit =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue