diff --git a/src/main/resources/assets/eatinganimationid/textures/item/bottle_without_cork.png b/src/main/resources/assets/eatinganimationid/textures/item/bottle_without_cork.png new file mode 100644 index 0000000..ba2cb43 Binary files /dev/null and b/src/main/resources/assets/eatinganimationid/textures/item/bottle_without_cork.png differ diff --git a/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_0.png b/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_0.png index 51ca333..b78a47e 100644 Binary files a/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_0.png and b/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_0.png differ diff --git a/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_1.png b/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_1.png index 3486469..a211444 100644 Binary files a/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_1.png and b/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_1.png differ diff --git a/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_2.png b/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_2.png index 3362a7a..d42f492 100644 Binary files a/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_2.png and b/src/main/resources/assets/eatinganimationid/textures/item/honey_bottle_drinking_2.png differ diff --git a/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_0.json b/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_0.json index d01a16f..564aa1d 100644 --- a/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_0.json +++ b/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_0.json @@ -2,6 +2,6 @@ "parent": "item/generated", "textures": { "layer0": "eatinganimationid:item/potion_overlay_drinking_0", - "layer1": "item/potion" + "layer1": "eatinganimationid:item/bottle_without_cork" } } \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_1.json b/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_1.json index 7a72971..e19bd50 100644 --- a/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_1.json +++ b/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_1.json @@ -2,6 +2,6 @@ "parent": "item/generated", "textures": { "layer0": "eatinganimationid:item/potion_overlay_drinking_1", - "layer1": "item/potion" + "layer1": "eatinganimationid:item/bottle_without_cork" } } \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_2.json b/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_2.json index f32bceb..ba997ce 100644 --- a/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_2.json +++ b/src/main/resources/assets/minecraft/models/item/potion_overlay_drinking_2.json @@ -2,6 +2,6 @@ "parent": "item/generated", "textures": { "layer0": "eatinganimationid:item/potion_overlay_drinking_2", - "layer1": "item/potion" + "layer1": "eatinganimationid:item/bottle_without_cork" } } \ No newline at end of file