forked from VoxeLibre/VoxeLibre
update list of zombie mobs
This commit is contained in:
parent
78768c3dab
commit
a88c5b65de
|
@ -457,6 +457,17 @@ for i, zombie in ipairs({"husk","zombie","pigman"}) do
|
||||||
is_zombie["mobs_mc:baby_"..zombie] = true
|
is_zombie["mobs_mc:baby_"..zombie] = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
is_zombie["mobs_mc:witherskeleton"] = true
|
||||||
|
is_zombie["mobs_mc:skeleton"] = true
|
||||||
|
is_zombie["mobs_mc:stray"] = true
|
||||||
|
is_zombie["mobs_mc:villager_zombie"] = true
|
||||||
|
is_zombie["mobs_mc:wither"] = true
|
||||||
|
is_zombie["mobs_mc:skeleton_horse"] = true
|
||||||
|
is_zombie["mobs_mc:zombie_horse"] = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function mcl_potions.healing_func(player, hp)
|
function mcl_potions.healing_func(player, hp)
|
||||||
|
|
||||||
local obj = player:get_luaentity()
|
local obj = player:get_luaentity()
|
||||||
|
|
Loading…
Reference in New Issue