diff options
Diffstat (limited to 'assets/minecraft/models/item/chest.json')
| -rwxr-xr-x | assets/minecraft/models/item/chest.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/chest.json b/assets/minecraft/models/item/chest.json new file mode 100755 index 00000000..867ff0b9 --- /dev/null +++ b/assets/minecraft/models/item/chest.json | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | { | ||
| 2 | "parent": "builtin/entity", | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/chest_top" | ||
| 5 | }, | ||
| 6 | "display": { | ||
| 7 | "gui": { | ||
| 8 | "rotation": [ 30, 315, 0 ], | ||
| 9 | "translation": [ 0, 0, 0], | ||
| 10 | "scale":[ 0.7, 0.7, 0.7 ] | ||
| 11 | }, | ||
| 12 | "ground": { | ||
| 13 | "rotation": [ 0, 0, 0 ], | ||
| 14 | "translation": [ 0, 4, 0], | ||
| 15 | "scale":[ 0.35, 0.35, 0.35 ] | ||
| 16 | }, | ||
| 17 | "fixed": { | ||
| 18 | "rotation": [ 0, 180, 0 ], | ||
| 19 | "translation": [ 0, 0, 0], | ||
| 20 | "scale":[ 1, 1, 1 ] | ||
| 21 | }, | ||
| 22 | "thirdperson_righthand": { | ||
| 23 | "rotation": [ 75, 45, 0 ], | ||
| 24 | "translation": [ 0, 2.5, 0], | ||
| 25 | "scale": [ 0.375, 0.375, 0.375 ] | ||
| 26 | }, | ||
| 27 | "firstperson_righthand": { | ||
| 28 | "rotation": [ 0, 45, 0 ], | ||
| 29 | "translation": [ 0, 0, 0 ], | ||
| 30 | "scale": [ 0.40, 0.40, 0.40 ] | ||
| 31 | }, | ||
| 32 | "firstperson_lefthand": { | ||
| 33 | "rotation": [ 0, 225, 0 ], | ||
| 34 | "translation": [ 0, 0, 0 ], | ||
| 35 | "scale": [ 0.40, 0.40, 0.40 ] | ||
| 36 | } | ||
| 37 | }, | ||
| 38 | "gui_light": "front" | ||
| 39 | } | ||