diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 06d73db..787ac1d 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -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},