From 5f3a7941da74c3bd0f97704d5e45153f3780b1d1 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 19 Dec 2016 23:20:38 +0100 Subject: Simplify miscgroups --- init.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 812e862..6c1c007 100644 --- a/init.lua +++ b/init.lua @@ -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", -- cgit v1.2.3