Time Nick Message 00:31 MinetestBot 02[git] 04kilbith -> 03minetest/minetest_game: Flowers: Fix itemstack when waterlily is placed 137be0089 https://git.io/vVFLh (152016-04-12T01:28:16+01:00) 00:31 MinetestBot 02[git] 04tenplus1 -> 03minetest/minetest_game: default: Strengthen obsidian glass Remove group 'oddly_breakable_by_hand' 136e1a329 https://git.io/vVFLj (152016-04-12T01:27:55+01:00) 01:41 DI3HARD139 Anyone know what size the default texture size is for Minetest? 01:41 koshikii 16x 01:42 DI3HARD139 ty. Im getting ready to integrate HDX into the servers I run and didn't want to choose a size that will cause others problems 01:59 serp Hello.. i have just installed minetest server and i'm able to connect to it.. but how do i set someone with priv to grant privs... i have found the auth.txt file which has the user i logged in as but if i try to add any privs there they just disappear the next time i log in 02:08 kaadmy serp: in the chat, type "/grant all" 02:16 serp kaadmy: when i do that it says "Your privileges are insufficient." 02:21 serp i did not set myself as the admin in the conf file 02:21 serp i have figured it out now.. thanks 03:21 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Mgv5: Optimise tunnels, add biome material in entrances 13e661d8b https://git.io/vVF8y (152016-04-12T04:16:15+01:00) 03:21 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Mgvalleys: Don't let cavegen place biome nodes everywhere 13fe349d4 https://git.io/vVF8S (152016-04-12T04:16:08+01:00) 04:01 DI3HARD139 What would cause the http error 413 when broadcasting to servers.minetest.net? 05:25 cimbakahn Hello everyone! 05:26 cimbakahn Is there a command that you can use in your singleplayer world to get less snow? 05:40 sofar cimbakahn: no. You can tune the mapgen stuff, but it's not easy per se 05:46 cimbakahn sofar: Thank you! 06:01 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Mgv7, mgflat, mgfractal: Tunnel generation code optimisation 134fdf66b https://git.io/vVFwH (152016-04-12T06:58:04+01:00) 07:06 cimbakahn Hello! 07:06 cimbakahn How do i get the new palm trees? 07:07 cimbakahn I never liked the way the old ones grew, so i want the new ones. 07:15 asl97 minetest has palm trees in default? 07:17 cimbakahn But how do i get the new palm trees. The ones that grow straighter, rather than curved over blocks. 07:17 asl97 afaik, there no palm trees in minetest_game 07:19 cimbakahn If there are straight palm trees on minetest public servers, there has to be a way to get them in your single player world as well. 07:19 asl97 they are probably mods added by those server owners 07:20 asl97 or created using the palm tree blocks by player themselves 07:20 cimbakahn Oh. I think i get the idea. 07:21 cimbakahn I guess i have to find the server those palm trees was on and then find out which mod it was. 07:21 asl97 it could be a private mod, in which case you would have to ask the owner for it 07:22 cimbakahn Ok. Thank you! 09:15 DFeniks cimbakahn was it Rhocraft server ? i remember straight palms there . i think they were actually ferns or something , i dont have time to check now 09:16 asl97 DFeniks: cimbakahn isn't here atm 09:17 DFeniks oh , i sorta looked at quit messages but didnt notice ... 09:17 DFeniks anyway im out of here , bye 10:05 cimbakahn VanessaE: Are you around? 10:06 cimbakahn I just come across one of your mods that knocked my socks off! 10:10 cimbakahn asl97: If you are still here. That wasn't palm trees i saw, that was ferns. 10:15 cimbakahn To all the modders out there! I would like to take this time to tell you all how much i appreciate you. Every single one of you. Without all of you i would of never known so much fun! 10:15 asl97 cimbakahn: did you see my pm? 10:16 cimbakahn pm 10:16 cimbakahn ? 10:16 cimbakahn Where? 10:16 asl97 private message, here 12:33 way hi there 13:26 MinetestBot 02[git] 04rubenwardy -> 03minetest/minetest: Fix inventory hud scaling 13b5f6d41 https://git.io/vVbdf (152016-04-12T23:10:28+10:00) 15:19 srifqi !c math.sin(90*math.pi/180) 15:19 MinetestBot 1.0 15:19 srifqi !c math.sin(90*3/180) 15:19 MinetestBot 0.9974949866040544 15:19 srifqi !c math.sin(90*3.14/180) 15:19 MinetestBot 0.9999996829318346 15:19 srifqi that was close 15:26 AnotherBrick !c math.tan(3.1415926/2) 15:26 MinetestBot 37320539.634354815 15:26 AnotherBrick !c math.tan(3.1415926/4) 15:26 MinetestBot 0.9999999732051038 15:26 srifqi !c math.sin(90*3.1415926/180) 15:26 MinetestBot 0.9999999999999997 15:27 srifqi how can that be different? 15:27 Krock !c math.sin(90*math.pi/180) 15:27 MinetestBot 1.0 15:28 AnotherBrick !c math.tan(3.14159265358/4) 15:28 MinetestBot 0.9999999999951034 15:28 Krock depends on percision 15:28 Krock 89793238462 15:28 kaadmy huh 15:28 Krock !c math.tan(3.1415926535979323846/4) 15:28 MinetestBot 1.0000000000040696 15:28 Krock seems legit. 15:28 srifqi i mean, with same value for math.pi (=3.1415926), it has different result on math.tan and math.sin 15:29 AnotherBrick !c math.tan(3.14159265358979323846264338327950288419716939937510/4) 15:29 MinetestBot 0.9999999999999999 15:29 AnotherBrick oh come on 15:29 AnotherBrick !c math.pi 15:29 MinetestBot 3.141592653589793 15:29 srifqi !c math.sin(90*3.1415926535979323846/180) 15:29 MinetestBot 1.0 15:29 Krock that's because the functions do not have values for each point of the circle 15:29 Krock either it's calculated somehow with a pseudo-circle or interplarized 15:29 srifqi !c math.sin(90*3.141592653589793/180) 15:29 MinetestBot 1.0 15:30 AnotherBrick what lang it's written in? 15:30 * srifqi really don't know what did Krock say 15:30 Krock math.tan is a combinatio of math.cos and math.sin, so more chance to get it impercise 15:30 Krock AnotherBrick, that's python 15:30 srifqi :O 15:30 srifqi math.tan(3.14/4) 15:30 srifqi !c math.tan(3.14/4) 15:30 MinetestBot 0.9992039901050427 15:31 AnotherBrick !c math.tan(math.pi/4) 15:31 MinetestBot 0.9999999999999999 15:31 srifqi !c math.sin(3.14/4)/math.cos(3.14/4) 15:31 AnotherBrick aahhhhaaaa 15:31 MinetestBot 0.9992039901050427 15:31 srifqi !c math.tan(math.pi/4) 15:31 MinetestBot 0.9999999999999999 15:31 srifqi !c math.sin(math.pi/4)/math.cos(math.pi/4) 15:31 Krock math.tan is math.sin/math.cos 15:31 MinetestBot 0.9999999999999999 15:31 Krock yeah.. 15:32 srifqi "[off]" <- i think this tag is useful? but we cannot interact with MinetestBot with this 15:32 Krock but there was/is a testing room for MTB IIRC 15:32 srifqi hi MinetestBot 15:32 MinetestBot sup srifqi. 15:32 AnotherBrick i started to think that math.pi is something special and they optimized trygonometry for it... 15:32 Krock lol 15:33 Krock so.. time for my first cheater client build 15:33 AnotherBrick what are you gonna do? 15:33 Krock trying to annoy server owners 15:33 srifqi how? 15:33 AnotherBrick fly? see-through? autofight? 15:34 Krock checkPrivilege(string) always returns true 15:34 rocx Krock: easy enough with *that other game*'s smart moving mod. 15:34 Krock so.. all of it 15:34 Krock a complete pack of cheating with a single line 15:34 AnotherBrick daaaaamn 15:34 srifqi how? 15:35 Krock hmm.. I doubt irrlicht would allow me to highlight ores specially 15:35 Krock maybe I'd have to define them as liquid 15:35 Krock so I can see them underground 15:36 Krock but meh 15:36 srifqi nice idea 15:36 Krock gives too much work to seperate the regular stones from ores :< 15:41 rocx More of a mod dev-related question, but if I was to make a subgame that basically turned Minetest into a dungeon crawler, would it be best to do it from scratch or base it on minetest_game? 15:41 rocx s/base/depend/ 15:41 Krock it would be cool to have something new 15:42 Krock when you use MTG as base, it's not really something new 15:42 Krock maybe you could make a modpack, so the plyaers can stay with MTG but still use what you made 15:42 rocx Krock: Yeah. The whole basis would be a world type that was a village on the surface, one big dungeon on the bottom. 15:42 rocx Nine slots of inventory (the hotbar), basically a big overhaul in a way. 15:43 rocx I'll look into keeping things split for MTG, but no promises. 15:44 rocx Is there also an easy way to make a whitelist of what nodes people can break or would I have to override each stock node? 15:45 Krock overwrite minetset.is_protected :) 15:46 Krock check in it the node name and return false if they should not be able to dig it 15:46 Krock well, this is just to prevent from removing nodes. They will still be able to dig them 15:47 Krock you'd have to loop through minetest.registered_nodes and set the groups in it to "nil" when it's not on the whitelist 15:49 rocx tch. figured. and is there a way in the game to use the E key to interact with the environment instead of right-clicking? 15:49 rocx i see [E] bound to Use, but it doesn't do anything. 15:50 Krock W + E lets you walk fast 15:51 Krock but only when you've got the "fast" privilege 18:05 miloszs Hi 18:12 sfan5 hi 18:14 miloszs Do u speak english? 18:14 Calinou yes 18:14 Calinou ich bin russian, como esta dans la casa 18:14 miloszs What is that im haer new 18:14 miloszs Am i in irc? 18:14 Calinou yes 18:15 miloszs Can i see chat with servers? 18:15 miloszs Skyblock server from minetset? 18:15 miloszs Do you paly minetest? 18:16 Calinou you'll usually find those on the IRC server "daconcepts.com" 18:16 Calinou channel #minetest is main channel 18:16 Calinou it does not have all servers, only the ones with IRC mod enabled 18:16 miloszs Ok 18:16 Calinou also yes, I do play Minetest 18:16 Fixer vanessas servers seems down 18:17 miloszs Can i see cht with skyblock server here? 18:17 Calinou no 18:17 miloszs Why 18:17 miloszs Or amhi server 18:19 Calinou if all Minetest servers used this channel, do you imagine the mess it would be? :) 18:19 Calinou this is a channel for general Minetest discussion 18:23 miloszs Im back 18:26 miloszs_ hi 18:26 Calinou hi 18:26 Markow Good evening everyone 18:30 miloszs_ ff 18:31 miloszs r 19:13 miloszs Hi 19:13 rocx yo 19:13 miloszs Sup 19:13 rocx eh. alright i guess. 19:14 miloszs Where are you from? I am from poland 19:15 miloszs I am havent my pc now 19:16 miloszs Bye 20:12 cimbakahn Hello! 20:13 cimbakahn I was wondering about this mod ----> https://forum.minetest.net/viewtopic.php?t=6221#p94026 20:14 cimbakahn There is 2 zips ----> instabuild-2.zip & instabuild-master.zip 20:15 cimbakahn I was wondering what the difference is between them? The only difference i have seen was a .git folder, which i don't know about. 20:17 Calinou cimbakahn, master is latest version (potentially unstable) 20:28 cimbakahn Calinou: Thank you! 20:28 Chanku Hey 20:30 cimbakahn Calinou: Which is the best one to use? I don't see any differences between the buildings or their contents. 20:31 kaadmy cimbakahn: master is the latest(it may continually change depending on the author's activity), the numbered ones are full releases, which are supposed to be stable 20:31 cimbakahn I have checked out both of them to see if one had more buildings than the other. 20:31 cimbakahn So use instabuild-master.zip 20:32 cimbakahn ? 20:32 kaadmy they are probably the same 20:33 cimbakahn One has a .git folder with contents in it. 20:33 kaadmy yes, that's only required if you used git to clone/get it 20:33 kaadmy or want to use git with it 20:34 kaadmy it usually doesn't change the actual content at all 20:34 kaadmy and the content shouldn't rely on it 20:34 cimbakahn Thank you! Thank you! You have been so helpful. 20:34 kaadmy no problem ;) 20:37 Chanku Hi 20:37 kaadmy hi.. 20:38 Chanku How are you? 21:14 AnotherBrick when you take damage screen goes red. does it have to be SO red? 21:14 kaadmy apperantly ^-^ 21:14 AnotherBrick if i were doing client cheet-build that's what i'd fix 21:17 AnotherBrick cheat, not cheet 21:21 Calinou it's easy to do, AnotherBrick 21:21 Calinou you just need a text editor and a compiler :) 21:21 Calinou https://github.com/minetest/minetest/issues/3691 21:41 Hates T 21:49 cimbakahn Can someone please tell Nigel that i haven't been able to connect to his server in many days? An aquaintance of mine simo has had the same problem as me. 21:50 cimbakahn nyje.e-it.gr 22:00 Calinou works for me? 22:00 Calinou it's downloading media right now 22:00 Calinou it's on port 30000 22:03 Calinou https://lut.im/IUS47cSMrw/55jkSiAvMBRRiF5B.png 22:03 Calinou that face is goofy 22:44 redblade hi 22:45 redblade what's the irc command to find a player on minetest servers? 22:48 asl97 redblade: pretty sure there isn't one 22:49 redblade thought there was it was @something 22:49 redblade it would search server and player names 22:49 asl97 you can just open http://servers.minetest.net/list and use ctrl+f