Time Nick Message 00:15 a1fa my 5 year old found a healing bug 00:15 a1fa maybe its not a bug.. but by hitting the ground the certain way he gets full health back 00:15 a1fa proud of that kid 00:15 rubenwardy version? 00:16 a1fa 5.1 00:16 nepugia a1fa, nice :) 00:16 a1fa nepugia: he needs to keep it up 00:17 nepugia by that age i had already deleted my parents image archive over the network ;) 00:18 nepugia a1fa, either you are born a tester or you aren't :) 00:18 a1fa lol 00:18 a1fa how do you tell what he is using in his belt 00:22 jluc I ? for inventory 00:23 a1fa the hovering is not working 00:23 a1fa so i am not sure what he has 01:38 MinetestBot 02[git] 04An0n3m0us -> 03minetest/minetest_game: Move crafting, cooking and fuel recipes into corresponding files 136e32287 https://git.io/JeAxV (152020-01-01T01:38:06Z) 02:13 Calinou happy new year! 03:18 a1fa Calinou: where? 03:20 Calinou I'm in UTC+1 (France) :) 03:25 a1fa Aye! 04:07 jimender2 Is it possible to have minetest run 100% in browser with possibly some stuff being hosted on a remote computer 04:20 archfan7411 even if you remade the game itself in JS you'd probably need to have some sort of websocket-to-socket proxy to support multiplayer 06:45 swift110 hmm 15:32 Quiark it should be technically possible to compile it into webasm and it has been done with other games 15:32 Quiark but nontrivial amount of work for sure 16:08 Calinou I can't connect to a server hosted locally, why's that? 16:08 Calinou (using 5.2.0-dev) 16:08 Calinou `minetest --server` then trying to connect to `localhost:30000` in the client 16:11 sfan5 wireshark say anthing? 16:11 sfan5 are you sure it's the right port? 16:12 Calinou yeah, it prints "Server for gameid="minetest" listening on 0.0.0.0:30000." to stdout 16:19 a1fa is there an easy way to disable lava blocks? 16:19 a1fa Calinou: "ss -nap | grep minetest" 16:19 a1fa ^ paste this 16:20 Calinou I can see it's listening when I do that 16:21 a1fa what port 16:21 Calinou 0:30000 16:21 a1fa you got iptables? 16:21 Calinou 0.0.0.0:30000 * 16:21 Calinou no, I don't have any firewall 16:21 a1fa 5.1 works? 16:24 Calinou still doesn't work on 5.1 :( 16:24 Calinou the server doesn't print anything when I try to connect to it 16:26 a1fa replace localhost with 127.0.0.1:30000 16:26 a1fa just to be sure 16:26 a1fa can you telnet localhost 30000 16:28 Calinou telnet: connect to address 127.0.0.1: Connection refused 16:29 a1fa so the server is not listening 16:29 a1fa or you got a fw on loopback 16:29 a1fa more likely not listening 16:29 a1fa what os? 16:31 sfan5 you can't test it with telnet, Minetest uses UDP 16:31 Krock can confirm working on Ubuntu 18.04, 5.2.0-dev. this must be some sort of setup issue locally 16:32 a1fa sfan5: ah i thought it was tcp.. good catch 16:33 longerstaff13 try port 30001? might be something on the OS itself trying to use 30000 16:33 a1fa so i am trying to make a mod to not allow lava.. 16:33 a1fa minetest.register_privilege( "lava", "Can place lava at any depth.") 16:33 a1fa is "lava" the name of the block, or the priv granted to the individual user 16:34 a1fa places node default:lava_source at (-357,8,-47) 16:35 longerstaff13 that brings up a point, I've never seen a minetest server use a port under 30000. I've seen them above 40000 though 16:36 Krock a1fa: you need to override the bucket on_place function and lava_source on_place 16:38 a1fa Krock: let me pastebin this thing i found on the forums 16:39 a1fa https://paste.debian.net/plain/1123801 16:40 Calinou Gauges 1.0.0 is out: https://content.minetest.net/packages/Calinou/gauges/ 16:40 Krock that won't work. allow_place is not a known callback 16:40 a1fa ok 16:41 a1fa would it work if i replace it with on_place 16:41 a1fa or is it too late at that point? 16:41 a1fa https://github.com/Cat5TV/tps_spill/blob/master/init.lua 16:42 a1fa this guy removes it after place 16:45 a1fa it didnt work with on_place either 16:49 Krock a1fa: https://gist.github.com/SmallJoker/2fe2ce4277a3424c4bed359e55e258a1 untested 18:11 Genshin Happy new year guys 18:23 tomraceror you too 18:26 Krock Intelligent use of the UNO Reverse card 18:28 rubenwardy the name of the priv 18:28 rubenwardy oops, I had scrolled wrong 19:39 a1fa Krock: thanks 20:18 Dargod Hey all 20:18 Dargod How I can check current real map gen for world? 20:20 Dargod I mean, in minetest.conf is v7, but on server announcer it's have v6. 20:20 Dargod primary world was created as v7 20:54 Krock Dargod: get_mapgen_setting 20:54 Krock local mgname = minetest.get_mapgen_setting("mgname") 21:16 Dargod Krock: thank. 21:16 Dargod *thanks 21:16 Krock !next 21:16 MinetestBot Another satisfied customer. Next! 21:17 Dargod there are discrepancies between the config and the file map_env. I think just delete it 21:18 Krock map_env.txt is world-specific 21:18 Krock minetest.conf is for new worlds 21:20 a1fa so my kid is getting a crash trying to join a servere 21:20 a1fa server* 21:20 Dargod those. the values ​​from the file map_env will be used to generate new chunks? 21:21 Krock a1fa: upgrade RAM 21:22 a1fa the error is malformed inventory list. read 1671 of 6763 ItemStacks 21:22 Krock Dargod: yes 21:22 a1fa we removed his user profile, and tried to rejoin 21:22 Krock server version? client version? 21:22 a1fa same 21:22 a1fa 5.1 21:22 Krock there was a serialization issue in one of the development versions 21:23 a1fa actually, client is 5.0 -- interesting 21:23 a1fa it worked fine before 21:23 a1fa let me check minetest on his server 21:23 a1fa $ minetest --version 21:23 a1fa Minetest 5.1.0 (Linux) 21:24 Krock incremental inventory sending is right in between.. hmm 21:25 a1fa he is running android version on chromebook 21:27 rubenwardy a1fa: client needs to be at least 5.0.1 21:27 rubenwardy 5.0.0 has this bug with item stacks 21:27 a1fa is there an apk for 5.0.1? 21:27 Krock https://github.com/minetest/minetest/pull/9117#issuecomment-560545642 21:27 a1fa or 5.1 21:27 Krock try 5.1.0 from there 21:28 a1fa is there an x86 version? 21:28 Krock https://github.com/minetest/minetest/releases 21:29 Krock > he is running android version on chromebook 21:29 Krock > is there an x86 version? 21:29 Krock so what do you need? 21:29 a1fa apk for x86 21:30 Krock the heck is that 21:30 Krock no clue how you'd get that. try compiling Minetest on the chromebook 21:30 a1fa not ta thing 21:32 a1fa i cant install an apk on chrome unless its in dev mode 21:32 Krock there's also a flatpak build if that helps: https://flathub.org/apps/details/net.minetest.Minetest 23:06 swift110 hey all