update fork (again) #8

Merged
chmodsayshello merged 2270 commits from VoxeLibre/VoxeLibre:master into master 2023-01-06 20:13:54 +01:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 2c4a768685 - Show all commits

View File

@ -1885,6 +1885,10 @@ mcl_mobs:register_mob("mobs_mc:villager", {
mcl_log("Died, so bye bye jobsite")
end
end,
on_lightning_strike = function(self, pos, pos2, objects)
mcl_util.replace_mob(self.object, "mobs_mc:witch")
return true
end,
})