From 88e4e8852a5f1c33794abe430411b73c3ade507a Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jan 2024 02:25:44 +0200 Subject: Initial import --- assets/minecraft/models/item/template_skull.json | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 assets/minecraft/models/item/template_skull.json (limited to 'assets/minecraft/models/item/template_skull.json') diff --git a/assets/minecraft/models/item/template_skull.json b/assets/minecraft/models/item/template_skull.json new file mode 100755 index 00000000..0e64daeb --- /dev/null +++ b/assets/minecraft/models/item/template_skull.json @@ -0,0 +1,38 @@ +{ + "parent": "item/chest", + "textures": { + "particle": "block/soul_sand" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 5, 0], + "scale":[ 1.4, 1.4, 1.4 ] + }, + "ground": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 4, 0], + "scale":[ 0.6, 0.6, 0.6 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 6, 0], + "scale":[ 1.5, 1.5, 1.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 225, 0 ], + "translation": [ 0, 3, 3 ], + "scale": [ 0.6, 0.6, 0.6 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 200, 0 ], + "translation": [ 5, 3, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 200, 0 ], + "translation": [ 5, 3, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} -- cgit v1.2.3