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:
parent
3d3877b5f1
commit
f86c7c8202
12 changed files with 27 additions and 8 deletions
src/main/resources/assets/techreborn
models/block/machines/generators
textures/block/machines/generators
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/generators/gas_turbine_top_off",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/generators/gas_turbine_top_on",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/generators/generator_top",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/generators/generator_top",
|
||||
"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 ![]() (image error) Size: 702 B After ![]() (image error) Size: 1.3 KiB ![]() ![]() |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Binary file not shown.
Before ![]() (image error) Size: 775 B After ![]() (image error) Size: 673 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 860 B After ![]() (image error) Size: 3.4 KiB ![]() ![]() |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Binary file not shown.
Before ![]() (image error) Size: 842 B After ![]() (image error) Size: 552 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 754 B After ![]() (image error) Size: 7.9 KiB ![]() ![]() |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue