diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/smithing_table.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/smithing_table.json')
| -rwxr-xr-x | assets/minecraft/models/block/smithing_table.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/smithing_table.json b/assets/minecraft/models/block/smithing_table.json new file mode 100755 index 00000000..cda5bf86 --- /dev/null +++ b/assets/minecraft/models/block/smithing_table.json | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/cube", | ||
| 3 | "textures": { | ||
| 4 | "north": "block/smithing_table_front", | ||
| 5 | "south": "block/smithing_table_back", | ||
| 6 | "east": "block/smithing_table_side", | ||
| 7 | "west": "block/smithing_table_side_2", | ||
| 8 | "particle": "block/air", | ||
| 9 | "up": "block/smithing_table_top", | ||
| 10 | "down": "block/smithing_table_bottom" | ||
| 11 | }, | ||
| 12 | "elements": [ | ||
| 13 | { | ||
| 14 | "from": [0, 0, 0], | ||
| 15 | "to": [16, 16, 16], | ||
| 16 | "faces": { | ||
| 17 | "north": {"uv": [0, 0, 16, 16], "texture": "#north", "cullface": "north"}, | ||
| 18 | "east": {"uv": [0, 0, 16, 16], "texture": "#east", "cullface": "east"}, | ||
| 19 | "south": {"uv": [0, 0, 16, 16], "texture": "#south", "cullface": "south"}, | ||
| 20 | "west": {"uv": [0, 0, 16, 16], "texture": "#west", "cullface": "west"}, | ||
| 21 | "up": {"uv": [0, 0, 16, 16], "texture": "#up", "cullface": "up"}, | ||
| 22 | "down": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "down"} | ||
| 23 | } | ||
| 24 | }, | ||
| 25 | { | ||
| 26 | "from": [16, 3, 8], | ||
| 27 | "to": [17, 6, 13], | ||
| 28 | "faces": { | ||
| 29 | "north": {"uv": [7, 10, 8, 13], "texture": "#east", "cullface": "east"}, | ||
| 30 | "east": {"uv": [3, 10, 8, 13], "texture": "#east", "cullface": "east"}, | ||
| 31 | "south": {"uv": [3, 10, 4, 13], "texture": "#east", "cullface": "east"}, | ||
| 32 | "up": {"uv": [3, 10, 8, 11], "rotation": 270, "texture": "#east", "cullface": "east"}, | ||
| 33 | "down": {"uv": [3, 12, 8, 13], "rotation": 90, "texture": "#east", "cullface": "east"} | ||
| 34 | } | ||
| 35 | } | ||
| 36 | ] | ||
| 37 | } \ No newline at end of file | ||