diff options
-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", |