From 048a18e6bb2b6393a352b1df71e5fbd93f4a777d Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 3 Mar 2015 15:19:00 +0100 Subject: [PATCH] Fix the wolf texture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A mistake… --- mods/mobs/wolf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/wolf.lua b/mods/mobs/wolf.lua index 85c730fb..60faf28c 100755 --- a/mods/mobs/wolf.lua +++ b/mods/mobs/wolf.lua @@ -10,7 +10,7 @@ mobs:register_mob("mobs:wolf", { --textures = {"mobs_wolf.png"}, available_textures = { total = 1, - texture_1 = {"mobs_dirt_monster.png"}, + texture_1 = {"mobs_wolf.png"}, }, --visual_size = {x=1, y=1}, makes_footstep_sound = true,