summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/block.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/block/block.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/block.json')
-rwxr-xr-xassets/minecraft/models/block/block.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/block.json b/assets/minecraft/models/block/block.json
new file mode 100755
index 00000000..2a6db571
--- /dev/null
+++ b/assets/minecraft/models/block/block.json
@@ -0,0 +1,35 @@
1{
2 "gui_light": "side",
3 "display": {
4 "gui": {
5 "rotation": [ 30, 135, 0 ],
6 "translation": [ 0, 0, 0],
7 "scale":[ 0.7, 0.7, 0.7 ]
8 },
9 "ground": {
10 "rotation": [ 0, 0, 0 ],
11 "translation": [ 0, 1.5, 0],
12 "scale":[ 0.35, 0.35, 0.35 ]
13 },
14 "fixed": {
15 "rotation": [ 0, 0, 0 ],
16 "translation": [ 0, 0, 0],
17 "scale":[ 1, 1, 1 ]
18 },
19 "thirdperson_righthand": {
20 "rotation": [ 75, 0, 0 ],
21 "translation": [ 0, 2.5, 0],
22 "scale": [ 0.375, 0.375, 0.375 ]
23 },
24 "firstperson_righthand": {
25 "rotation": [ 0, 45, 0 ],
26 "translation": [ 0, 0, 0 ],
27 "scale": [ 0.40, 0.40, 0.40 ]
28 },
29 "firstperson_lefthand": {
30 "rotation": [ 0, 225, 0 ],
31 "translation": [ 0, 0, 0 ],
32 "scale": [ 0.40, 0.40, 0.40 ]
33 }
34 }
35}