Time Nick Message 02:29 epoch is there a block that can send a digilines signal if it gets hit with radiation? 02:30 epoch so I could have a radiation detection system and then have it lock doors or something. 12:54 Genshin Is there a way to be able to click hold tools/weapons that contains a on_use script? 12:56 Genshin Or do I have to work on a alternative method? X) 12:56 ANAND Genshin: You could track button press by toggling a variable within the on_use, and check for button release in a globalstep. 12:57 Genshin I see, then I have no choice but to rely on using globalstep then 12:57 ANAND If you want the on_use to be triggered *after* the user *releases* the button, well... that's not possible at the moment 12:58 ANAND While the latter is the more intuitive implementation, mods unfortunately have no control on when the on_use is triggered. 13:00 Genshin henceforth globalstep is the only alternative to make that happen, hmm 13:02 Genshin Thank you for the info 13:04 ANAND Yw, good luck :) 19:33 sagax hi all! 19:33 BuckarooBanzai o/ sagax 19:34 sagax why can be happen that i can not craft and take items? 19:35 sagax just can't, don't understand why. But when i connect with my account but from another PC - i can craft and take items 20:46 sagax i found this https://github.com/minetest/minetestmapper 20:46 sagax and it's great! 20:47 sagax but, how to draw all map, not only part where i be, how to draw full map? 20:49 sfan5 specify a big enough --geometry 21:32 s0da so, if i understand this corre tly, there is NO connection whatsoever between Java and Javascript, correct? 21:32 s0da (aside from the name) 21:33 s0da (iow, its just "marketing" for javascrpt?) 21:33 sfan5 that's correct 21:41 s0da ok 21:42 s0da i have many related questions, but i dont wanna drag the discussion offtopic