From ea462ec1e45046d3d8cfb9718bad343438d42e75 Mon Sep 17 00:00:00 2001 From: blert2112 Date: Tue, 29 Sep 2015 15:19:48 -0400 Subject: [PATCH] updated to 1.17 api --- mobs_bat/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mobs_bat/init.lua b/mobs_bat/init.lua index 081f1f5..a453395 100644 --- a/mobs_bat/init.lua +++ b/mobs_bat/init.lua @@ -12,6 +12,7 @@ if mobs.mod and mobs.mod == "redo" then mobs:register_mob("mobs_bat:bat", { type = "animal", damage = 1, + reach = 1, attack_type = "dogfight", hp_min = 7, hp_max = 12,