Fix water source/flowing color mismatch
@ -1190,12 +1190,14 @@ minetest.register_node(
|
||||
drawtype = "liquid",
|
||||
tiles = {
|
||||
{
|
||||
name = "default_water.png",
|
||||
name = "default_water_source_animated.png",
|
||||
backface_culling = false,
|
||||
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
|
||||
},
|
||||
{
|
||||
name = "default_water.png",
|
||||
name = "default_water_source_animated.png",
|
||||
backface_culling = false,
|
||||
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
|
||||
},
|
||||
},
|
||||
use_texture_alpha = "blend",
|
||||
@ -1261,12 +1263,14 @@ minetest.register_node(
|
||||
drawtype = "liquid",
|
||||
tiles = {
|
||||
{
|
||||
name = "default_river_water.png",
|
||||
name = "default_river_water_source_animated.png",
|
||||
backface_culling = false,
|
||||
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
|
||||
},
|
||||
{
|
||||
name = "default_river_water.png",
|
||||
name = "default_river_water_source_animated.png",
|
||||
backface_culling = false,
|
||||
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
|
||||
},
|
||||
|
||||
},
|
||||
@ -1335,12 +1339,14 @@ minetest.register_node(
|
||||
drawtype = "liquid",
|
||||
tiles = {
|
||||
{
|
||||
name = "default_swamp_water.png",
|
||||
name = "default_swamp_water_source_animated.png",
|
||||
backface_culling = false,
|
||||
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
|
||||
},
|
||||
{
|
||||
name = "default_swamp_water.png",
|
||||
name = "default_swamp_water_source_animated.png",
|
||||
backface_culling = false,
|
||||
animation = {type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.8}
|
||||
},
|
||||
},
|
||||
use_texture_alpha = "blend",
|
||||
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 855 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 5.2 KiB |