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/rail.json | 58 ++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100755 assets/minecraft/models/item/rail.json (limited to 'assets/minecraft/models/item/rail.json') diff --git a/assets/minecraft/models/item/rail.json b/assets/minecraft/models/item/rail.json new file mode 100755 index 00000000..c0dac628 --- /dev/null +++ b/assets/minecraft/models/item/rail.json @@ -0,0 +1,58 @@ +{ + "parent": "item/end_portal_frame", + "ambientocclusion": false, + "textures": { + "0": "block/rail_3d", + "1": "item/rail", + "particle": "block/rail" + }, + "elements": [ + { + "from": [0, 0, 8], + "to": [16, 16, 8], + "faces": { + "north": {"uv": [16, 0, 8, 8], "rotation": 180, "texture": "#0"}, + "south": {"uv": [8, 0, 16, 8], "texture": "#0", "cullface": "down"} + } + }, + { + "from": [2, 0, 7], + "to": [14, 16, 9], + "faces": { + "north": {"uv": [1, 0, 7, 8], "rotation": 180, "texture": "#0"}, + "east": {"uv": [6, 0, 7, 8], "rotation": 180, "texture": "#0"}, + "south": {"uv": [1, 8, 7, 16], "texture": "#0", "cullface": "down"}, + "west": {"uv": [1, 0, 2, 8], "rotation": 180, "texture": "#0"}, + "up": {"uv": [1, 0, 7, 1], "texture": "#0"} + } + }, + { + "from": [12, 0, 7], + "to": [4, 16, 9], + "faces": { + "east": {"uv": [1.5, 8, 2.5, 16], "rotation": 180, "texture": "#0"}, + "west": {"uv": [5.5, 8, 6.5, 16], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [6, 1, 6], + "to": [10, 1, 10], + "shade": false, + "faces": { + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + } + ], + "display": { + "firstperson_righthand": { + "rotation": [0, -36.5, 0], + "translation": [0, 3, 0], + "scale": [0.6, 0.6, 0.6] + }, + "firstperson_lefthand": { + "rotation": [0, -36.5, 0], + "translation": [0, 3, 0], + "scale": [0.6, 0.6, 0.6] + } + } +} \ No newline at end of file -- cgit v1.2.3