mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +01:00
Fix Z-fighting between waterlily and water
This commit is contained in:
parent
8a9f8edf48
commit
e477bbb891
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue