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