diff options
Diffstat (limited to 'assets/minecraft/models/block/template_wall_post.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_wall_post.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_wall_post.json b/assets/minecraft/models/block/template_wall_post.json new file mode 100755 index 00000000..c1c40e47 --- /dev/null +++ b/assets/minecraft/models/block/template_wall_post.json | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "particle": "#wall" | ||
| 4 | }, | ||
| 5 | "elements": [ | ||
| 6 | { "from": [ 4, 0, 4 ], | ||
| 7 | "to": [ 12, 16, 12 ], | ||
| 8 | "faces": { | ||
| 9 | "down": { "texture": "#wall", "cullface": "down" }, | ||
| 10 | "up": { "texture": "#wall", "cullface": "up" }, | ||
| 11 | "north": { "texture": "#wall" }, | ||
| 12 | "south": { "texture": "#wall" }, | ||
| 13 | "west": { "texture": "#wall" }, | ||
| 14 | "east": { "texture": "#wall" } | ||
| 15 | }, | ||
| 16 | "__comment": "Center post" | ||
| 17 | } | ||
| 18 | ] | ||
| 19 | } | ||