From 36068944460e5a274c8e893ff67ac01535d874d0 Mon Sep 17 00:00:00 2001 From: Eveeecx Date: Wed, 4 Dec 2024 19:08:58 +0100 Subject: [PATCH] noxy hat correction --- .../models/item/cosmetics/noxy_hat.json | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/assets/minecraft/models/item/cosmetics/noxy_hat.json b/assets/minecraft/models/item/cosmetics/noxy_hat.json index 927bcb2..ff90714 100644 --- a/assets/minecraft/models/item/cosmetics/noxy_hat.json +++ b/assets/minecraft/models/item/cosmetics/noxy_hat.json @@ -32,5 +32,35 @@ "down": {"uv": [15, 0, 10, 2], "texture": "#0"} } } - ] + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 5.5, 0] + }, + "thirdperson_lefthand": { + "translation": [0, 5.5, 0] + }, + "firstperson_righthand": { + "rotation": [161, 48, -163], + "translation": [0.25, 6.5, 0], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_lefthand": { + "rotation": [161, 48, -163], + "translation": [0.25, 6.5, 0], + "scale": [0.5, 0.5, 0.5] + }, + "ground": { + "translation": [0, 5, 0] + }, + "gui": { + "rotation": [31, 145, 0], + "translation": [0.5, 6, 0], + "scale": [1.16, 1.16, 1.16] + }, + "head": { + "translation": [0, 13.75, 0], + "scale": [1.46, 1.46, 1.46] + } + } } \ No newline at end of file