summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/brush_brushing_2.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/brush_brushing_2.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/brush_brushing_2.json')
-rwxr-xr-xassets/minecraft/models/item/brush_brushing_2.json23
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}