mirror of
https://github.com/minetest-mods/nether.git
synced 2025-06-30 23:40:45 +02:00
New/extra portal animation
(new animation by Extex101) The original texture is now "nether_portal_alt.png", and used to provide a "nether:portal_alt" node, which is used/demoed by the Surface-portal as the original animation still has a "it's full of stars" charm coming out when used for lighter coloured portals.
This commit is contained in:
@ -1916,7 +1916,7 @@ local wormhole_nodedef_default = {
|
||||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 0.5,
|
||||
length = 0.9,
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -1925,7 +1925,7 @@ local wormhole_nodedef_default = {
|
||||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 0.5,
|
||||
length = 0.9,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user