From dbdcbb9ad6da9d5054b89297a0655520675e1eed Mon Sep 17 00:00:00 2001 From: epCode Date: Wed, 14 Apr 2021 22:11:50 +0000 Subject: [PATCH] Nothing is happening rn --- herobrine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herobrine.lua b/herobrine.lua index 3f382ba..079dc06 100644 --- a/herobrine.lua +++ b/herobrine.lua @@ -10,7 +10,7 @@ minetest.register_entity("extra_mobs:hb_eye", { on_activate = function(self) for _,hb in pairs(minetest.get_objects_inside_radius(self.object:get_pos(), 1)) do if not hb:is_player() then - minetest.chat_send_all(hb:get_luaentity().name) + minetest.chat_send_all("herobrine: I'm watching you...") end if not hb:is_player() and hb:get_luaentity().name == "extra_mobs:herobrine" then self.object:set_attach(hb, "Head", {x=0,y=-13.5,z=0}, {x=0,y=0,z=0})