From d952c79cb7e7fd22e177bc73f9c3a8d7929abc8b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 12 Nov 2020 12:01:16 +0100 Subject: [PATCH] Slower nether portal anim --- mods/ITEMS/mcl_portals/portal_nether.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ITEMS/mcl_portals/portal_nether.lua b/mods/ITEMS/mcl_portals/portal_nether.lua index e7f69644..ae2552ad 100644 --- a/mods/ITEMS/mcl_portals/portal_nether.lua +++ b/mods/ITEMS/mcl_portals/portal_nether.lua @@ -114,7 +114,7 @@ minetest.register_node("mcl_portals:portal", { type = "vertical_frames", aspect_w = 16, aspect_h = 16, - length = 0.5, + length = 1.25, }, }, { @@ -123,7 +123,7 @@ minetest.register_node("mcl_portals:portal", { type = "vertical_frames", aspect_w = 16, aspect_h = 16, - length = 0.5, + length = 1.25, }, }, },