summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/template_banner.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/template_banner.json')
-rwxr-xr-xassets/minecraft/models/item/template_banner.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/template_banner.json b/assets/minecraft/models/item/template_banner.json
new file mode 100755
index 00000000..5040fa07
--- /dev/null
+++ b/assets/minecraft/models/item/template_banner.json
@@ -0,0 +1,38 @@
1{
2 "parent": "item/chest",
3 "textures": {
4 "particle": "block/oak_planks"
5 },
6 "display": {
7 "gui": {
8 "rotation": [ 0, 0, 0 ],
9 "translation": [ 0, -4.65, 0],
10 "scale":[ 0.602, 0.602, 0.602 ]
11 },
12 "ground": {
13 "rotation": [ 15, 180, 0 ],
14 "translation": [ 0, 4, 0],
15 "scale":[ 0.6, 0.6, 0.6 ]
16 },
17 "fixed": {
18 "rotation": [ -1.15, 180, 0 ],
19 "translation": [ 0, -9.55, 4.5],
20 "scale":[ 2.4, 1.2, 3 ]
21 },
22 "firstperson_righthand": {
23 "rotation": [ 0, -45, 0 ],
24 "translation": [ 0, 0, 0 ],
25 "scale": [ 0.40, 0.40, 0.40 ]
26 },
27 "firstperson_lefthand": {
28 "rotation": [ 0, -45, 0 ],
29 "translation": [ 0, 0, 0 ],
30 "scale": [ 0.40, 0.40, 0.40 ]
31 },
32 "head": {
33 "rotation": [ 0, 180, 0 ],
34 "translation": [ 0, 17, 7],
35 "scale":[ 2, 2, 2 ]
36 }
37 }
38}