From 61174377c548663eacb5d9f57e7183a07e252b89 Mon Sep 17 00:00:00 2001 From: Eveeecx Date: Thu, 28 Nov 2024 23:02:36 +0100 Subject: [PATCH] crown fix --- .../models/item/decor/techno/techno_crown.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/minecraft/models/item/decor/techno/techno_crown.json b/assets/minecraft/models/item/decor/techno/techno_crown.json index 88e6bdd..c8aaebe 100644 --- a/assets/minecraft/models/item/decor/techno/techno_crown.json +++ b/assets/minecraft/models/item/decor/techno/techno_crown.json @@ -7,8 +7,8 @@ }, "elements": [ { - "from": [4, 20, 4], - "to": [12, 23, 12], + "from": [4, 5, 4], + "to": [12, 8, 12], "rotation": {"angle": 0, "axis": "y", "origin": [2, 6.5, 8]}, "faces": { "north": {"uv": [10, 2, 12, 2.75], "texture": "#0"}, @@ -23,8 +23,12 @@ "display": { "gui": { "rotation": [28, 147, 0], - "translation": [0, -14.25, 0], + "translation": [0, 6.75, 0], "scale": [1.33, 1.33, 1.33] + }, + "head": { + "translation": [0, 17.75, 0], + "scale": [1.88, 1.88, 1.88] } } } \ No newline at end of file