added sapling group so mesecons can make glue from ethereal saplings

master
TenPlus1 2015-09-21 15:11:20 +01:00
parent ea391e490e
commit 1c67373e24
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
})