Time Nick Message 11:56 Bombo hi 11:57 Bombo i got a question about lua code in draconis mod: i see 'local name = creatura.get_node_def(pos).name' and then 'if minetest.get_item_group(name, "fire") > 0 then' 11:58 Bombo what does that mean, 1. it gets the name of the node, 2. if that node is fire 11:58 Bombo hmm 11:59 Bombo include global/maintenance.conf; 11:59 Bombo include global/restrictions.conf; 11:59 Bombo doh 11:59 Bombo if minetest.get_item_group(name, "fire") > 0 then 12:00 Bombo my clipboard is fscked sorry 12:00 Bombo this is the dragon egg probably: local pos = self.object:get_pos() 12:01 Bombo so it means if the dragon egg node is on the same position as the fire node, then ... 12:01 Bombo or isn't it? 12:02 Bombo can a egg node and a fire node be on the same pos? 14:16 MinetestBot 02[git] 04srifqi -> 03minetest/minetest: Virtual joystick: Use s32 when using m_screensize as a subtrahend (#1… 1340a45b8 https://github.com/minetest/minetest/commit/40a45b8c995e12778c4478011583c08447da88eb (152022-11-26T14:16:14Z) 18:39 Krock I need assistance with the "The secret story of spacetravel" game. There's quite some content around but I cannot figure out what to do. The doors that can be opened only yield some books and rations 18:48 MTDiscord Find an access corridor, Krock 18:49 MTDiscord Its at the end of one of the hallways 18:49 Krock I turned on the power system, security level 3... no idea what to do now 18:49 Krock now I'm just randomly clicking all doors 18:50 MTDiscord In my own run, I had to go back and try old doors that were locked before, and rifle through every cabinet and under every mattress looking for delicious security cards to eat. 18:50 MTDiscord I tried to be systematic about clicking on doors but admittedly yeah, a lot was probably kinda random. There were a lot and it was hard to keep track of them all. 18:51 Pexin sounds like some 1980 text adventure up in 23:28 fluxionary i'm trying to add a new mod to the content DB, and am getting an error: 23:28 fluxionary Task Failed 23:28 fluxionary tags must be a list 23:29 fluxionary anyone know what's up? 23:29 MTDiscord no idea, ask rubenwardy 23:29 fluxionary oh i think i know, error in the format of the .cdb.json file 23:30 fluxionary weird, it only output that after it imported everything...