diff options
Diffstat (limited to 'assets/minecraft/models/item/brush_brushing_2.json')
| -rwxr-xr-x | assets/minecraft/models/item/brush_brushing_2.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/brush_brushing_2.json b/assets/minecraft/models/item/brush_brushing_2.json new file mode 100755 index 00000000..9967b8b3 --- /dev/null +++ b/assets/minecraft/models/item/brush_brushing_2.json | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/brush" | ||
| 5 | }, | ||
| 6 | "display": { | ||
| 7 | "firstperson_lefthand": { | ||
| 8 | "rotation": [ 55, -85, 0 ], | ||
| 9 | "translation": [ 8.0, 0.5, -5.5 ], | ||
| 10 | "scale": [ 1.0, 1.0, 1.0 ] | ||
| 11 | }, | ||
| 12 | "thirdperson_righthand": { | ||
| 13 | "rotation": [ 0, 0, 90 ], | ||
| 14 | "translation": [ 0, 0.5, 0 ], | ||
| 15 | "scale": [ 0.9, 0.9, 0.9 ] | ||
| 16 | }, | ||
| 17 | "thirdperson_lefthand": { | ||
| 18 | "rotation": [ 0, 0, -90 ], | ||
| 19 | "translation": [ 0, 0.5, 0 ], | ||
| 20 | "scale": [ 0.9, 0.9, 0.9 ] | ||
| 21 | } | ||
| 22 | } | ||
| 23 | } | ||