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/template_wall_side_tall.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/template_wall_side_tall.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_wall_side_tall.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_wall_side_tall.json b/assets/minecraft/models/block/template_wall_side_tall.json new file mode 100755 index 00000000..379a9e3c --- /dev/null +++ b/assets/minecraft/models/block/template_wall_side_tall.json | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "particle": "#wall" | ||
| 4 | }, | ||
| 5 | "elements": [ | ||
| 6 | { "from": [ 5, 0, 0 ], | ||
| 7 | "to": [ 11, 16, 8 ], | ||
| 8 | "faces": { | ||
| 9 | "down": { "texture": "#wall", "cullface": "down" }, | ||
| 10 | "up": { "texture": "#wall", "cullface": "up"}, | ||
| 11 | "north": { "texture": "#wall", "cullface": "north" }, | ||
| 12 | "west": { "texture": "#wall" }, | ||
| 13 | "east": { "texture": "#wall" } | ||
| 14 | } | ||
| 15 | } | ||
| 16 | ] | ||
| 17 | } | ||