From f44441c580c7ae52550c21a02c3cb0ea0cb3036f Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 17 May 2025 07:44:15 +0100 Subject: [PATCH] remove tester --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index f494a3e..3158cec 100644 --- a/api.lua +++ b/api.lua @@ -3343,7 +3343,7 @@ function mobs:register_mob(name, def) }, mob_class_meta)) - local self = core.registered_entities[name] ; print("--- FH", self.fear_height) + local self = core.registered_entities[name] mobs.compatibility_check(self) -- older setting check for compatibility end