Fix nodebox overlap of dirt path slab
This commit is contained in:
parent
1eccf8ee19
commit
c14b5573fd
@ -322,7 +322,7 @@ minetest.register_node(
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.5, -0.5 - (2/16), -0.5, 0.5, -2/16, 0.5}
|
fixed = {-0.5, -0.5, -0.5, 0.5, -2/16, 0.5}
|
||||||
},
|
},
|
||||||
tiles = {"default_dirt.png"},
|
tiles = {"default_dirt.png"},
|
||||||
groups = {crumbly = 3, fall_damage_add_percent = -10},
|
groups = {crumbly = 3, fall_damage_add_percent = -10},
|
||||||
|
Loading…
Reference in New Issue
Block a user