From 1c67373e242acfec6cd0e4d2abf4433db7a89b64 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 21 Sep 2015 15:11:20 +0100 Subject: [PATCH] added sapling group so mesecons can make glue from ethereal saplings --- sapling.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapling.lua b/sapling.lua index a51bd46..3aa0770 100644 --- a/sapling.lua +++ b/sapling.lua @@ -17,7 +17,7 @@ ethereal.register_sapling = function(name, desc, texture) }, groups = { snappy = 2, dig_immediate = 3, flammable = 2, - ethereal_sapling = 1, attached_node = 1 + ethereal_sapling = 1, sapling = 1, attached_node = 1 }, sounds = default.node_sound_defaults(), })