summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/dragon_head.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/dragon_head.json')
-rwxr-xr-xassets/minecraft/models/item/dragon_head.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/dragon_head.json b/assets/minecraft/models/item/dragon_head.json
new file mode 100755
index 00000000..f1d6afc1
--- /dev/null
+++ b/assets/minecraft/models/item/dragon_head.json
@@ -0,0 +1,15 @@
1{
2 "parent": "item/template_skull",
3 "display": {
4 "gui": {
5 "translation": [ -1, 2, 0 ],
6 "rotation": [ 30, 45, 0 ],
7 "scale": [ 0.95, 0.95, 0.95 ]
8 },
9 "thirdperson_righthand": {
10 "rotation": [ 0, 180, 0 ],
11 "translation": [ 0, -1, 2 ],
12 "scale": [ 0.5, 0.5, 0.5 ]
13 }
14 }
15}