diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/android_station_working.json b/src/main/resources/assets/overdrive_that_matters/models/block/android_station_working.json index 7a63ccca3..200020ecc 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/android_station_working.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/android_station_working.json @@ -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 } } diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/android_station.png b/src/main/resources/assets/overdrive_that_matters/textures/block/android_station.png index eb34ef154..be4d27d19 100644 Binary files a/src/main/resources/assets/overdrive_that_matters/textures/block/android_station.png and b/src/main/resources/assets/overdrive_that_matters/textures/block/android_station.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/android_station_em.png b/src/main/resources/assets/overdrive_that_matters/textures/block/android_station_em.png index 2e734afc4..253476d7d 100644 Binary files a/src/main/resources/assets/overdrive_that_matters/textures/block/android_station_em.png and b/src/main/resources/assets/overdrive_that_matters/textures/block/android_station_em.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/android_station_em.png.mcmeta b/src/main/resources/assets/overdrive_that_matters/textures/block/android_station_em.png.mcmeta new file mode 100644 index 000000000..fa950acdd --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/textures/block/android_station_em.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 16, + "width": 32, + "height": 64 + } +} \ No newline at end of file