Animated Generators (#2624)

* Update industrial_tank_unit.json

* Update industrial_tank_unit.json

* Update industrial_tank_unit.json

added orientable variants

* Update advanced_tank_unit.json

* Update basic_tank_unit.json

* Update creative_tank_unit.json

* Update quantum_tank_unit.json

* Update basic_tank_unit.json

* Update advanced_tank_unit.json

* Update industrial_tank_unit.json

* Update basic_tank_unit.json

* Update advanced_tank_unit.json

* Update creative_tank_unit.json

* Update quantum_tank_unit.json

* Update watermill_top_on.png.mcmeta

add additional frames from the sprite, mill animation completes a continuous 360 degree motion rather than back and forth 180 degrees

* Update watermill_side_on.png.mcmeta

adds basic 4 frame animation for side, previous 31 frame sprite was stationary

* Add files via upload

animated 4 frame side

* Delete watermill_side_on.png

* Add files via upload

new 4 frame sprite

* Animated generator textures

added generator side animated texture, which also adds to the gas turbine.
Changed the side texture to be static do easily identify the front

updated semi fluid generator top and side textures to be animated, stuck with existing colour palette although it made no sense :P
This commit is contained in:
xanthian 2021-11-30 12:16:28 +00:00 committed by GitHub
parent 3d3877b5f1
commit f86c7c8202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 27 additions and 8 deletions

View file

@ -1,8 +1,9 @@
{ {
"parent": "minecraft:block/cube_bottom_top", "parent": "minecraft:block/orientable",
"textures": { "textures": {
"top": "techreborn:block/machines/generators/gas_turbine_top_off", "top": "techreborn:block/machines/generators/gas_turbine_top_off",
"bottom": "techreborn:block/machines/generators/generator_bottom", "bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/generator_side_off" "side": "techreborn:block/machines/generators/generator_side",
"front": "techreborn:block/machines/generators/generator_side_off"
} }
} }

View file

@ -1,8 +1,9 @@
{ {
"parent": "minecraft:block/cube_bottom_top", "parent": "minecraft:block/orientable",
"textures": { "textures": {
"top": "techreborn:block/machines/generators/gas_turbine_top_on", "top": "techreborn:block/machines/generators/gas_turbine_top_on",
"bottom": "techreborn:block/machines/generators/generator_bottom", "bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/generator_side_on" "side": "techreborn:block/machines/generators/generator_side",
"front": "techreborn:block/machines/generators/generator_side_on"
} }
} }

View file

@ -1,8 +1,9 @@
{ {
"parent": "minecraft:block/cube_bottom_top", "parent": "minecraft:block/orientable",
"textures": { "textures": {
"top": "techreborn:block/machines/generators/generator_top", "top": "techreborn:block/machines/generators/generator_top",
"bottom": "techreborn:block/machines/generators/generator_bottom", "bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/generator_side_off" "side": "techreborn:block/machines/generators/generator_side",
"front": "techreborn:block/machines/generators/generator_side_off"
} }
} }

View file

@ -1,8 +1,9 @@
{ {
"parent": "minecraft:block/cube_bottom_top", "parent": "minecraft:block/orientable",
"textures": { "textures": {
"top": "techreborn:block/machines/generators/generator_top", "top": "techreborn:block/machines/generators/generator_top",
"bottom": "techreborn:block/machines/generators/generator_bottom", "bottom": "techreborn:block/machines/generators/generator_bottom",
"side": "techreborn:block/machines/generators/generator_side_on" "side": "techreborn:block/machines/generators/generator_side",
"front": "techreborn:block/machines/generators/generator_side_on"
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 702 B

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1,5 @@
{
"animation": {
"frametime": 2
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 775 B

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 860 B

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -0,0 +1,5 @@
{
"animation": {
"frametime": 2
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 842 B

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 754 B

After

Width:  |  Height:  |  Size: 7.9 KiB

View file

@ -0,0 +1,5 @@
{
"animation": {
"frametime": 2
}
}