added dragon siphon animated textures (#2623). Thanks to Xanthian
This commit is contained in:
parent
5c4a2587cb
commit
3d3877b5f1
5 changed files with 65 additions and 1 deletions
|
@ -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 |
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 3,
|
||||
"frames": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
|
@ -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
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue