add group sapling

This commit is contained in:
nixnoxus
2022-01-11 18:55:22 +01:00
parent 7094d8a369
commit 031d5f4e4e
3 changed files with 4 additions and 3 deletions

View File

@ -264,7 +264,8 @@ minetest.register_node("dryplants:reedmace_sapling", {
groups = {
snappy=3,
flammable=2,
attached_node=1
attached_node=1,
sapling=1,
},
sounds = default.node_sound_leaves_defaults(),
selection_box = {