diff options
Diffstat (limited to 'assets/minecraft/models/block/bell_between_walls.json')
| -rwxr-xr-x | assets/minecraft/models/block/bell_between_walls.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bell_between_walls.json b/assets/minecraft/models/block/bell_between_walls.json new file mode 100755 index 00000000..1ffe51fe --- /dev/null +++ b/assets/minecraft/models/block/bell_between_walls.json | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "textures": { | ||
| 4 | "2": "block/bell", | ||
| 5 | "particle": "block/bell_particle" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0, 13, 7], | ||
| 10 | "to": [16, 15, 9], | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#2"}, | ||
| 13 | "east": {"uv": [12, 0, 14, 1], "texture": "#2", "cullface": "east"}, | ||
| 14 | "south": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#2"}, | ||
| 15 | "west": {"uv": [12, 15, 14, 16], "texture": "#2", "cullface": "west"}, | ||
| 16 | "up": {"uv": [14, 0, 16, 16], "rotation": 270, "texture": "#2"}, | ||
| 17 | "down": {"uv": [10, 0, 12, 16], "rotation": 270, "texture": "#2"} | ||
| 18 | } | ||
| 19 | } | ||
| 20 | ] | ||
| 21 | } \ No newline at end of file | ||