From a722707ce2adaf5cb456e45861e5f7980987e1e5 Mon Sep 17 00:00:00 2001 From: PaulGoersCode <102575758+PaulGoersCode@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:11:17 -0500 Subject: [PATCH] Create tiki_torch.json Added Tiki Torch Model --- .../models/block/tiki_torch.json | 108 ++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 Common/src/main/resources/assets/hyperlighting/models/block/tiki_torch.json diff --git a/Common/src/main/resources/assets/hyperlighting/models/block/tiki_torch.json b/Common/src/main/resources/assets/hyperlighting/models/block/tiki_torch.json new file mode 100644 index 0000000..8c7b0d0 --- /dev/null +++ b/Common/src/main/resources/assets/hyperlighting/models/block/tiki_torch.json @@ -0,0 +1,108 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "block/bamboo_block", + "1": "block/stripped_bamboo_block", + "2": "block/coal_block", + "3": "block/bamboo_large_leaves", + "particle": "block/bamboo_block" + }, + "elements": [ + { + "from": [7, 0, 7], + "to": [9, 16, 9], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#0"}, + "east": {"uv": [2, 0, 4, 16], "texture": "#0"}, + "south": {"uv": [4, 0, 6, 16], "texture": "#0"}, + "west": {"uv": [6, 0, 8, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#0"} + } + }, + { + "from": [7, 16, 7], + "to": [9, 21, 9], + "faces": { + "north": {"uv": [0, 9, 2, 16], "texture": "#0"}, + "east": {"uv": [2, 9, 4, 16], "texture": "#0"}, + "south": {"uv": [4, 9, 6, 16], "texture": "#0"}, + "west": {"uv": [6, 9, 8, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#0"} + } + }, + { + "from": [6, 23, 6], + "to": [10, 26, 10], + "faces": { + "north": {"uv": [0, 0, 4, 3], "texture": "#2"}, + "east": {"uv": [0, 0, 4, 3], "texture": "#2"}, + "south": {"uv": [0, 0, 4, 3], "texture": "#2"}, + "west": {"uv": [0, 0, 4, 3], "texture": "#2"}, + "up": {"uv": [0, 0, 4, 4], "texture": "#2"}, + "down": {"uv": [0, 0, 4, 4], "texture": "#2"} + } + }, + { + "from": [6, 27, 6], + "to": [10, 28, 10], + "faces": { + "north": {"uv": [0, 0, 4, 1], "texture": "#2"}, + "east": {"uv": [0, 0, 4, 1], "texture": "#2"}, + "south": {"uv": [0, 0, 4, 1], "texture": "#2"}, + "west": {"uv": [0, 0, 4, 1], "texture": "#2"}, + "up": {"uv": [0, 0, 4, 4], "texture": "#2"}, + "down": {"uv": [0, 0, 4, 4], "texture": "#2"} + } + }, + { + "from": [6, 22, 6], + "to": [10, 23, 10], + "faces": { + "north": {"uv": [2, 1, 6, 2], "texture": "#3"}, + "east": {"uv": [6, 1, 10, 2], "texture": "#3"}, + "south": {"uv": [2, 2, 6, 3], "texture": "#3"}, + "west": {"uv": [6, 2, 10, 3], "texture": "#3"}, + "up": {"uv": [2, 5, 6, 9], "texture": "#3"}, + "down": {"uv": [2, 5, 6, 9], "texture": "#3"} + } + }, + { + "from": [6, 26, 6], + "to": [10, 27, 10], + "faces": { + "north": {"uv": [2, 1, 6, 2], "texture": "#3"}, + "east": {"uv": [6, 1, 10, 2], "texture": "#3"}, + "south": {"uv": [2, 2, 6, 3], "texture": "#3"}, + "west": {"uv": [6, 2, 10, 3], "texture": "#3"}, + "up": {"uv": [2, 5, 6, 9], "texture": "#3"}, + "down": {"uv": [2, 5, 6, 9], "texture": "#3"} + } + }, + { + "from": [7, 28, 7], + "to": [9, 29, 9], + "faces": { + "north": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "south": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "from": [7, 21, 7], + "to": [9, 22, 9], + "faces": { + "north": {"uv": [8, 1, 10, 2], "texture": "#3"}, + "east": {"uv": [6, 1, 8, 2], "texture": "#3"}, + "south": {"uv": [4, 1, 6, 2], "texture": "#3"}, + "west": {"uv": [2, 1, 4, 2], "texture": "#3"}, + "up": {"uv": [2, 2, 4, 4], "texture": "#3"}, + "down": {"uv": [2, 2, 4, 4], "texture": "#3"} + } + } + ] +} \ No newline at end of file