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