Fix nodebox overlap of dirt path slab

This commit is contained in:
Wuzzy 2019-09-03 18:31:55 +02:00
parent 1eccf8ee19
commit c14b5573fd
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ minetest.register_node(
paramtype = "light",
node_box = {
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"},
groups = {crumbly = 3, fall_damage_add_percent = -10},