added sapling group so mesecons can make glue from ethereal saplings

This commit is contained in:
TenPlus1 2015-09-21 15:11:20 +01:00
parent ea391e490e
commit 1c67373e24

View File

@ -17,7 +17,7 @@ ethereal.register_sapling = function(name, desc, texture)
}, },
groups = { groups = {
snappy = 2, dig_immediate = 3, flammable = 2, 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(), sounds = default.node_sound_defaults(),
}) })