1
0
Fork 0

Adjust dripleaf selectionbox

This commit is contained in:
cora 2023-08-07 04:22:35 +02:00 committed by the-real-herowl
parent c0a928a411
commit c888095e61
1 changed files with 2 additions and 7 deletions

View File

@ -51,10 +51,7 @@ minetest.register_node("mcl_lush_caves:dripleaf_big_waterroot", {
inventory_image = "mcl_lush_caves_big_dripleaf_stem.png",
selection_box = {
type = "fixed",
fixed = {
{ -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 },
{ -0.5, 0.5, -0.5, 0.5, 1.0, 0.5 },
}
fixed = {{ -3/16, -8/16, -3/16, 3/16, 8/16, 3/16 }},
},
groups = { handy = 1, dig_immediate = 3, not_in_creative_inventory = 1 },
drop = "",
@ -81,9 +78,7 @@ minetest.register_node("mcl_lush_caves:dripleaf_big_stem", {
wield_image = "mcl_lush_caves_big_dripleaf_stem.png",
selection_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, 0.5}
},
fixed = {{ -3/16, -8/16, -3/16, 3/16, 8/16, 3/16 }},
},
drop = "",
groups = { shearsy = 1, handy = 1, plant=1, supported_node=0, destroy_by_lava_flow=1, dig_by_piston=1 },