Skip to content

Commit 7786f7f

Browse files
committedJun 7, 2015
Default/nodes: Match river_water post_effect_colour hue to that of new texture
1 parent 6919d43 commit 7786f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mods/default/nodes.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ minetest.register_node("default:river_water_source", {
10081008
liquid_viscosity = 1,
10091009
liquid_renewable = false,
10101010
liquid_range = 2,
1011-
post_effect_color = {a=120, r=30, g=60, b=90},
1011+
post_effect_color = {a=120, r=30, g=76, b=90},
10121012
groups = {water=3, liquid=3, puts_out_fire=1},
10131013
})
10141014

@@ -1055,7 +1055,7 @@ minetest.register_node("default:river_water_flowing", {
10551055
liquid_viscosity = 1,
10561056
liquid_renewable = false,
10571057
liquid_range = 2,
1058-
post_effect_color = {a=120, r=30, g=60, b=90},
1058+
post_effect_color = {a=120, r=30, g=76, b=90},
10591059
groups = {water=3, liquid=3, puts_out_fire=1, not_in_creative_inventory=1},
10601060
})
10611061

0 commit comments

Comments
 (0)
Please sign in to comment.