summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-16 13:46:04 +0100
committerWuzzy <almikes@aol.com>2016-12-16 13:46:04 +0100
commit4ceb0105a15634b24950574660ff2e02d95abed9 (patch)
tree9c426996a9dfeb4dce602aa32eefa9d3a590babf /init.lua
parent7a0b1bc23ef6c4565b349e4991e54f630eae4895 (diff)
Reduce list of miscgroups cuz some of them are already automatically collected
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 99045f1..812e862 100644
--- a/init.lua
+++ b/init.lua
@@ -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",