Fix Z-fighting between waterlily and water

This commit is contained in:
Wuzzy 2017-02-10 07:35:45 +01:00
parent 8a9f8edf48
commit e477bbb891
1 changed files with 1 additions and 1 deletions

View File

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