Orientable Tank blocks (#2618)

* 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
This commit is contained in:
xanthian 2021-11-28 14:20:52 +00:00 committed by GitHub
parent 76e11b4e5a
commit ededc3b9d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 47 additions and 68 deletions

View file

@ -1,6 +1,8 @@
{
"variants": {
"": { "model": "techreborn:block/machines/tier1_machines/advanced_tank_unit" }
"facing=north": { "model": "techreborn:block/machines/tier1_machines/advanced_tank_unit" },
"facing=south": { "model": "techreborn:block/machines/tier1_machines/advanced_tank_unit", "y": 180 },
"facing=west": { "model": "techreborn:block/machines/tier1_machines/advanced_tank_unit", "y": 270 },
"facing=east": { "model": "techreborn:block/machines/tier1_machines/advanced_tank_unit", "y": 90 }
}
}

View file

@ -1,5 +1,8 @@
{
"variants": {
"": { "model": "techreborn:block/machines/tier0_machines/basic_tank_unit" }
"facing=north": { "model": "techreborn:block/machines/tier0_machines/basic_tank_unit" },
"facing=south": { "model": "techreborn:block/machines/tier0_machines/basic_tank_unit", "y": 180 },
"facing=west": { "model": "techreborn:block/machines/tier0_machines/basic_tank_unit", "y": 270 },
"facing=east": { "model": "techreborn:block/machines/tier0_machines/basic_tank_unit", "y": 90 }
}
}

View file

@ -1,5 +1,8 @@
{
"variants": {
"": { "model": "techreborn:block/machines/tier3_machines/creative_tank_unit" }
"facing=north": { "model": "techreborn:block/machines/tier3_machines/creative_tank_unit" },
"facing=south": { "model": "techreborn:block/machines/tier3_machines/creative_tank_unit", "y": 180 },
"facing=west": { "model": "techreborn:block/machines/tier3_machines/creative_tank_unit", "y": 270 },
"facing=east": { "model": "techreborn:block/machines/tier3_machines/creative_tank_unit", "y": 90 }
}
}

View file

@ -1,5 +1,8 @@
{
"variants": {
"": { "model": "techreborn:block/machines/tier2_machines/industrial_tank_unit" }
"facing=north": { "model": "techreborn:block/machines/tier2_machines/industrial_tank_unit" },
"facing=south": { "model": "techreborn:block/machines/tier2_machines/industrial_tank_unit", "y": 180 },
"facing=west": { "model": "techreborn:block/machines/tier2_machines/industrial_tank_unit", "y": 270 },
"facing=east": { "model": "techreborn:block/machines/tier2_machines/industrial_tank_unit", "y": 90 }
}
}

View file

@ -1,5 +1,8 @@
{
"variants": {
"": { "model": "techreborn:block/machines/tier3_machines/quantum_tank_unit" }
"facing=north": { "model": "techreborn:block/machines/tier3_machines/quantum_tank_unit" },
"facing=south": { "model": "techreborn:block/machines/tier3_machines/quantum_tank_unit", "y": 180 },
"facing=west": { "model": "techreborn:block/machines/tier3_machines/quantum_tank_unit", "y": 270 },
"facing=east": { "model": "techreborn:block/machines/tier3_machines/quantum_tank_unit", "y": 90 }
}
}

View file

@ -1,7 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier0_machines/basic_tank_unit_top",
"front": "techreborn:block/machines/tier0_machines/basic_tank_unit_side",
"bottom": "techreborn:block/machines/tier0_machines/basic_unit_bottom",
"side": "techreborn:block/machines/tier0_machines/basic_tank_unit_side"
}

View file

@ -1,7 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/advanced_tank_unit_top",
"front": "techreborn:block/machines/tier1_machines/advanced_tank_unit_side",
"bottom": "techreborn:block/machines/tier1_machines/advanced_unit_bottom",
"side": "techreborn:block/machines/tier1_machines/advanced_tank_unit_side"
}

View file

@ -1,8 +1,10 @@
{
"parent": "minecraft:block/cube_bottom_top",
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier2_machines/industrial_tank_unit_top",
"front": "techreborn:block/machines/tier2_machines/industrial_tank_unit_side",
"bottom": "techreborn:block/machines/tier2_machines/storage_bottom",
"side": "techreborn:block/machines/tier2_machines/industrial_tank_unit_side"
}
}

View file

@ -1,7 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier3_machines/creative_tank_unit_top",
"front": "techreborn:block/machines/tier3_machines/creative_tank_unit_side",
"bottom": "techreborn:block/machines/tier3_machines/quantum_bottom",
"side": "techreborn:block/machines/tier3_machines/creative_tank_unit_side"
}

View file

@ -1,7 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier3_machines/quantum_tank_unit_top",
"front": "techreborn:block/machines/tier3_machines/quantum_tank_unit_side",
"bottom": "techreborn:block/machines/tier3_machines/quantum_bottom",
"side": "techreborn:block/machines/tier3_machines/quantum_tank_unit_side"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -6,40 +6,7 @@
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
18,
17,
16,
15,
14,
13,
12,
11,
10,
9,
8,
7,
6,
5,
4,
3,
2,
1
4
]
}
}

View file

@ -22,24 +22,16 @@
17,
18,
19,
18,
17,
16,
15,
14,
13,
12,
11,
10,
9,
8,
7,
6,
5,
4,
3,
2,
1
20,
21,
22,
23,
24,
25,
26,
27,
28,
29
]
}
}