Tweak selection box of mature carrot plant

This commit is contained in:
Wuzzy 2017-04-01 05:02:18 +02:00
parent 98f26a13cf
commit 182ea6f58e
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ minetest.register_node("mcl_farming:carrot", {
{ items = {'mcl_farming:carrot_item 1'} },
}
},
selection_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 4/16, 0.5}
},
},
groups = {dig_immediate=3, not_in_creative_inventory=1,attached_node=1,dig_by_water=1,dig_by_piston=1},
sounds = mcl_sounds.node_sound_leaves_defaults(),
_mcl_blast_resistance = 0,