fixed missing river water texture bug

This commit is contained in:
kaadmy 2015-09-27 09:11:48 -07:00
parent 886b82cf20
commit f3b8f6cb7e
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ minetest.register_node(
tiles ={"default_water.png"},
special_tiles = {
{
image = "default_river_water.png",
image = "default_water.png",
backface_culling=false,
},
},