fixed cactus selection box

This commit is contained in:
kaadmy 2015-09-26 13:02:24 -07:00
parent f45729a404
commit 2426215349
1 changed files with 6 additions and 0 deletions

View File

@ -422,6 +422,12 @@ minetest.register_node(
{-0.5+(1/3), -0.5, -0.5, 0.5-(1/3), 0.5-(1/3), 0.5},
},
},
selection_box = {
type = "fixed",
fixed = {
{-0.5+(1/8), -0.5, -0.5+(1/8), 0.5-(1/8), 0.5, 0.5-(1/8)},
},
},
tiles ={"default_cactus_top.png", "default_cactus_top.png", "default_cactus_sides.png"},
-- damage_per_second = 1,
groups = {snappy=2, choppy=2, fall_damage_add_percent=20},