diff options
author | Wuzzy <almikes@aol.com> | 2016-08-10 04:57:53 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-10 04:57:53 +0200 |
commit | 1132b23800e94fc27b5076423d7e228b951b4952 (patch) | |
tree | 45550fed9c8cd06e769321e04b1cacc10d67abc6 /init.lua | |
parent | d1f5e127e992fddefebb90ab9198b5e43984ef67 (diff) |
Fix obsidian texts
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,6 +14,8 @@ local groupdefs = { ["leaves"] = "Leaves and Needles", ["flower"] = "Flowers", ["sapling"] = "Saplings", + ["water"] = "Water", + ["lava"] = "Lava", ["cracky"] = "Cracky", ["crumbly"] = "Crumbly", @@ -25,7 +27,7 @@ local groupdefs = { ["fleshy"] = "Flesh", } -local miscgroups = { "book", "vessel", "dye", "stick", "wool", "sand", "wood", "stone", "metal", "tree", "fence", "wall", "leaves", "flower", "sapling" } +local miscgroups = { "book", "vessel", "dye", "stick", "wool", "sand", "wood", "stone", "metal", "tree", "fence", "wall", "leaves", "flower", "sapling", "water", "lava" } local mininggroups = { "cracky", "crumbly", "choppy", "snappy", "bendy", "oddly_breakable_by_hand" } local forced_items = { |