From 88e4e8852a5f1c33794abe430411b73c3ade507a Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jan 2024 02:25:44 +0200 Subject: Initial import --- assets/minecraft/models/item/torch.json | 118 ++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100755 assets/minecraft/models/item/torch.json (limited to 'assets/minecraft/models/item/torch.json') diff --git a/assets/minecraft/models/item/torch.json b/assets/minecraft/models/item/torch.json new file mode 100755 index 00000000..bc9c456a --- /dev/null +++ b/assets/minecraft/models/item/torch.json @@ -0,0 +1,118 @@ +{ + "ambientocclusion": false, + "textures": { + "2": "block/torch", + "layer0": "item/torch", + "torch_flame_e": "block/torch_flame" + }, + "elements": [ + { + "from": [2.89462, -2.85, 6], + "to": [2.89462, 7.52, 10], + "shade": false, + "rotation": {"angle": -22.5, "axis": "z", "origin": [2.89462, -2.76325, 8]}, + "faces": { + "west": {"uv": [0, 0, 16, 16], "texture": "#layer0"} + } + }, + { + "from": [10, -4, 4], + "to": [32, 0, 12], + "shade": false, + "rotation": {"angle": 45, "axis": "z", "origin": [5, -12, 9]}, + "faces": { + "up": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"}, + "down": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [30, -4, 6], + "to": [30, 0, 10], + "shade": false, + "rotation": {"angle": 45, "axis": "z", "origin": [5, -12, 9]}, + "faces": { + "east": {"uv": [7, 6, 9, 8], "texture": "#2"} + } + }, + { + "from": [10, 0, 4], + "to": [32, -4, 12], + "shade": false, + "rotation": {"angle": 45, "axis": "z", "origin": [5, -12, 9]}, + "faces": { + "up": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"}, + "down": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [10, -6, 6], + "to": [32, 2, 10], + "shade": false, + "rotation": {"angle": 45, "axis": "z", "origin": [5, -12, 9]}, + "faces": { + "north": {"uv": [6, 5, 10, 16], "rotation": 270, "texture": "#2"}, + "south": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [10, -6, 10], + "to": [32, 2, 6], + "shade": false, + "rotation": {"angle": 45, "axis": "z", "origin": [5, -12, 9]}, + "faces": { + "north": {"uv": [6, 5, 10, 16], "rotation": 270, "texture": "#2"}, + "south": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [6.22843, 9.2, 8], + "to": [22.22843, 25.2, 8], + "shade": false, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#torch_flame_e"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#torch_flame_e"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [0, 90, 55], + "translation": [0, 2.75, 3.5], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [0, -90, -55], + "translation": [0, 2.75, 3.5], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [-180, 82, -177], + "translation": [3.75, 1, 1.5], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_lefthand": { + "rotation": [0, -78, 3], + "translation": [3.75, 1, 1.5], + "scale": [0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [0, 0, 45], + "translation": [0, 2, 0], + "scale": [0.35, 0.35, 0.35] + }, + "gui": { + "rotation": [45, 90, -90], + "translation": [0, 8.25, 0], + "scale": [4, 4, 4] + }, + "head": { + "rotation": [0, 90, 0], + "translation": [0, 9.5, -7.75], + "scale": [0.75, 0.75, 0.75] + }, + "fixed": { + "translation": [0, 1.5, -1.5] + } + } +} \ No newline at end of file -- cgit v1.2.3