Time Nick Message 06:51 ericxdu[m] calcul0n: very funny yeah X-D sunny caves is one of the first things I noticed in minetest 08:10 hisforever Hi in Pastebin how do I et the url for my past? I don't see an enter button. 08:11 hisforever et = edit 08:12 hisforever Ill redo the Question, on pastebin how do I get the url for this past to share in here? 08:36 hisforever Is the Sun and Moon in a texture pack or a Mod? I had it one time before a system crash. 12:19 MinetestBot 02[git] 04stujones11 -> 03minetest/minetest: Do not add base position to player selection box (#6241) 13d01b65a https://git.io/v5Ii1 (152017-08-23T12:18:44Z) 15:16 fireglow !seen orwell96 15:16 MinetestBot fireglow: orwell96 was last seen at 2017-02-25 18:31:53 UTC on #minetest-de 15:39 fireglow I'm looking for a webapp, multiplayer paint, doesn't have to be photoshop, just basics. But I need to be able to import an existing image to draw on. Anybody know something like that? 15:39 fireglow found https://aggie.io/ seems perfect, but the import doesn't work 16:51 jas_ tempted to call it "EZ Space" since those are the default keys to Use+Sneak+Jump 16:51 jas_ !server dcbl 16:51 MinetestBot jas_: dcbl | dcbl.duckdns.org | Clients: 4/15, 3/7 | Version: 0.5.0-dev / dcbl | Ping: 116ms 16:55 rdococ Why is I the default for inventory? 16:57 KaadmY rdococ: probably MC's default 16:57 rdococ Isn't E MC's default? 16:57 KaadmY Maybe 16:58 KaadmY I use ESDF + A for inventory 16:58 rdococ ESDF? 16:58 rdococ O_o 16:58 KaadmY Yeah >:} 16:58 rdococ I use WASD, with E for inventory. 16:58 KaadmY http://use-esdf.org/ 17:00 rdococ Sounds like ESDF is just a different kind of sheep. 17:00 rdococ I'm switching to YGHJ. 17:01 rdococ After all, J also has the notch. 17:01 rdococ And there's even MORE space for other stuff! 17:40 jas_ i use esdf, and q is drop, w is inventory. i need to change it up tho, now that hotbar slots are bindable 17:43 sy tbh i use [;'# i think everyone else should too its very convenient 17:44 jas_ http://fojji.se/ 17:44 jas_ that is what i use 17:44 jas_ and i think you should, too. 17:45 jas_ https://www.youtube.com/watch?v=IP7zfOA3izU 17:45 jas_ !title 17:45 MinetestBot Doesn't seem to be HTML.. 17:46 jas_ The Last iCE cLIMBER (by_ZeroQL) - QL 17:46 jas_ see u in 9 minutes 17:57 sfan5 !title 17:57 MinetestBot sfan5: The Last iCE cLIMBER (by_ZeroQL) - QL - YouTube 17:57 sfan5 ok works now 19:28 DagonX hi 19:51 ircSparky oh hey, KaadmY! I didn;t notice you lol. I'm Elkien from Openspades/Discord 19:53 KaadmY Oh, hi ircSparky :P 20:34 MinetestBot 02[git] 04SmallJoker -> 03minetest/minetest: Respect object property hp_max field for players (#6287) 13f7d50a8 https://git.io/v5LSZ (152017-08-23T20:32:10Z) 22:23 Errante Hello, Im trying to code a mod which is going to use jsonrpc. Ive tried to simply require("json.rpc") on init.lua and minetest crashed. So, I understand I should install json. Now, those calls which are made from init.lua, are going to be executed by the client or the server? should I install json into mod's folder or to system's? 22:24 sfan5 it crashed? 22:25 sfan5 lua mods (generally) run the server-side 22:25 sfan5 and you should install any lua libraries on the server side 22:34 Errante Ive tried to install luasockets at c:\program files, as it comes with a lua51 binary, and json to mod's folder. still crashing 22:36 sfan5 minetest typically uses its own luajit 22:36 sfan5 using lua libraries on windows with minetest is quite hard 22:36 sfan5 also what do you mean by "minetest crashed"? how? 22:37 Errante Ive created a mod which simply require("json.rpc") 22:37 Errante loaded and crashed 22:38 sfan5 so the minetest window just disappears? 22:40 Errante windows tries to recover it, but its in vain 22:40 Errante yes, basically 22:40 sfan5 well that's weird 22:40 Errante xD 22:41 Errante minetest luajit doesnt come with json.rpc 22:43 sfan5 correct 22:44 sfan5 since loading libraries requires lua dlls i doubt there currently is any windows build that will allow you to load jsonrpc / luasockets 22:44 sfan5 (all windows builds are statically linked to lua as far as i'm aware) 22:45 Errante Ive tried to install both into minetest's bin folder, but didnt work too 22:52 sfan5 like i said it's statically linked 22:52 sfan5 you can't just make it use a different lua installation 22:58 Errante maybe some LUA_LIBRARY variable? 22:59 sfan5 you didnt understand 22:59 sfan5 it's *impossible* for a statically linked lua to load dynamic native libraries 23:02 Errante I cant translate *impossible* :P