From 376e548cecfacc632ff416b753568197f5cda0b5 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 22 Jan 2024 14:28:21 +0700 Subject: [PATCH] Revert "what" This reverts commit 87e64a102a1c37b0676be8faed32f7ef77ef6273. --- .../models/item/matter_cable.json | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/main/resources/assets/overdrive_that_matters/models/item/matter_cable.json diff --git a/src/main/resources/assets/overdrive_that_matters/models/item/matter_cable.json b/src/main/resources/assets/overdrive_that_matters/models/item/matter_cable.json new file mode 100644 index 000000000..530e26553 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/item/matter_cable.json @@ -0,0 +1,50 @@ +{ + "parent": "block/block", + "texture_size": [16, 16], + "textures": { + "0": "overdrive_that_matters:block/matter_cable", + "particle": "#0" + }, + "elements": [ + { + "from": [6, 6, 6], + "to": [10, 10, 10], + "faces": { + "north": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "south": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "up": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "down": {"uv": [0, 0, 4, 4], "texture": "#0"} + } + }, + { + "from": [0, 6, 6], + "to": [6, 10, 10], + "faces": { + "north": {"uv": [4, 0, 10, 4], "texture": "#0"}, + "south": {"uv": [10, 0, 4, 4], "texture": "#0"}, + "west": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "up": {"uv": [10, 0, 4, 4], "texture": "#0"}, + "down": {"uv": [10, 0, 4, 4], "texture": "#0"} + } + }, + { + "from": [10, 6, 6], + "to": [16, 10, 10], + "faces": { + "north": {"uv": [10, 0, 16, 4], "texture": "#0"}, + "east": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "south": {"uv": [16, 0, 10, 4], "texture": "#0"}, + "up": {"uv": [16, 0, 10, 4], "texture": "#0"}, + "down": {"uv": [16, 0, 10, 4], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "gui": { + "rotation": [0, 0, 0], + "translation": [0, 0, 0], + "scale": [1, 1, 1] + } + } +} \ No newline at end of file