mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Slower nether portal anim
This commit is contained in:
parent
41af1eddba
commit
d952c79cb7
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue