added dragon siphon animated textures (#2623). Thanks to Xanthian

This commit is contained in:
xanthian 2021-11-28 15:11:17 +00:00 committed by GitHub
parent 5c4a2587cb
commit 3d3877b5f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 65 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/generators/dragon_egg_syphon_top",
"top": "techreborn:block/machines/generators/dragon_egg_syphon_top_on",
"bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/dragon_egg_syphon_side_on"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

After

Width:  |  Height:  |  Size: 978 B

View file

@ -0,0 +1,13 @@
{
"animation": {
"frametime": 3,
"frames": [
0,
1,
2,
3,
4,
5
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -0,0 +1,51 @@
{
"animation": {
"frametime": 1,
"frames": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43
]
}
}