Fix name of argon-extraction and use basic-chemistry crafting category
https://discord.com/channels/1174743568590590053/1429279779634417684/1429279779634417684
This commit is contained in:
parent
d695f84c5d
commit
4f571d801b
1 changed files with 2 additions and 1 deletions
|
|
@ -294,7 +294,8 @@ if mods["bzgas2"] then
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
name = "argon-extraction",
|
name = "argon-extraction",
|
||||||
category = "chemistry",
|
localised_name = { "fluid-name.argon" },
|
||||||
|
category = data.raw["recipe-category"]["basic-chemistry"] and "basic-chemistry" or "chemistry",
|
||||||
icons = (mods["Krastorio2"] and
|
icons = (mods["Krastorio2"] and
|
||||||
{
|
{
|
||||||
{ icon = "__GasGasGases2__/graphics/icons/argon.png", icon_size = 64},
|
{ icon = "__GasGasGases2__/graphics/icons/argon.png", icon_size = 64},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue