diff options
Diffstat (limited to 'assets/minecraft/models/block/observer.json')
| -rwxr-xr-x | assets/minecraft/models/block/observer.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/observer.json b/assets/minecraft/models/block/observer.json new file mode 100755 index 00000000..8f5ef2e1 --- /dev/null +++ b/assets/minecraft/models/block/observer.json | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "bottom": "block/observer_back", | ||
| 5 | "side": "block/observer_side", | ||
| 6 | "top": "block/observer_top", | ||
| 7 | "front": "block/observer_front", | ||
| 8 | "particle": "block/observer_front" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { "from": [ 0, 0, 0 ], | ||
| 12 | "to": [ 16, 16, 16 ], | ||
| 13 | "faces": { | ||
| 14 | "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" }, | ||
| 15 | "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" }, | ||
| 16 | "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" }, | ||
| 17 | "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, | ||
| 18 | "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, | ||
| 19 | "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#side", "cullface": "east" } | ||
| 20 | } | ||
| 21 | } | ||
| 22 | ] | ||
| 23 | } | ||