Change dead chorus flower drop

This commit is contained in:
Wuzzy 2017-02-10 02:08:27 +01:00
parent 3195ba738e
commit b8708d93e6
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ minetest.register_node("mcl_end:chorus_flower_dead", {
paramtype = "light",
node_box = chorus_flower_box,
sounds = mcl_core.node_sound_wood_defaults(),
drop = "mcl_end:chorus_flower",
groups = { oddly_breakable_by_hand = 3, choppy = 3, deco_block = 1},
})