diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-09-21 15:11:20 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-09-21 15:11:20 +0100 |
commit | 1c67373e242acfec6cd0e4d2abf4433db7a89b64 (patch) | |
tree | b8e9e58a2728a10896abff0f59fc3f2995a5d9f2 /sapling.lua | |
parent | ea391e490e992c31aa1a7cace28e965b9e8d848b (diff) |
added sapling group so mesecons can make glue from ethereal saplings
Diffstat (limited to 'sapling.lua')
-rw-r--r-- | sapling.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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(), }) |