update fork (again) #8

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

View File

@ -231,10 +231,6 @@ mcl_mobs:register_arrow("mobs_mc:llamaspit", {
end,
hit_mob = function(self, mob)
mob:punch(self.object, 1.0, {
full_punch_interval = 1.0,
damage_groups = {fleshy = 1},
}, nil)
end,
hit_node = function(self, pos, node)

View File

@ -127,8 +127,9 @@ end
mcl_mobs:register_mob("mobs_mc:parrot", {
description = S("Parrot"),
type = "passive",
type = "animal",
spawn_class = "passive",
passive = true,
pathfinding = 1,
hp_min = 6,
hp_max = 6,