diff options
Diffstat (limited to 'assets/minecraft/models/block/button_inventory.json')
| -rwxr-xr-x | assets/minecraft/models/block/button_inventory.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/button_inventory.json b/assets/minecraft/models/block/button_inventory.json new file mode 100755 index 00000000..43037d78 --- /dev/null +++ b/assets/minecraft/models/block/button_inventory.json | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | { "parent": "block/block", | ||
| 2 | "textures": { | ||
| 3 | "particle": "#texture" | ||
| 4 | }, | ||
| 5 | "elements": [ | ||
| 6 | { "from": [ 5, 6, 6 ], | ||
| 7 | "to": [ 11, 10, 10 ], | ||
| 8 | "faces": { | ||
| 9 | "down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture" }, | ||
| 10 | "up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" }, | ||
| 11 | "north": { "uv": [ 5, 12, 11, 16 ], "texture": "#texture" }, | ||
| 12 | "south": { "uv": [ 5, 12, 11, 16 ], "texture": "#texture" }, | ||
| 13 | "west": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" }, | ||
| 14 | "east": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" } | ||
| 15 | } | ||
| 16 | } | ||
| 17 | ], | ||
| 18 | "display": { | ||
| 19 | "gui": { | ||
| 20 | "rotation": [ 30, 140, 0 ], | ||
| 21 | "translation": [ 0, 0, 0], | ||
| 22 | "scale":[ 1.1, 1.1, 1.1 ] | ||
| 23 | }, | ||
| 24 | "ground": { | ||
| 25 | "rotation": [ 0, 0, 0 ], | ||
| 26 | "translation": [ 0, 3, 0], | ||
| 27 | "scale":[ 0.6, 0.6, 0.6 ] | ||
| 28 | } | ||
| 29 | } | ||
| 30 | } | ||