summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-03 22:16:19 +0200
committerWuzzy <almikes@aol.com>2016-08-03 22:16:19 +0200
commitcf5b98231c569664197c58d2a6edc359c546ddaf (patch)
tree5d2d27c59eb5f2b028fc5fec90e583796ee1af74
parent5d4ef3ac6740608313ce6ef877285fa39bda0a87 (diff)
Add fence and wall groups
-rw-r--r--init.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index dd1313a..da9fdb3 100644
--- a/init.lua
+++ b/init.lua
@@ -7,9 +7,11 @@ local groupdefs = {
["wool"] = "Wool",
["sand"] = "Sand",
["wood"] = "Wood",
- ["stone"] = "Stone",
+ ["stone"] = "Stones",
["metal"] = "Metal",
["tree"] = "Tree Trunks",
+ ["fence"] = "Fences",
+ ["wall"] = "Walls",
["leaves"] = "Leaves and Needles",
["flower"] = "Flowers",
["sapling"] = "Saplings",