Time Nick Message 05:28 frostsnow I recently upgraded 'signs_lib' and now have a large number of undefined LUA entities named 'signs:text' around (specifically, wherever a sign is). What's the best way to clean them off my server? 05:36 kevr damn man. i have not found _one_ sheep yet from mobs_animal. 05:43 kevr is there a way to test the mod to make sure its actually spawning sheep? 05:46 Emerald2 I wonder if clearing objects would remove them, frostsnow. 05:47 frostsnow Emerald2: Heh, as you said that I was 80% through a '/clearobjects full' which did the trick. 05:48 Emerald2 It works on the weird end results of worldedit copying armour stands with things on them. XD 05:48 Emerald2 I have made some interesting oopses when copying stuff with worldedit. 05:49 frostsnow I only upgrade my server once and a great while so the changes can get... interesting. 06:26 kevr ah, a sheep did finally appear 06:26 kevr hm 06:27 kevr can i use my crafting space in the inventory as inventory space or will it expire? 06:42 specing kevr: test it, put some cobble in and see 07:40 tango_ kevr: in MT the crafting space in the inventory does not espire 12:30 erlehmann liebes tagebuch 17:03 MinetestBot 02[git] 04runsy -> 03minetest/minetest: Implement on_rightclickplayer callback (#10775) 1308ee979 https://git.io/Jte9u (152021-01-11T17:03:31Z) 17:05 MinetestBot 02[git] 04Zughy -> 03minetest/minetest: Document how to make nametags background disappear on players' head (… 131946835 https://git.io/Jte96 (152021-01-11T17:03:46Z) 23:11 Calinou huh https://typescripttolua.github.io/ 23:12 sfan5 that's neat 23:20 erstazi If one has LuaJIT running on a server and it has 16bit, how does one handle loading a file that is 2.8mb ? advtrains_interlocking_tcb file for advtrains is now causing the server to error out. is there a way to compile LuaJIT to have 32bit support or is LuaJIT stuck with 16bit only? 23:23 sfan5 no such thing as 16bit 23:23 sfan5 (in this context at least) 23:23 sfan5 people might have issues with luajit being 32bit but that shouldn't prevent a 3MB file from being loaded 23:23 sfan5 what does the error log actually say? 23:24 MTDiscord <06F​lamore> 16-bit doesn't necessarily mean 16-bit addressing lol, 32 bits should be fine with files up to 4 GB 23:24 erstazi sfan5: getting it (it isn't my server) however I think it has to deal with the max limit of items in a table 23:25 erstazi I was told that this is the same error that advtrains is having: https://github.com/minetest-mods/xban2/issues/19 23:25 erstazi linux-forks is the server that is having the issue and it is the server that maintains advtrains 23:26 erstazi specific error: WARNING[Main]: [xban] Unable to load database: Deserialization failed: (load):378023: main function has more than 65536 constants 23:26 sfan5 uh yeah that's an issue with luajit and cannot be fixed 23:26 erstazi crud 23:27 sfan5 well, xban could switch to a different file format as proposed in the linked-linked issue 23:27 erstazi that might be a solution 23:27 sfan5 but you can't "just" fix it for yourself or your installatio 23:28 erstazi Thank you for your help