diff --git a/src/main/resources/assets/unicopia/models/item/apple_cider.json b/src/main/resources/assets/unicopia/models/item/apple_cider.json index 56bf34bd..100f88a1 100644 --- a/src/main/resources/assets/unicopia/models/item/apple_cider.json +++ b/src/main/resources/assets/unicopia/models/item/apple_cider.json @@ -2,5 +2,27 @@ "parent": "item/generated", "textures": { "layer0": "unicopia:items/apple_cider" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } } } diff --git a/src/main/resources/assets/unicopia/models/item/mug.json b/src/main/resources/assets/unicopia/models/item/mug.json index 0a318674..fa757e62 100644 --- a/src/main/resources/assets/unicopia/models/item/mug.json +++ b/src/main/resources/assets/unicopia/models/item/mug.json @@ -1,6 +1,28 @@ { - "parent": "item/generated", + "parent": "item/handheld", "textures": { "layer0": "unicopia:items/mug" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } } } diff --git a/src/main/resources/assets/unicopia/textures/items/apple_cider.png b/src/main/resources/assets/unicopia/textures/items/apple_cider.png index 7115002b..de93aecc 100644 Binary files a/src/main/resources/assets/unicopia/textures/items/apple_cider.png and b/src/main/resources/assets/unicopia/textures/items/apple_cider.png differ diff --git a/src/main/resources/assets/unicopia/textures/items/mug.png b/src/main/resources/assets/unicopia/textures/items/mug.png index 2bf433f0..28614a54 100644 Binary files a/src/main/resources/assets/unicopia/textures/items/mug.png and b/src/main/resources/assets/unicopia/textures/items/mug.png differ