diff options
author | Wuzzy <almikes@aol.com> | 2016-08-03 22:16:19 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-03 22:16:19 +0200 |
commit | cf5b98231c569664197c58d2a6edc359c546ddaf (patch) | |
tree | 5d2d27c59eb5f2b028fc5fec90e583796ee1af74 | |
parent | 5d4ef3ac6740608313ce6ef877285fa39bda0a87 (diff) |
Add fence and wall groups
-rw-r--r-- | init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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", |