From b0d9eab1c87f4a7984d3b06e02e69857590f149b Mon Sep 17 00:00:00 2001 From: Kurt Thiemann Date: Wed, 18 Sep 2024 16:14:56 +0200 Subject: [PATCH] fix trader llama overlay texture locator --- builtin/mobheads/models/item/trader_llama.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/mobheads/models/item/trader_llama.json b/builtin/mobheads/models/item/trader_llama.json index 199656f..30f6924 100644 --- a/builtin/mobheads/models/item/trader_llama.json +++ b/builtin/mobheads/models/item/trader_llama.json @@ -1,7 +1,7 @@ { "parent": "mobheads:item/base/llama", "textures": { - "decor": "minecraft:entity/llama/decor/trader_llama", + "decor": "minecraft:entity/equipment/llama_body/trader_llama", "texture": "minecraft:entity/llama/creamy" } -} \ No newline at end of file +}