From 9ffabc17ce77cf86e475d19f86d1b241b3161fce Mon Sep 17 00:00:00 2001 From: Sokomine Date: Mon, 26 Sep 2022 04:59:30 +0200 Subject: [PATCH] removed missing textures --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index fa34774..ba01c6b 100644 --- a/config.lua +++ b/config.lua @@ -80,7 +80,7 @@ yl_speak_up.mob_skins["mobs_animal:cow"] = { -- this here uses 64 x 64 textures: yl_speak_up.mob_skins["yl_speak_up:human"] = { - "yl_speak_up_main_default.png", "some_skin.png", "2022_06_28_the-lonley-lumberjack-20494635.png"} + "yl_speak_up_main_default.png"} -- which capes can an NPC wear? yl_speak_up.mob_capes["yl_speak_up:human"] = { "yl_npc_cape_default.png"}