mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-12-22 17:00:26 +01:00
sand monster has multiple blood textures added
This commit is contained in:
parent
9d70b64ed4
commit
c06f3a55f9
@ -49,7 +49,9 @@ mobs:register_mob("mobs_monster:sand_monster", {
|
|||||||
textures = {
|
textures = {
|
||||||
{"mobs_sand_monster.png"},
|
{"mobs_sand_monster.png"},
|
||||||
},
|
},
|
||||||
blood_texture = "default_desert_sand.png",
|
blood_texture = {
|
||||||
|
"default_desert_sand.png", "default_sand.png"
|
||||||
|
},
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
sounds = {
|
sounds = {
|
||||||
random = "mobs_sandmonster",
|
random = "mobs_sandmonster",
|
||||||
@ -89,7 +91,6 @@ mobs:register_mob("mobs_monster:sand_monster", {
|
|||||||
effect(pos, 20, "default_desert_sand.png", nil, nil, 0.5, nil)
|
effect(pos, 20, "default_desert_sand.png", nil, nil, 0.5, nil)
|
||||||
pos.y = pos.y + 0.25
|
pos.y = pos.y + 0.25
|
||||||
effect(pos, 20, "default_desert_sand.png", nil, nil, 1, nil)
|
effect(pos, 20, "default_desert_sand.png", nil, nil, 1, nil)
|
||||||
|
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user