Fix complete breakage on 5.6 due to invalid max_hp

This commit is contained in:
Lars Müller 2022-08-08 16:40:53 +02:00 committed by GitHub
parent eb4d01f911
commit efd50c95c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)