summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua9
1 files changed, 8 insertions, 1 deletions
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",