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/brick_slab_top.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/brick_slab_top.json')
| -rwxr-xr-x | assets/minecraft/models/block/brick_slab_top.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brick_slab_top.json b/assets/minecraft/models/block/brick_slab_top.json new file mode 100755 index 00000000..2cdbe46b --- /dev/null +++ b/assets/minecraft/models/block/brick_slab_top.json | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "parent": "block/block", | ||
| 4 | "textures": { | ||
| 5 | "0": "block/bricks_model", | ||
| 6 | "particle": "block/bricks" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [0, 8, 0], | ||
| 11 | "to": [16, 16, 16], | ||
| 12 | "faces": { | ||
| 13 | "north": {"uv": [4, 0, 8, 2], "texture": "#0", "cullface": "north"}, | ||
| 14 | "east": {"uv": [12, 0, 16, 2], "texture": "#0", "cullface": "east"}, | ||
| 15 | "south": {"uv": [0, 0, 4, 2], "texture": "#0", "cullface": "south"}, | ||
| 16 | "west": {"uv": [8, 0, 12, 2], "texture": "#0", "cullface": "west"}, | ||
| 17 | "up": {"uv": [0, 4, 4, 8], "texture": "#0", "cullface": "up"}, | ||
| 18 | "down": {"uv": [8, 4, 12, 8], "texture": "#0"} | ||
| 19 | } | ||
| 20 | } | ||
| 21 | ] | ||
| 22 | } \ No newline at end of file | ||