Skip to content
Snippets Groups Projects
Commit f6dfa4a1 authored by octacian's avatar octacian Committed by paramat
Browse files

Waterlily: Avoid z-fighting of base texture with water surface

Avoid z-fighting visible from below.
Raise the nodebox base 1/64th of a node.
parent e3dd3d19
Branches
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ minetest.register_node("flowers:waterlily", {
node_placement_prediction = "",
node_box = {
type = "fixed",
fixed = {-0.5, -0.5, -0.5, 0.5, -15 / 32, 0.5}
fixed = {-0.5, -31 / 64, -0.5, 0.5, -15 / 32, 0.5}
},
selection_box = {
type = "fixed",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment