1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 08:20:32 +02:00

Fix the wolf texture

A mistake…
This commit is contained in:
Ombridride 2015-03-03 15:19:00 +01:00
parent 54335603e5
commit 048a18e6bb

View File

@ -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,