mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Fix the wolf texture
A mistake…
This commit is contained in:
parent
54335603e5
commit
048a18e6bb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user