Add a slight animation to Android station's holograms + LET IT GLOW

This commit is contained in:
GearShocky 2023-03-27 18:53:55 +06:00
parent 8928e8e31b
commit 828b8d1039
4 changed files with 46 additions and 4 deletions

View File

@ -1,6 +1,8 @@
{
{
"credit": "Made with Blockbench",
"parent": "block/cube_all",
"render_type": "translucent",
"render_type": "translucent",
"texture_size": [16, 32],
"textures": {
"0": "overdrive_that_matters:block/android_station",
"1": "overdrive_that_matters:block/android_station_em",
@ -127,11 +129,44 @@
}
},
{
"name": "hologram",
"from": [-1, 10, -1],
"to": [17, 10, 17],
"faces": {
"up": {"uv": [0, 9.5, 8, 13.5], "texture": "#0"},
"down": {"uv": [0, 9.5, 8, 13.5], "texture": "#0"}
"up": {"uv": [0, 9.5, 8, 13.5], "texture": "#1"},
"down": {"uv": [0, 9.5, 8, 13.5], "texture": "#1"}
},
"forge_data": { "block_light": 15, "sky_light": 15 }
},
{
"name": "hologram",
"from": [6, 9.5, 6],
"to": [10, 9.5, 10],
"faces": {
"up": {"uv": [11, 11, 13, 12], "texture": "#1"},
"down": {"uv": [11, 11, 13, 12], "texture": "#1"}
},
"forge_data": { "block_light": 15, "sky_light": 15 }
},
{
"name": "holotext",
"from": [1, 10.5, 3],
"to": [8, 14.5, 3],
"rotation": {"angle": 22.5, "axis": "x", "origin": [5.5, 13.5, 1]},
"faces": {
"north": {"uv": [2.5, 7.25, 5.5, 8.25], "texture": "#1"},
"south": {"uv": [5.5, 7.25, 2.5, 8.25], "texture": "#1"}
},
"forge_data": { "block_light": 15, "sky_light": 15 }
},
{
"name": "holotext",
"from": [8, 5.1, 12],
"to": [15, 9.1, 12],
"rotation": {"angle": -22.5, "axis": "x", "origin": [5.5, 13.5, 1]},
"faces": {
"north": {"uv": [5.5, 7.25, 2.5, 8.25], "texture": "#1"},
"south": {"uv": [2.5, 7.25, 5.5, 8.25], "texture": "#1"}
},
"forge_data": { "block_light": 15, "sky_light": 15 }
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 487 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,7 @@
{
"animation": {
"frametime": 16,
"width": 32,
"height": 64
}
}