made water look clearer when underwater

This commit is contained in:
kaadmy 2015-09-24 09:59:56 -07:00
parent 8fb34f8dff
commit 85459be525
1 changed files with 2 additions and 2 deletions

View File

@ -624,7 +624,7 @@ minetest.register_node(
liquid_alternative_flowing = "default:water_flowing",
liquid_alternative_source = "default:water_source",
liquid_viscosity = default.WATER_VISC,
post_effect_color = {a=90, r=40, g=40, b=250},
post_effect_color = {a=90, r=40, g=40, b=100},
groups = {water=1, liquid=1},
})
@ -652,7 +652,7 @@ minetest.register_node(
liquid_alternative_flowing = "default:water_flowing",
liquid_alternative_source = "default:water_source",
liquid_viscosity = default.WATER_VISC,
post_effect_color = {a=90, r=40, g=40, b=250},
post_effect_color = {a=90, r=40, g=40, b=100},
groups = {water=1, liquid=1},
})