mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Adjust dripleaf selectionbox
This commit is contained in:
parent
c0a928a411
commit
c888095e61
1 changed files with 2 additions and 7 deletions
|
@ -51,10 +51,7 @@ minetest.register_node("mcl_lush_caves:dripleaf_big_waterroot", {
|
||||||
inventory_image = "mcl_lush_caves_big_dripleaf_stem.png",
|
inventory_image = "mcl_lush_caves_big_dripleaf_stem.png",
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {{ -3/16, -8/16, -3/16, 3/16, 8/16, 3/16 }},
|
||||||
{ -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 },
|
|
||||||
{ -0.5, 0.5, -0.5, 0.5, 1.0, 0.5 },
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
groups = { handy = 1, dig_immediate = 3, not_in_creative_inventory = 1 },
|
groups = { handy = 1, dig_immediate = 3, not_in_creative_inventory = 1 },
|
||||||
drop = "",
|
drop = "",
|
||||||
|
@ -81,9 +78,7 @@ minetest.register_node("mcl_lush_caves:dripleaf_big_stem", {
|
||||||
wield_image = "mcl_lush_caves_big_dripleaf_stem.png",
|
wield_image = "mcl_lush_caves_big_dripleaf_stem.png",
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {{ -3/16, -8/16, -3/16, 3/16, 8/16, 3/16 }},
|
||||||
{-0.5, -0.5, -0.5, 0.5, 0.5, 0.5}
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
drop = "",
|
drop = "",
|
||||||
groups = { shearsy = 1, handy = 1, plant=1, supported_node=0, destroy_by_lava_flow=1, dig_by_piston=1 },
|
groups = { shearsy = 1, handy = 1, plant=1, supported_node=0, destroy_by_lava_flow=1, dig_by_piston=1 },
|
||||||
|
|
Loading…
Reference in a new issue