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