summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-03 03:00:02 +0100
committerWuzzy <almikes@aol.com>2016-11-03 03:00:02 +0100
commit24bde5c9130a4741df77db5b94a9e53d1d082049 (patch)
treef113b96ecdadfc9a645fc5f0b00e107ad68a7598 /init.lua
parent6593600c355ce573b2f5944d733c1be47170c711 (diff)
Add more group names
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 762ff37..0f799d2 100644
--- a/init.lua
+++ b/init.lua
@@ -25,6 +25,9 @@ local groupdefs = {
["sapling"] = S("Saplings"),
["water"] = S("Water"),
["lava"] = S("Lava"),
+ ["coal"] = S("Coal"),
+ ["water_bucket"] = S("Water buckets"),
+ ["flora"] = S("Flora"),
["cracky"] = S("Cracky"),
["crumbly"] = S("Crumbly"),
@@ -36,7 +39,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" }
+local miscgroups = { "book", "vessel", "dye", "stick", "wool", "sand", "wood", "stone", "metal", "tree", "fence", "wall", "leaves", "flower", "sapling", "water", "lava", "coal", "water_bucket" }
local forced_items = {
"fire:basic_flame",