forked from VoxeLibre/VoxeLibre
Add chorus plant stem to deco_block group
This commit is contained in:
parent
6cd1fb1119
commit
36adba2e0b
|
@ -230,7 +230,7 @@ minetest.register_node("mcl_end:chorus_plant", {
|
|||
{ items = { "mcl_end:chorus_fruit"}, rarity = 2 },
|
||||
}
|
||||
},
|
||||
groups = {handy=1,axey=1, dig_by_piston = 1, destroy_by_lava_flow = 1, chorus_plant = 1 },
|
||||
groups = {handy=1,axey=1, deco_block = 1, dig_by_piston = 1, destroy_by_lava_flow = 1, chorus_plant = 1 },
|
||||
|
||||
node_placement_prediction = "",
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
|
|
Loading…
Reference in New Issue