diff options
author | Wuzzy <almikes@aol.com> | 2016-12-16 13:46:04 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-16 13:46:04 +0100 |
commit | 4ceb0105a15634b24950574660ff2e02d95abed9 (patch) | |
tree | 9c426996a9dfeb4dce602aa32eefa9d3a590babf | |
parent | 7a0b1bc23ef6c4565b349e4991e54f630eae4895 (diff) |
Reduce list of miscgroups cuz some of them are already automatically collected
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ local groupdefs = { ["fleshy"] = S("Flesh"), } -local miscgroups = { "book", "vessel", "dye", "stick", "wool", "sand", "wood", "stone", "metal", "tree", "fence", "wall", "leaves", "flower", "sapling", "water", "lava", "coal", "water_bucket" } +local miscgroups = { "book", "vessel", "metal", "fence", "wall", "flower", "sapling", "water", "lava", "water_bucket" } local forced_items = { "fire:basic_flame", |