1
0
Fork 0

Fix llamas spitting on iron G's

This commit is contained in:
cora 2022-09-01 22:12:08 +02:00
parent 9b07f3cffb
commit 4f27942f81
1 changed files with 0 additions and 4 deletions

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)