@@ -916,7 +916,7 @@ minetest.register_node("default:water_source", {
916
916
liquid_alternative_flowing = " default:water_flowing" ,
917
917
liquid_alternative_source = " default:water_source" ,
918
918
liquid_viscosity = 1 ,
919
- post_effect_color = {a = 64 , r = 100 , g = 100 , b = 200 },
919
+ post_effect_color = {a = 120 , r = 30 , g = 60 , b = 90 },
920
920
groups = {water = 3 , liquid = 3 , puts_out_fire = 1 },
921
921
})
922
922
@@ -961,7 +961,7 @@ minetest.register_node("default:water_flowing", {
961
961
liquid_alternative_flowing = " default:water_flowing" ,
962
962
liquid_alternative_source = " default:water_source" ,
963
963
liquid_viscosity = 1 ,
964
- post_effect_color = {a = 64 , r = 100 , g = 100 , b = 200 },
964
+ post_effect_color = {a = 120 , r = 30 , g = 60 , b = 90 },
965
965
groups = {water = 3 , liquid = 3 , puts_out_fire = 1 , not_in_creative_inventory = 1 },
966
966
})
967
967
@@ -1008,7 +1008,7 @@ minetest.register_node("default:river_water_source", {
1008
1008
liquid_viscosity = 1 ,
1009
1009
liquid_renewable = false ,
1010
1010
liquid_range = 2 ,
1011
- post_effect_color = {a = 64 , r = 100 , g = 178 , b = 200 },
1011
+ post_effect_color = {a = 120 , r = 30 , g = 60 , b = 90 },
1012
1012
groups = {water = 3 , liquid = 3 , puts_out_fire = 1 },
1013
1013
})
1014
1014
@@ -1055,7 +1055,7 @@ minetest.register_node("default:river_water_flowing", {
1055
1055
liquid_viscosity = 1 ,
1056
1056
liquid_renewable = false ,
1057
1057
liquid_range = 2 ,
1058
- post_effect_color = {a = 64 , r = 100 , g = 178 , b = 200 },
1058
+ post_effect_color = {a = 120 , r = 30 , g = 60 , b = 90 },
1059
1059
groups = {water = 3 , liquid = 3 , puts_out_fire = 1 , not_in_creative_inventory = 1 },
1060
1060
})
1061
1061
0 commit comments