Add chorus plant stem to deco_block group

This commit is contained in:
Wuzzy 2019-06-13 20:44:04 +02:00
parent 6cd1fb1119
commit 36adba2e0b
1 changed files with 1 additions and 1 deletions

View File

@ -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)