Allow zombiefied piglins to despawn

This commit is contained in:
cora 2024-09-19 15:30:35 +02:00
parent ad4c8cdccd
commit 76ecc882df
No known key found for this signature in database

View File

@ -215,6 +215,7 @@ mcl_mobs.register_mob("mobs_mc:zombified_piglin",table.merge(piglin,{
type = "animal",
passive = false,
spawn_class = "passive",
can_despawn = true,
do_custom = function() end,
on_spawn = function() end,
on_rightclick = function() end,