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/lantern.json | 119 ++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100755 assets/minecraft/models/item/lantern.json (limited to 'assets/minecraft/models/item/lantern.json') diff --git a/assets/minecraft/models/item/lantern.json b/assets/minecraft/models/item/lantern.json new file mode 100755 index 00000000..8efc7d8b --- /dev/null +++ b/assets/minecraft/models/item/lantern.json @@ -0,0 +1,119 @@ +{ + "ambientocclusion": false, + "textures": { + "1": "item/lantern", + "particle": "block/lantern", + "lantern": "block/lantern" + }, + "elements": [ + { + "from": [6, 7, 6], + "to": [10, 7, 10], + "shade": false, + "faces": { + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "from": [5, 0, 5], + "to": [11, 7, 11], + "faces": { + "north": {"uv": [0, 2, 6, 9], "texture": "#lantern"}, + "east": {"uv": [0, 2, 6, 9], "texture": "#lantern"}, + "south": {"uv": [0, 2, 6, 9], "texture": "#lantern"}, + "west": {"uv": [0, 2, 6, 9], "texture": "#lantern"}, + "up": {"uv": [0, 9, 6, 15], "texture": "#lantern"} + } + }, + { + "from": [11, 7, 11], + "to": [5, 0.001, 5], + "faces": { + "north": {"uv": [0, 2, 6, 9], "texture": "#lantern"}, + "east": {"uv": [0, 2, 6, 9], "texture": "#lantern"}, + "south": {"uv": [0, 2, 6, 9], "texture": "#lantern"}, + "west": {"uv": [0, 2, 6, 9], "texture": "#lantern"}, + "up": {"uv": [0, 9, 6, 15], "texture": "#lantern"} + } + }, + { + "from": [6, 0, 6], + "to": [10, 7, 10], + "faces": { + "north": {"uv": [6, 2, 10, 9], "texture": "#lantern"}, + "east": {"uv": [6, 2, 10, 9], "texture": "#lantern"}, + "south": {"uv": [6, 2, 10, 9], "texture": "#lantern"}, + "west": {"uv": [6, 2, 10, 9], "texture": "#lantern"} + } + }, + { + "from": [6, 7, 6], + "to": [10, 9, 10], + "faces": { + "north": {"uv": [1, 0, 5, 2], "texture": "#lantern"}, + "east": {"uv": [1, 0, 5, 2], "texture": "#lantern"}, + "south": {"uv": [1, 0, 5, 2], "texture": "#lantern"}, + "west": {"uv": [1, 0, 5, 2], "texture": "#lantern"}, + "up": {"uv": [1, 10, 5, 14], "texture": "#lantern"} + } + }, + { + "from": [6.5, 9, 8], + "to": [9.5, 11, 8], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [11, 10, 14, 12], "texture": "#lantern"}, + "south": {"uv": [11, 10, 14, 12], "texture": "#lantern"} + } + }, + { + "from": [8, 9, 6.5], + "to": [8, 11, 9.5], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "east": {"uv": [11, 10, 14, 12], "texture": "#lantern"}, + "west": {"uv": [11, 10, 14, 12], "texture": "#lantern"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [68, 0, 0], + "translation": [0, -1.5, -1.5], + "scale": [0.8, 0.8, 0.8] + }, + "thirdperson_lefthand": { + "rotation": [68, 0, 0], + "translation": [0, -1.5, -1.5], + "scale": [0.8, 0.8, 0.8] + }, + "firstperson_righthand": { + "rotation": [0, 101, 3], + "translation": [1, 6, 2.5], + "scale": [0.7, 0.7, 0.7] + }, + "firstperson_lefthand": { + "rotation": [0, 101, 3], + "translation": [1, 6, 2.5], + "scale": [0.7, 0.7, 0.7] + }, + "ground": { + "translation": [0, 5, 0] + }, + "gui": { + "rotation": [270, 0, 0], + "scale": [4, 1.4, 4] + }, + "head": { + "rotation": [0, 90, 0], + "translation": [0, 14.5, -0.25] + }, + "fixed": { + "translation": [0, 5, -0.5], + "scale": [1.4, 1.4, 1.4] + } + } +} \ No newline at end of file -- cgit v1.2.3