Skip to content

Commit

Permalink
Moved seedlings to their own category
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Jan 14, 2023
1 parent f1640db commit 90d3cb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DF-db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,18 @@ db.Filters = {
[191469] = true, -- Bubble poppy 3
[191468] = true, -- Bubble poppy 2
[191467] = true, -- Bubble poppy 1
}
},
["Seed"] = {
uiName = "Bears " .. Expansion .. " Seeds",
uiDesc = "Seeds found in " .. Expansion,
title = "Seeds",
items = {-- ID, --Item name
[200506] = true, -- Roused Seedling
[200508] = true, -- Propagating Roused Seedling
[200507] = true, -- Decayed Roused Seedling
[200509] = true, -- Agitated Roused Seedling
[23788] = true, -- Tree Seedling
}
},
["Crafted_Reagents"] = {
Expand Down

0 comments on commit 90d3cb8

Please sign in to comment.