mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Change dead chorus flower drop
This commit is contained in:
parent
3195ba738e
commit
b8708d93e6
1 changed files with 1 additions and 0 deletions
|
@ -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},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue