From 6c908698d72cdac9fbc85a7e3d168fd3f431e2e3 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 10 May 2024 21:00:30 -0500 Subject: Add nudging Timer can be edited from the parameters menu, entering 0 disables nudging --- pilantern.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pilantern.lua') diff --git a/pilantern.lua b/pilantern.lua index 386ec94..75de06f 100644 --- a/pilantern.lua +++ b/pilantern.lua @@ -37,6 +37,8 @@ minetest.register_entity("celevator:incar_pi_entity",{ text = " IS" elseif carinfo.flash_fs and os.time()%2 == 0 then text = " FS" + elseif carinfo.flash_blank and os.time()%2 == 0 then + text = " " end local etex = celevator.pi.generatetexture(text,carinfo.piuparrow,carinfo.pidownarrow,false,true) self.object:set_properties({textures = {etex}}) -- cgit v1.2.3