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},
|
selectionbox = {0, 0, 0, 0, 0, 0},
|
||||||
physical = false,
|
physical = false,
|
||||||
textures = {'air'},
|
textures = {'air'},
|
||||||
hp_max = 0.5
|
hp_max = 1
|
||||||
},
|
},
|
||||||
|
|
||||||
on_activate = function(self, staticdata)
|
on_activate = function(self, staticdata)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user