diff options
author | Wuzzy <almikes@aol.com> | 2016-12-19 23:20:38 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-19 23:20:38 +0100 |
commit | 5f3a7941da74c3bd0f97704d5e45153f3780b1d1 (patch) | |
tree | 792529885051dc50baf1ad693bb588b21cda434d | |
parent | 4ceb0105a15634b24950574660ff2e02d95abed9 (diff) |
Simplify miscgroups
-rw-r--r-- | init.lua | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -38,7 +38,14 @@ local groupdefs = { ["fleshy"] = S("Flesh"), } -local miscgroups = { "book", "vessel", "metal", "fence", "wall", "flower", "sapling", "water", "lava", "water_bucket" } +local miscgroups = { + "book", -- for placing in bookshelf + "vessel", -- for placing in vessels shelf + "sand", -- for cactus growth ABM + "flora", -- for the plant spreading ABM + "sapling", -- for the sapling growth ABM + "water", -- for the obsidian ABM +} local forced_items = { "fire:basic_flame", |