From 4fff05a11f6557f22f7c594f14f0e0546f78dc6f Mon Sep 17 00:00:00 2001 From: Sollace Date: Fri, 8 Feb 2019 17:55:25 +0200 Subject: [PATCH] Fixed spellbook item model is far too large --- .../assets/unicopia/models/item/spellbook.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/main/resources/assets/unicopia/models/item/spellbook.json b/src/main/resources/assets/unicopia/models/item/spellbook.json index 82e46601..aba9e944 100644 --- a/src/main/resources/assets/unicopia/models/item/spellbook.json +++ b/src/main/resources/assets/unicopia/models/item/spellbook.json @@ -1,18 +1,6 @@ { - "parent": "builtin/generated", + "parent": "item/generated", "textures": { "layer0": "unicopia:items/spellbook" - }, - "display": { - "thirdperson": { - "rotation": [ -90, 0, 0 ], - "translation": [ 0, 1, -3 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson": { - "rotation": [ 0, -135, 25 ], - "translation": [ 0, 4, 2 ], - "scale": [ 1.7, 1.7, 1.7 ] - } } }