Skip to content

Commit

Permalink
add rare earths and niobium subgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Dec 24, 2023
1 parent 3b924b5 commit a8d6cd0
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 223 deletions.
52 changes: 32 additions & 20 deletions prototypes/item-groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -149,35 +149,47 @@ data:extend {
order = 'bo'
},
{
type = "item-subgroup",
name = "py-rawores-gold",
group = "py-rawores",
order = "bp"
type = 'item-subgroup',
name = 'py-rawores-gold',
group = 'py-rawores',
order = 'bp'
},
{
type = 'item-subgroup',
name = 'py-rawores-antimony',
group = 'py-rawores',
order = 'bq'
},
{
type = 'item-subgroup',
name = 'py-rawores-niobium',
group = 'py-rawores',
order = 'bqq'
},
{
type = "item-subgroup",
name = "py-rawores-antimony",
group = "py-rawores",
order = "bq"
type = 'item-subgroup',
name = 'py-rawores-rare-earth',
group = 'py-rawores',
order = 'bqqq'
},
{
type = "item-subgroup",
name = "py-rawores-etc",
group = "py-rawores",
order = "br"
type = 'item-subgroup',
name = 'py-rawores-etc',
group = 'py-rawores',
order = 'br'
},
{
type = "item-subgroup",
name = "py-rawores-solder",
group = "py-rawores",
order = "bs"
type = 'item-subgroup',
name = 'py-rawores-solder',
group = 'py-rawores',
order = 'bs'
},
-----------------------------castings----------------
{
type = "item-subgroup",
name = "py-rawores-casting",
group = "py-rawores",
order = "c"
type = 'item-subgroup',
name = 'py-rawores-casting',
group = 'py-rawores',
order = 'c'
},
-----------------------------MOLTEN VERSIONS----------------
{
Expand Down
Loading

0 comments on commit a8d6cd0

Please sign in to comment.