mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-31 04:25:32 +01:00 
			
		
		
		
	Tweak again some post effect colours
(Carbone)
This commit is contained in:
		| @@ -813,7 +813,7 @@ minetest.register_node("default:water_flowing", { | ||||
| 	liquid_alternative_source = "default:water_source", | ||||
| 	liquid_viscosity = WATER_VISC, | ||||
| 	freezemelt = "default:snow", | ||||
| 	post_effect_color = {a = 100, r = 20, g = 60, b = 80}, | ||||
| 	post_effect_color = {a = 120, r = 20, g = 60, b = 80}, | ||||
| 	groups = {water= 3, liquid = 3, puts_out_fire = 1, not_in_creative_inventory = 1, freezes = 1, melt_around = 1}, | ||||
| }) | ||||
|  | ||||
| @@ -845,7 +845,7 @@ minetest.register_node("default:water_source", { | ||||
| 	liquid_alternative_source = "default:water_source", | ||||
| 	liquid_viscosity = WATER_VISC, | ||||
| 	freezemelt = "default:ice", | ||||
| 	post_effect_color = {a = 100, r = 20, g = 60, b = 80}, | ||||
| 	post_effect_color = {a = 120, r = 20, g = 60, b = 80}, | ||||
| 	groups = {water= 3, liquid = 3, puts_out_fire = 1, freezes = 1}, | ||||
| }) | ||||
|  | ||||
| @@ -2295,7 +2295,7 @@ minetest.register_node("default:ice", { | ||||
| 	paramtype = "light", | ||||
| 	use_texture_alpha = true, | ||||
| 	freezemelt = "default:water_source", | ||||
| 	post_effect_color = {a = 100, r = 120, g = 160, b = 180}, | ||||
| 	post_effect_color = {a = 120, r = 120, g = 160, b = 180}, | ||||
| 	groups = {cracky = 3, melts = 1}, | ||||
| 	sounds = default.node_sound_glass_defaults(), | ||||
| }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user