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/item/brick_slab.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/brick_slab.json')
| -rwxr-xr-x | assets/minecraft/models/item/brick_slab.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/brick_slab.json b/assets/minecraft/models/item/brick_slab.json new file mode 100755 index 00000000..56f2a11a --- /dev/null +++ b/assets/minecraft/models/item/brick_slab.json | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "0": "block/bricks_model" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [0, 0, 0], | ||
| 9 | "to": [16, 8, 16], | ||
| 10 | "faces": { | ||
| 11 | "north": {"uv": [4, 10, 8, 12], "texture": "#0"}, | ||
| 12 | "east": {"uv": [12, 10, 16, 12], "texture": "#0"}, | ||
| 13 | "south": {"uv": [0, 10, 4, 12], "texture": "#0"}, | ||
| 14 | "west": {"uv": [8, 10, 12, 12], "texture": "#0"}, | ||
| 15 | "up": {"uv": [4, 12, 8, 16], "texture": "#0"}, | ||
| 16 | "down": {"uv": [12, 12, 16, 16], "texture": "#0"} | ||
| 17 | } | ||
| 18 | } | ||
| 19 | ], | ||
| 20 | "display": { | ||
| 21 | "gui": { | ||
| 22 | "rotation": [ 30, 225, 0 ], | ||
| 23 | "translation": [ 0, 0, 0], | ||
| 24 | "scale":[ 0.7, 0.7, 0.7 ] | ||
| 25 | } | ||
| 26 | } | ||
| 27 | } \ No newline at end of file | ||