mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 18:10:26 +01:00
Changed blood texture for sand monster
This commit is contained in:
parent
f62584cb35
commit
400a5b01ea
|
@ -20,7 +20,7 @@ mobs:register_mob("mobs:sand_monster", {
|
||||||
texture_1 = {"mobs_sand_monster.png"},
|
texture_1 = {"mobs_sand_monster.png"},
|
||||||
},
|
},
|
||||||
visual_size = {x=8,y=8},
|
visual_size = {x=8,y=8},
|
||||||
blood_texture = "mobs_blood.png",
|
blood_texture = "default_sand.png",
|
||||||
-- sounds
|
-- sounds
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
sounds = {
|
sounds = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user