mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-26 01:30:29 +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"},
|
--textures = {"mobs_wolf.png"},
|
||||||
available_textures = {
|
available_textures = {
|
||||||
total = 1,
|
total = 1,
|
||||||
texture_1 = {"mobs_dirt_monster.png"},
|
texture_1 = {"mobs_wolf.png"},
|
||||||
},
|
},
|
||||||
--visual_size = {x=1, y=1},
|
--visual_size = {x=1, y=1},
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user