Time Nick Message 04:28 ghodawalaaman Hello friends! 04:29 ghodawalaaman is there any good games inside luanti where we build something like factory and stuff and automate sutff? 04:29 ghodawalaaman afaik there is something similar on minecraft 04:30 ghodawalaaman but don't remember the name 04:30 [MatrxMT] it's more common in modpacks: techage modpack, technic, industrialtest 04:32 ghodawalaaman nice! 04:32 ghodawalaaman now what game is the most similar to minecraft's survival mode 04:33 ghodawalaaman I have downloaded technic and now just want to good game where I can survive and use technic stuff 04:33 ghodawalaaman :D 04:34 ghodawalaaman nvm found it 04:34 ghodawalaaman it's mineclone 04:35 ghodawalaaman one more question 04:36 ghodawalaaman I have installed Technic however some deps are missing 04:36 ghodawalaaman is there a way to download deps recursively? 04:36 [MatrxMT] if you used the in-game content tab to download technic, none of them should be missing 04:37 [MatrxMT] but technic depends on default, i.e. Minetest Game 04:37 ghodawalaaman ah I see 04:37 [MatrxMT] so check game support for your mods 04:38 ghodawalaaman I have installed Minetest Game but there is some more deps missing 04:39 ghodawalaaman let me share it on pastebin 04:39 ghodawalaaman https://pastebin.com/iE9TfE9X 04:40 [MatrxMT] Default is still missing. You're trying to launch a world on a game other than Minetest Game, like Mineclonia 04:42 ghodawalaaman https://ibb.co/HLqnThXr 04:42 ghodawalaaman wait so the technic mod will only work on Minetest Game? 04:42 [MatrxMT] yeah default isn't part of Mineclonia. Pick another game 04:42 [MatrxMT] MTG & derivatives like Dreambuilder 04:43 [MatrxMT] IndustrialTest should work on Mineclonia 04:46 ghodawalaaman Thanks man for the support! 04:46 ghodawalaaman <3 04:46 [MatrxMT] np 05:08 ghodawalaaman hmm, I am playing for a while but I am not seeing any mob at night? 05:11 ghodawalaaman https://ibb.co/nNSqKqP9 05:11 ghodawalaaman nvm found one 05:11 ghodawalaaman :D 05:20 ghodawalaaman Blockhead256: sorry for the ping but I couldn't find any manual or docs about IndustrialTest 05:21 [MatrxMT] from the README: Guide can be accessed in-game using /industrialtest_guide command. 05:25 mtvisitor hi, good afternoon. 05:25 ghodawalaaman mtvisitor: hey :D 05:25 * mtvisitor recommended a book (novel) 《Dune》 which was written by an american author. 05:25 ghodawalaaman I am new here 05:26 mtvisitor https://dunenovels.com/frank-herbert/ 05:26 mtvisitor ghodawalaaman: nice to meet you online. ;-) 05:26 mtvisitor ok and to be clear. 05:26 mtvisitor The luanti game engine(formerly Minetest) version 5.12 and version 5.16 is enough for me. 05:27 mtvisitor Good bye. 05:53 madwifi Hi, I am creating a mod and am running into issues with Shift+Click and listrings. I have several lists from the player inventory in the formspec, and I wish to move the item from the player's main inventory into the list inventory. Despite adding the main inventory before each of the list in the listring, it doesn't allow the shift+click on anything except the first list. the rendered formspec and the allow_player_inventory_action callback is at 05:53 madwifi https://bpa.st/CY4FW. Can anyone help in understanding why this is not working? 06:36 ghodawalaaman delgnam: hey 06:36 * delgnam waves 13:29 sfan5 https://x0.at/aHZG.mp4 now with syntax highlighting and more minor stuff 13:48 Krock better autocompletion than an actual editor I'm using 14:10 sfan5 unfortunately it's based on some half-assed regex stuff so to make it better I have to rewrite it :'( 14:21 MTDiscord https://codeberg.org/appgurueu/luwua/src/branch/owo/tokenize.lua relatively proper lua tokenizer i wrote a while ago 14:22 MTDiscord (that said regex to tokenize lua is not that bad if you use a pattern (or a couple patterns) per token type. only long strings and comment are not strictly regular, but with backrefs you can also match that correctly.) 14:23 sfan5 I mean I'm doing this https://x0.at/LbNV.png which was never correct or sustainable 14:24 sfan5 maybe this is something I could try to delegate to AI and see how it goes 14:56 cheapie Hmm. I wonder what happened to this package on 2022-11-05: https://content.luanti.org/packages/apercy/hidroplane/stats/ 14:57 cheapie Unless maybe the YT video tag just points at slightly the wrong day 14:58 cheapie (yeah, looks like it does. never mind, then) 15:28 ghodawalaaman Hey 15:28 ghodawalaaman I have been playing IndustrialTest and loving it. however I couldn't find any resin tree anywhere do I have to be in specific biom or something? 16:28 MinetestBot 02[git] 04Wuzzy2 -> 03luanti-org/luanti: Document integer data types and ranges in Lua API (#16735) 13c5824d0 https://github.com/luanti-org/luanti/commit/c5824d08cd5a34bf38fe5510864cfbf73ecad71e (152026-04-12T16:27:49Z) 16:48 MinetestBot 02[git] 04cx384 -> 03luanti-org/luanti: Remove accidentally added file 13724a154 https://github.com/luanti-org/luanti/commit/724a154b4f8f9ab877ca425b37931828db3c024a (152026-04-12T16:32:56Z) 18:31 sfan5 after throwing more regex at it the tab completion can now work in any place https://x0.at/OMY6.mp4 21:51 sfan5 posting this again for good measure https://github.com/sfan5/luanti-developerconsole 21:51 sfan5 (now has a license)