tweak nodebox so protector visible underground

This commit is contained in:
tenplus1 2023-05-07 10:57:56 +01:00
parent 9e4981e9dc
commit df4976cdd2

@ -493,7 +493,7 @@ minetest.register_node("protector:protect", {
node_box = {
type = "fixed",
fixed = {
{-0.5 ,-0.5, -0.5, 0.5, 0.5, 0.5}
{-0.499 ,-0.499, -0.499, 0.499, 0.499, 0.499}
}
},