summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/brush_brushing_1.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/brush_brushing_1.json')
-rwxr-xr-xassets/minecraft/models/item/brush_brushing_1.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/brush_brushing_1.json b/assets/minecraft/models/item/brush_brushing_1.json
new file mode 100755
index 00000000..436f2c62
--- /dev/null
+++ b/assets/minecraft/models/item/brush_brushing_1.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, 45 ],
14 "translation": [ 0, 0.5, 0 ],
15 "scale": [ 0.9, 0.9, 0.9 ]
16 },
17 "thirdperson_lefthand": {
18 "rotation": [ 0, 0, -45 ],
19 "translation": [ 0, 0.5, 0 ],
20 "scale": [ 0.9, 0.9, 0.9 ]
21 }
22 }
23}