From 5766218e57b73fa482f9cf4734917e0fe32cc756 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 21 Aug 2017 04:34:50 +0200 Subject: [PATCH] Tweak Nether portal post effect color --- mods/ITEMS/mcl_portals/portal_nether.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_portals/portal_nether.lua b/mods/ITEMS/mcl_portals/portal_nether.lua index 724323ca..847bde85 100644 --- a/mods/ITEMS/mcl_portals/portal_nether.lua +++ b/mods/ITEMS/mcl_portals/portal_nether.lua @@ -111,7 +111,7 @@ minetest.register_node("mcl_portals:portal", { is_ground_content = false, drop = "", light_source = 11, - post_effect_color = {a = 180, r = 128, g = 23, b = 23}, + post_effect_color = {a = 180, r = 51, g = 7, b = 89}, alpha = 192, node_box = { type = "fixed",