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