Slower nether portal anim

This commit is contained in:
Wuzzy 2020-11-12 12:01:16 +01:00
parent 41af1eddba
commit d952c79cb7
1 changed files with 2 additions and 2 deletions

View File

@ -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,
},
},
},