fixed missing river water texture bug
This commit is contained in:
parent
886b82cf20
commit
f3b8f6cb7e
@ -707,7 +707,7 @@ minetest.register_node(
|
|||||||
tiles ={"default_water.png"},
|
tiles ={"default_water.png"},
|
||||||
special_tiles = {
|
special_tiles = {
|
||||||
{
|
{
|
||||||
image = "default_river_water.png",
|
image = "default_water.png",
|
||||||
backface_culling=false,
|
backface_culling=false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user