Make swamp water post effect color more blueish

This commit is contained in:
Wuzzy 2024-06-01 09:22:36 +02:00
parent 75fd886aa9
commit a4438d76a5

View File

@ -189,7 +189,7 @@ minetest.register_node(
liquid_viscosity = default.SWAMP_WATER_VISC,
liquid_renewable = false,
liquid_range = 2,
post_effect_color = {a=220, r=50, g=40, b=70},
post_effect_color = {a=220, r=40, g=47, b=70},
groups = {water=1, flowing_water = 1, swamp_water = 1, liquid=1, not_in_creative_inventory=1,},
sounds = rp_sounds.node_sound_water_defaults(),
_rp_blast_resistance = 4,
@ -227,7 +227,7 @@ minetest.register_node(
liquid_viscosity = default.SWAMP_WATER_VISC,
liquid_renewable = false,
liquid_range = 2,
post_effect_color = {a=220, r=50, g=40, b=70},
post_effect_color = {a=220, r=40, g=47, b=70},
groups = {water = 1, swamp_water = 1, liquid = 1},
sounds = rp_sounds.node_sound_water_defaults(),
_rp_blast_resistance = 4,