diff options
Diffstat (limited to 'assets/minecraft/models/block/lectern.json')
| -rwxr-xr-x | assets/minecraft/models/block/lectern.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/lectern.json b/assets/minecraft/models/block/lectern.json new file mode 100755 index 00000000..9cb6bdbc --- /dev/null +++ b/assets/minecraft/models/block/lectern.json | |||
| @@ -0,0 +1,51 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "texture_size": [64, 32], | ||
| 4 | "textures": { | ||
| 5 | "0": "block/lectern", | ||
| 6 | "particle": "block/bookshelf_particle" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [0, 0, 0], | ||
| 11 | "to": [16, 2, 16], | ||
| 12 | "faces": { | ||
| 13 | "north": {"uv": [11.5, 0, 15.5, 1], "texture": "#0", "cullface": "north"}, | ||
| 14 | "east": {"uv": [7, 1, 7.5, 9], "rotation": 270, "texture": "#0", "cullface": "east"}, | ||
| 15 | "south": {"uv": [7.5, 0, 11.5, 1], "texture": "#0", "cullface": "south"}, | ||
| 16 | "west": {"uv": [11.5, 1, 12, 9], "rotation": 90, "texture": "#0", "cullface": "west"}, | ||
| 17 | "up": {"uv": [7.5, 1, 11.5, 9], "rotation": 180, "texture": "#0"}, | ||
| 18 | "down": {"uv": [12, 9, 16, 1], "rotation": 180, "texture": "#0", "cullface": "down"} | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "from": [0, 8.6, 5.8], | ||
| 23 | "to": [16, 12.6, 18.8], | ||
| 24 | "rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 0]}, | ||
| 25 | "faces": { | ||
| 26 | "north": {"uv": [1, 8.5, 5, 10.5], "texture": "#0"}, | ||
| 27 | "east": {"uv": [0, 2, 1, 8.5], "rotation": 270, "texture": "#0"}, | ||
| 28 | "south": {"uv": [1, 0, 5, 2], "texture": "#0"}, | ||
| 29 | "west": {"uv": [5, 2, 6, 8.5], "rotation": 90, "texture": "#0"}, | ||
| 30 | "up": {"uv": [1, 2, 5, 8.5], "rotation": 180, "texture": "#0"}, | ||
| 31 | "down": {"uv": [1, 8.5, 5, 2], "rotation": 180, "texture": "#0"} | ||
| 32 | } | ||
| 33 | }, | ||
| 34 | { | ||
| 35 | "from": [4, 2, 4], | ||
| 36 | "to": [12, 15, 12], | ||
| 37 | "faces": { | ||
| 38 | "north": {"uv": [10, 10, 12, 16], "texture": "#0"}, | ||
| 39 | "east": {"uv": [8, 10, 10, 16], "texture": "#0"}, | ||
| 40 | "south": {"uv": [14, 10, 16, 16], "texture": "#0"}, | ||
| 41 | "west": {"uv": [12, 10, 14, 16], "texture": "#0"} | ||
| 42 | } | ||
| 43 | } | ||
| 44 | ], | ||
| 45 | "display": { | ||
| 46 | "firstperson_righthand": { | ||
| 47 | "rotation": [0, 135, 0], | ||
| 48 | "scale": [0.4, 0.4, 0.4] | ||
| 49 | } | ||
| 50 | } | ||
| 51 | } \ No newline at end of file | ||