summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/handheld_tools.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/handheld_tools.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/handheld_tools.json')
-rwxr-xr-xassets/minecraft/models/item/handheld_tools.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/handheld_tools.json b/assets/minecraft/models/item/handheld_tools.json
new file mode 100755
index 00000000..ec30f9ea
--- /dev/null
+++ b/assets/minecraft/models/item/handheld_tools.json
@@ -0,0 +1,23 @@
1{
2 "parent": "item/generated",
3 "display": {
4 "firstperson_righthand": {
5 "rotation": [ 0, -90, 25 ],
6 "translation": [ 0, 2.2, 0.4 ],
7 "scale": [ 0.68, 0.68, 0.68 ]
8 },
9 "firstperson_lefthand": {
10 "scale": [0, 0, 0]
11 },
12 "thirdperson_righthand": {
13 "rotation": [ 0, -90, 55 ],
14 "translation": [ 0, 4.0, 0.5 ],
15 "scale": [ 0.85, 0.85, 0.85 ]
16 },
17 "thirdperson_lefthand": {
18 "rotation": [67.5, 0, 90],
19 "translation": [-6, -6, 10],
20 "scale": [0.85, 0.85, 0.85]
21 }
22 }
23}