Fix complete breakage on 5.6 due to invalid max_hp
This commit is contained in:
parent
eb4d01f911
commit
efd50c95c3
@ -38,7 +38,7 @@ minetest.register_entity('nextgen_bows:arrow_entity', {
|
||||
selectionbox = {0, 0, 0, 0, 0, 0},
|
||||
physical = false,
|
||||
textures = {'air'},
|
||||
hp_max = 0.5
|
||||
hp_max = 1
|
||||
},
|
||||
|
||||
on_activate = function(self, staticdata)
|
||||
@ -425,4 +425,4 @@ minetest.register_entity('nextgen_bows:arrow_entity', {
|
||||
|
||||
self._old_pos = pos
|
||||
end,
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user