forked from MineClone5/MineClone5
New 16×16 animated end portal textures
This commit is contained in:
parent
10f50d972f
commit
e31bce1ff9
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue