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

View File

@ -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},