mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 08:29:34 +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_placement_prediction = "",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
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 = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
|
Loading…
Reference in a new issue