mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix arrows being punchable to death
This commit is contained in:
parent
187e6b7e58
commit
c4ced1fbdf
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ ARROW_ENTITY.on_activate = function(self, staticdata, dtime_s)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
self.object:set_armor_groups({ immortal = 1 })
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.register_entity("mcl_bows:arrow_entity", ARROW_ENTITY)
|
minetest.register_entity("mcl_bows:arrow_entity", ARROW_ENTITY)
|
||||||
|
|
Loading…
Reference in a new issue