forked from VoxeLibre/VoxeLibre
Fix Z-fighting between waterlily and water
This commit is contained in:
parent
8a9f8edf48
commit
e477bbb891
|
@ -356,7 +356,7 @@ minetest.register_node("mcl_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",
|
||||
|
|
Loading…
Reference in New Issue