summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/decorated_pot.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/decorated_pot.json')
-rwxr-xr-xassets/minecraft/models/item/decorated_pot.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/decorated_pot.json b/assets/minecraft/models/item/decorated_pot.json
new file mode 100755
index 00000000..9c2274a1
--- /dev/null
+++ b/assets/minecraft/models/item/decorated_pot.json
@@ -0,0 +1,39 @@
1{
2 "parent": "builtin/entity",
3 "gui_light": "front",
4 "textures": {
5 "particle": "entity/decorated_pot/decorated_pot_side"
6 },
7 "display": {
8 "gui": {
9 "rotation": [ 30, 135, 0 ],
10 "translation": [ 0, 0, 0],
11 "scale":[ 0.8, 0.8, 0.8 ]
12 },
13 "ground": {
14 "rotation": [ 0, 0, 0 ],
15 "translation": [ 0, 1.5, 0],
16 "scale":[ 0.35, 0.35, 0.35 ]
17 },
18 "fixed": {
19 "rotation": [ 0, 0, 0 ],
20 "translation": [ 0, 0, 0],
21 "scale":[ 1, 1, 1 ]
22 },
23 "thirdperson_righthand": {
24 "rotation": [ 75, 0, 0 ],
25 "translation": [ 0, 2.5, 0],
26 "scale": [ 0.375, 0.375, 0.375 ]
27 },
28 "firstperson_righthand": {
29 "rotation": [ 0, 45, 0 ],
30 "translation": [ 0, 0, 0 ],
31 "scale": [ 0.40, 0.40, 0.40 ]
32 },
33 "firstperson_lefthand": {
34 "rotation": [ 0, 225, 0 ],
35 "translation": [ 0, 0, 0 ],
36 "scale": [ 0.40, 0.40, 0.40 ]
37 }
38 }
39}