fix typos
This commit is contained in:
parent
0b62965ed8
commit
d998044875
@ -29,7 +29,7 @@ local pigdef = {
|
|||||||
drops = {
|
drops = {
|
||||||
{name = "mobs:meat_raw", chance = 2, min = 1, max = 1},
|
{name = "mobs:meat_raw", chance = 2, min = 1, max = 1},
|
||||||
},
|
},
|
||||||
pigdef.sounds = {
|
sounds = {
|
||||||
random = "mobs_pig",
|
random = "mobs_pig",
|
||||||
},
|
},
|
||||||
do_custom = function(self)
|
do_custom = function(self)
|
||||||
@ -66,7 +66,7 @@ local pigdef = {
|
|||||||
|
|
||||||
if dmobs.destructive then
|
if dmobs.destructive then
|
||||||
pigdef.sounds.explode = "mobs_pig"
|
pigdef.sounds.explode = "mobs_pig"
|
||||||
pigdef.attack_type = "explode",
|
pigdef.attack_type = "explode"
|
||||||
end
|
end
|
||||||
|
|
||||||
mobs:register_mob("dmobs:pig_evil", pigdef)
|
mobs:register_mob("dmobs:pig_evil", pigdef)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user