diff --git a/mods/ITEMS/mcl_portals/portal_end.lua b/mods/ITEMS/mcl_portals/portal_end.lua index 0690871ab..8ed499b59 100644 --- a/mods/ITEMS/mcl_portals/portal_end.lua +++ b/mods/ITEMS/mcl_portals/portal_end.lua @@ -88,7 +88,7 @@ minetest.register_node("mcl_portals:portal_end", { type = "vertical_frames", aspect_w = 16, aspect_h = 16, - length = 2.0, + length = 1.0, }, }, { @@ -97,7 +97,7 @@ minetest.register_node("mcl_portals:portal_end", { type = "vertical_frames", aspect_w = 16, aspect_h = 16, - length = 2.0, + length = 1.0, }, }, }, diff --git a/mods/ITEMS/mcl_portals/textures/mcl_portals_end_portal.png b/mods/ITEMS/mcl_portals/textures/mcl_portals_end_portal.png index 975be7f7d..46d548e92 100644 Binary files a/mods/ITEMS/mcl_portals/textures/mcl_portals_end_portal.png and b/mods/ITEMS/mcl_portals/textures/mcl_portals_end_portal.png differ