Time Nick Message 00:00 Jordach oh right 00:00 Jordach 10^ 00:28 jojoa1997 So I am starting to mod in minecraft and I forgot how fun it is to mod. I might actually mod again in Minetest 00:38 SegFault22 Hey all 00:38 SegFault22 anyone online 00:38 SegFault22 or nah 00:39 Inocudom SegFault22: I am. 00:39 SegFault22 Cool 00:39 SegFault22 Well I'm coming back with mods soon, and I might post on the forums 00:40 Inocudom Good luck with those mods. 00:40 SegFault22 Thx. Are you working on mods? 00:41 VanessaE hello 00:41 SegFault22 hello 00:43 Inocudom I myself don't make mods, but I build on creative servers. 00:43 SegFault22 Cool 00:45 SegFault22 I'm thinking about hosting a server someday 00:47 VanessaE cool 00:47 VanessaE just be sure you got plenty of RAM and CPU to throw at it 00:47 VanessaE players are....demanding lately. 01:04 SegFault22 I understand... I need stuff before I can host a server 01:04 SegFault22 Like better hardware or free hosting 01:05 SegFault22 I have to go now, my CPU fan isn't regulating properly 01:05 SegFault22 bye 01:23 VanessaE bbl 02:04 Inocudom I should mention that the N key toggles camera update. 02:05 Inocudom I don't know how that ended up happening, but I figured that I should mention that glitch. 02:24 AgentFire Okay, I just want to get something straight 02:25 AgentFire A stackwise item injector is not in anyway shape or form compatible with a technic grinder? 03:23 TNT90 uh 03:24 TNT90 minetest 0.4.10 03:25 sarsaeol TNT90: #minecraft 03:39 MinetestBot 02[git] 04kwolekr -> 03minetest/minetest: Temporarily fix always bright wieldhand with shaders enabled 13249749d http://git.io/K7XrhA (152014-12-22T22:37:11-05:00) 03:46 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Update mapgen stuff in minetest.conf 130c37d48 http://git.io/bGUfyw (152014-12-22T22:45:11-05:00) 05:13 someguy_irc ah. 05:48 MinetestBot 02[git] 04Zeno- -> 03minetest/minetest: Make limiting of the reflow liquids queue size optional 137b93408 http://git.io/QCrEKQ (152014-12-23T15:47:06+10:00) 06:32 hmmmm wut 06:32 hmmmm wtf does this do? if("${VAR}" MATCHES "^${VAR}$") 06:38 srifqi any user on-line? 06:41 srifqi #linuxgaming 06:41 srifqi wrong place, LOL 06:47 srifqi hello? 06:47 srifqi *silent 06:51 Tesseract_slayer https://forum.minetest.net/viewtopic.php?f=11&t=10807&p=165426#p165426 08:30 redstonecraftpl ok, i am here. LETS PLAY :D 08:43 raffahacks sfan5, are you here? 08:51 raffahacks !tell sfan5 hi, shouldn't this channel be at ##minetest as it's not an official channel? Thanks 08:51 MinetestBot raffahacks: I'll pass that on when sfan5 is around 08:52 sfan5 raffahacks: yes 08:52 sfan5 uhh 08:52 raffahacks Oops 08:52 sfan5 raffahacks: why is this not an official channel? 08:53 * raffahacks taught it was not official 08:53 raffahacks If it is, sorry 08:53 gregorycu If it were official it would be listed on the website 08:53 sfan5 it is listed on the website 08:54 gregorycu So there we go :D 08:54 raffahacks Uh 08:54 sfan5 raffahacks: also ## channels are for non-relevant-to-freenode channels 08:54 sfan5 (or something like that) 08:55 gregorycu What does that mean? Non-relevant-to-freenode? 08:55 raffahacks ##electronics is pretty big anyway 08:55 raffahacks And quite good 10:05 gregorycu Hi 10:13 gregorycu $ 10:13 Christmasiumn ehm 10:13 Christmasiumn https://github.com/minetest/minetest_game shows 77% of MT to be logos xD 10:13 Christmasiumn ./b shad 10:13 Christmasiumn oops 10:13 Christmasiumn *MT_game 10:14 gregorycu Could be worse 10:14 Krock I think there should be a mod like unified_mobs_api 10:15 Krock currently, there is an API included in every mob mod 10:15 gregorycu What does it do? 11:18 Krock How can I simulate a footstep sound? 11:20 jin_xi do you mean generate the audio? 11:21 Krock yeah 11:21 Krock but nvm. I think it's possible with reistered_nodes[node].sounds.footstep 11:21 Krock *registered 11:21 jin_xi so you dont mean that... 11:22 Krock I am adding footstep sounds to mobs.. 11:22 Krock so I have to simulate the sounds of a player 11:31 gregorycu Stupid question 11:32 gregorycu Rather than emulate player walking, isn't it better to play the sounds 11:32 jin_xi yes 11:32 gregorycu via a proper mechanism, that way you can change the sounds later etc. 11:32 jin_xi and thats what hes doing i think 11:32 gregorycu What type of mobs are you adding? 11:33 Krock gregorycu, none. 11:33 Krock https://github.com/SmallJoker/base_game/commit/6388 11:34 gregorycu Slowing down jumping? 11:34 Krock huh 11:34 gregorycu Err... speeding up? 11:35 Krock the mobs are more sentitive now 11:35 Krock they jump earlier 11:35 gregorycu You've introduced female mobs?! 11:35 gregorycu Ahh ok 11:35 Krock lol. fermale mobs.. interesting 11:35 gregorycu You said they were sensitive 11:36 gregorycu Anyway, I wasn't even aware mobs existed in the base game... lol... 11:36 Krock yeah. sensitive when they touch a node in from of them or on the side - they will will not wait for the full-stop until jump 11:37 Krock *in front 11:37 Krock -will 11:37 gregorycu Makes sense 11:38 Krock oh noes! "makes_footstep_sound" is/should already be included in the engine 11:39 Krock strange. it never worked for me 11:44 PilzAdam Tesseract, https://github.com/minetest/minetest_game/pull/384/files#diff-82ce76da0c47bb1b6754e4277adb052aR373 I see you have friends ;-) 11:45 Krock PilzAdam, substr(55) pls 11:45 PilzAdam wat? 11:45 Krock https://github.com/minetest/minetest_game/commit/9ab3b is much shorter :3 11:46 Krock but.. LOL 11:50 sol_invictus Krock: are you typing links manually? 11:51 Krock sol_invictus, there's a tool called notepad++ 11:52 sol_invictus sooo? 11:58 Jordach morning 11:59 Jordach ...two minutes before the afternoon 12:04 gregorycu No it isn't 12:05 gregorycu It's almost midnight 12:05 Krock It's afternoon. 12:16 Megaf_ Hi all 12:16 Megaf_ VanessaE: can you register an ABM here https://github.com/VanessaE/plantlife_modpack/commit/3472d32f2bb22f524aa91e8463d63d06c2816e26 to remove vines if they are not on jungle trees? 12:17 Megaf_ Or, perhaps is better if I create an alias to clean them all and let plantlife regenerate them 12:35 gregorycu_ Does minetest happily combine stacks with different metadata? 12:35 ThatGraemeGuy example? 12:36 gregorycu You have a stack of something, with metadata "A", you then drag that stack onto a indentically typed stack with metadata "B" 12:36 gregorycu What happens? 12:37 Megaf_ Try it and tell us 12:37 Megaf_ I don't know the answer 12:38 gregorycu Will do :) Just gunna take a few min 12:45 sfan5 VanessaE: https://cdn.mediacru.sh/Z/ZnS54qvglELq.png 12:48 gregorycu Does anyone know much about item metadata here? 12:50 Megaf_ sfan5: That is about the texture pack or the mapgen? 12:51 sfan5 Megaf_: look at the resolution of the screenshot 12:51 Megaf_ 1032x580? 12:51 Megaf_ ops 12:51 Megaf_ 7680x4320 12:51 Megaf_ That? 12:52 Megaf_ sfan5: you got yourself a 4k monitor? 12:53 sfan5 4k would be half that res. 12:54 Jordach Megaf_, he turned the resolution up for what 12:54 sfan5 Megaf_: i just updated this code: https://github.com/sfan5/minetest/commit/cdabb6e8d3c17936e51ab34cfc5f784fdd0a40bd 12:56 * Jordach meows at sfan5 12:56 * sfan5 meows at Jordach 12:57 Jordach need kitten sounds now 12:58 gregorycu This can be a strange place from time to time 12:58 Megaf_ you have no idea 13:02 Jordach Megaf_, seen my kitten mobs? 13:03 jin_xi http://i.imgur.com/u4ul3ve.jpg 13:07 Megaf_ Jordach: I saw the 3D renders 13:21 Krock sfan5, ain't it possible to extend the screenshot function with width/height arguments? 13:25 gregorycu PilzAdam: ping 13:32 Jordach Megaf_, http://youtu.be/HZbq_QMBg6c http://youtu.be/XqKtijAtox4 13:33 Jordach just need to add more textures, sounds and spawns 13:35 PilzAdam gregorycu, could you please not just ping me? 13:35 gregorycu I actually need to speak to you 13:35 gregorycu About a year ago, you added set_metadata as part of the API 13:36 Megaf_ I love that Jordach 13:36 gregorycu It doesn't appear here http://dev.minetest.net/ItemStack 13:36 Megaf_ problem with mods is, when you clear objects or clear stuff they are all gone 13:36 gregorycu I'm just wondering if that's an oversight, or if there is some problem with it 13:36 Megaf_ there should be a very specific command to clean mods 13:36 Megaf_ mobs* 13:37 Jordach Megaf_, my simple mobs fork doesn't clear untamed mobs at startup 13:37 gregorycu Because it looks buggy, but if it's a known issue I don't want to debug it 13:37 PilzAdam gregorycu, it's here https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2141 so it should be added to the wiki 13:37 PilzAdam the wiki is generally out of date 13:37 Jordach (that world was started several times when trying to get their shape right :3 13:37 gregorycu Hmmm... ok 13:37 gregorycu I'll look into it 13:38 gregorycu Sorry for the ping 13:38 PilzAdam I meant you shouldn't just say "ping" 13:38 PilzAdam just say what you want to say directly 13:39 Jordach you brutal fucks 13:39 Jordach >freesound >uses wav, aiff 13:39 Jordach WHAT THE FUCK 13:39 gregorycu ok 13:41 Jordach PilzAdam, is the sound file name filename.1.ogg number being the random sound played 13:41 PilzAdam I cannot parse this sentence 13:42 Jordach PilzAdam, if the sounds filenames are filename.1.ogg filename.2.ogg will they be played at random 13:42 PilzAdam yes 13:42 PilzAdam https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L288 13:42 Jordach just read that line 13:44 gregorycu PilzAdam: If I paste a snippit of Lua, could you tell me if you think this behaviour is correct or not? 13:44 PilzAdam maybe 13:45 gregorycu http://codepad.org/YBjZ51JJ 13:45 gregorycu I use this item over and over again, but its metadata doesn't seem to get updated 13:45 sfan5 Krock: yes, but it would require some changes; the huge screenshot thing i made is a bit hacky 13:45 gregorycu I would expect it to print 1, then 2, 3, etc. but it always prints 1 13:45 Jordach PilzAdam, the question was related to simple mobs 13:46 PilzAdam gregorycu, there might be a problem with not passing a string to set_metadata() 13:46 PilzAdam gimme a second... 13:48 gregorycu I've traced it back to C++, and it does indeed set the metadata member on the ItemStack 13:48 PilzAdam gregorycu, https://gist.github.com/PilzAdam/c5fcb546a07964056572 13:50 gregorycu Same result 13:50 PilzAdam yep, just tested this too... 13:51 PilzAdam ah, add an "return itemstack" 13:51 PilzAdam https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2480-2482 13:51 PilzAdam if you modify the itemstack you need to return it 13:52 gregorycu oh... 13:53 gregorycu But the change is happening in C++ 13:53 gregorycu Wait, nevermind 13:53 gregorycu I'm changing a temporary in C++ land 13:54 gregorycu In effective temporary 13:54 gregorycu An effective temporary 13:55 gregorycu Ok, thanks for the help 14:01 gregorycu PilzAdam: While you are here, do you happen to know the behaviour if you merge two stacks with different metadata? 14:01 PilzAdam define "merge" 14:01 gregorycu Drag one onto the other 14:03 PilzAdam I guess that the metadata of the stack you place it on is preserved 14:04 gregorycu So, what options do I have if I want to... preserve, or perform calculations on both the stacks as part of the merge process? 14:04 gregorycu Or even disallow the merge, if the metadata is different? 14:04 gregorycu I don't think I have any options? 14:05 PilzAdam stack_max = 1 14:05 gregorycu I think I will have to go with that 14:05 gregorycu Thank you 14:20 Onii_ Hello! I would like to update the game MineTest on LMDE. I am stuck on a very old version and just can't figure out how to update in a clean way. Please advise me. 14:20 Onii_ Answers welcome in any of the following languages: German, French, English. 14:21 Onii_ By the way, I tried finding the correct PPA and stuff...failed. 14:22 Krock #minetest-de for german 14:22 Krock #minetest-fr for french 14:25 Onii_ Krock: Sure....shall I write in those channels, too? I am fine with English. 14:25 * Krock calls PilzAdam or sfan5 14:26 Krock Onii_, could this be helpful for you? https://forum.minetest.net/viewtopic.php?f=42&t=3837 14:28 Onii_ Krock: Seems great! Any possibility to "roll back"? 14:28 Krock Onii_, I use a GUI for Git, so I can't help you with those commands 14:28 Onii_ Krock: ....I am launching the update. My data is saved. 14:29 Onii_ ok 14:36 luizrpgluiz hi 14:42 Jordach http://youtu.be/BjtY-0ai9ZE 14:46 Jordach sfan5, ^ 14:47 sfan5 Jordach: aww, how cute 14:47 Jordach need to add more purring 14:47 Jordach will end up making a auto generated spawns list and other stuff 14:49 Jordach sfan5, special mobs such as kittens and evergreen npcs can drop air swords 14:49 sfan5 >air swords 14:50 Onii_ Jordach: Thanx, really appreciate it. Adding purring sounds would be awesome! 14:50 Krock purrfect. 14:50 Jordach sfan5, yes, those exist 14:50 Jordach and deal around a few billion hitpoints of damage 14:55 Onii_ Jordach: Could become "Minet_test" in french :))) 14:56 * ElectronLibre understands the joke.* 14:56 ElectronLibre You really need to understand and even speak french to understand that Onii_ 14:57 Onii_ ElectronLibre: Sure, want some more? 14:57 ElectronLibre No, thanks, I would be happy to laugh a bit but I have to write a download script to create my video directory as it is on another computer.. 14:58 Onii_ ElectronLibre: OK, good luck with your work and thanks for your remark. 14:59 ElectronLibre Your welcome. 14:59 * Krock wonders which codec is the one with the best quality and least file size 14:59 Onii_ a+ 15:01 Jordach Onii_, this server would be good for you qbuissondebon.info : 30001 15:01 jbb hi 15:01 ElectronLibre Onii_, and people speaks french, they would be able to understand your jokes :D. 15:02 Onii_ Jordach: Thank you! Checking it out right away, while my computer still tries to compile MineTest. 15:02 jbb hi 15:02 jbb :) 15:02 ElectronLibre Hello jbb. 15:02 jbb tuztu 15:03 jbb my brother touched the keyboard 15:03 jbb :( 15:03 jbb B-) 15:03 jbb hi all 15:10 hisforever hi everybodyy nlessings 15:10 ElectronLibre Hello hisforever. 15:10 hisforever blessings 15:11 hisforever how are you Electrn 15:12 Jordach sfan5, https://cdn.mediacru.sh/3/3L5Nw-2zoeBP.png 15:12 sfan5 Jordach: <3 15:14 hisforever just got minetest back up on laptop I installed Manjarooo 0.9.0 linus 15:14 Jordach that kitty can be seen on DuckDuckGo if one searches kittens 15:14 ElectronLibre hisforever, I'm between fine and sad and you? 15:14 hisforever I'm happy now that I got new os to work 15:16 ElectronLibre Good for you. 15:17 hisforever :) 15:18 hisforever now got to find all my mods I liked but frogot to back up lol 15:25 Jordach sfan5, https://cdn.mediacru.sh/b/bkjGo_FY6eK4.png :3 15:35 Wayward_One PilzAdam, sfan5: For what it's worth, I'm a little unsure about the new obsidian textures. They look nothing like obsidian anymore. I know it's a game, and not supposed to be 100% realistic, but shouldn't the blocks resemble their real-world equivalents somewhat? To be honest, I've never seen dull purple obsidian, or obsidian that looks somewhat like cobble. I'm not attacking anyone or criticizing anyone's work, just stating my opinion as a 15:35 Wayward_One player. http://en.wikipedia.org/wiki/Obsidian <-- Extra info 15:48 PilzAdam Wayward_One, are you talking about a pull request? 15:53 Wayward_One PilzAdam, yes: https://github.com/minetest/minetest_game/pull/386 Edit: I meant *possible* new textures lol 15:53 PilzAdam can you comment on the pull request then? 15:53 Wayward_One Sure thing :) 15:53 PilzAdam telling random people in IRC about it isn't good, since your comment will probably be not noticed / remembered by anyone 15:54 Jordach try this as the obsidian texture https://mediacru.sh/download/8/8A3RVy96GEC8.png 15:55 MinetestForFun hi, somebody can help me with because i need to understand this line : """snappy = {times = {[1] = 1.9, [2] = 0.85, [3] = 0.125}, uses = 75, maxlevel = 3}""" 15:55 Jordach Wayward_One, i have more issues with it 15:55 Jordach it's a shpax texture without license 15:56 MinetestForFun i don't found example or explanation on the wiki :/ 15:56 Jordach sphax texture* 15:58 PilzAdam MinetestForFun, what exactly do you not understand? 16:02 MinetestForFun for example : wooden sword -> snappy -> uses = 20 and gold sword -> snappy -> uses = 5 and diamond sword -> snappy -> uses = 25 16:02 MinetestForFun i don't understand this numbers, there aren't exponential 16:03 MinetestForFun they haven't logical sequence... 16:04 PilzAdam "uses" is the number of nodes with the same "level" as "maxlevel" that can be dug until the tools breaks 16:05 PilzAdam if the "level" of the node is less than the "maxlevel" of the tool, then "uses" is multiplied by 3^leveldiff 16:05 MinetestForFun so... if this number is higher, the more "durability' has the tool ? 16:06 PilzAdam a tool has more durability, if you increase "uses" or "maxlevel" 16:06 MinetestForFun ok 16:06 MinetestForFun i understand now 16:06 MinetestForFun thank you 16:06 PilzAdam also the digging times are affected by the leveldiff 16:07 MinetestForFun ok 16:14 kilbith Wayward_One, you should search in google images for "obsidian" ;) 16:17 kilbith and Jordach, Sphax is 512px TP 16:17 Jordach kilbith, it's scaled down, and there is a 16px version on the website 16:18 kilbith i just scaled down the 512px and tweaked the colors, never seen the 16px version 16:19 PilzAdam whats the license of sphax textures? 16:20 kilbith i'll remove that texture then 16:32 Wayward_One kilbith, I have, and that's one of the main reasons I don't like the new texture suggestions 16:32 kilbith have you noticed that the purple obsidian are common ? 16:35 luizrpgluiz hi 16:36 Wayward_One kilbith, it's not that common; the vast majority of images are shiny black. Also, "What Color is Obsidian? Black is the most common color of obsidian. However, it can also be brown, tan, or green. Rarely, obsidian can be blue, red, orange or yellow. The colors are thought to be caused mainly by trace elements or inclusions." Source: http://geology.com/rocks/obsidian.shtml 16:37 jbb hi 16:40 kilbith well, in my google i see approx. 50% of purple obisidian, and 50% of shinny black 16:41 kilbith Minecraft has choosen a purple one though 16:42 T4im hdx textures also uses a purpleish-black tone... 16:44 LittleJoe Why does my minetest client crash when accessing the online mod database and the server list? 16:48 Krock LittleJoe, get some strings and fix minetest on your table. it won't crash anymore after that 16:49 LittleJoe krock: I have no idea what you said lol 16:50 Krock LittleJoe, bind your minetest on your table with a string. It won't crash anymore. 16:51 LittleJoe what table? 16:52 T4im joe: don't let krock troll you ;) 16:52 LittleJoe lol 16:52 LittleJoe I'm playing along shhhhhhh 16:52 Wayward_One But this isn't Minecraft. Don't get me wrong, it's not the purple in the textures I don't like, as long as it's not the main colour, and as long as it still looks shiny. Obsidian is, after all, a type of glass.. 16:52 kahrl stdin:1: attempt to call method 'bind' (a nil value) 16:52 kahrl :( 16:54 Krock Wayward_One, and what's your point? 16:54 Krock kahrl, it might work in the next try :P 16:56 Wayward_One Krock, scroll up :P 16:57 kilbith Wayward_One, it was just for your information, MC is indeed not the ultimate reference for us 16:59 kilbith problem is if we use black texture, it may be confused with plenty of other black-ish materials - the purple allows to distinguish better the obsidian 17:00 kilbith and also, the obsidian is node as full as the stone, it ought be represented by sharp parts in itself 17:00 kilbith is not* 17:04 Wayward_One I agree, that makes sense. It's just I don't think we need *as much* purple as the textures in the pull request. 17:04 kilbith yes, it should be more darker 17:10 kilbith Jordach: feel free to open a PR for the obsidian nodes 17:11 Calinou hi 17:30 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Update MinGW toolchain downloads used by travis 13eee2f6a http://git.io/mCIQLg (152014-12-23T17:20:26+01:00) 17:48 John2 YAY IM HERE 17:48 John2 Hey shadowzone is COOLCAT here? 17:49 John2 Perhaps i joined the wrong channel 17:49 shadowzone Nope 17:49 John2 Oh whats the channel to Onez 17:49 shadowzone it's isis.inchra.net/#minetest 17:49 John2 Im Johnsen 17:49 John2 Oh 17:49 John2 ok 18:05 Real_Johnsen Much better! 18:05 Real_Johnsen OMG wrong channel 18:08 exio4 you are wrong 18:08 Wayward_One Johnsen, type /server isis.inchra.net 18:08 Johnsen2 Shadowzone 18:08 Johnsen2 Is it #Minetest or #minetest 18:08 shadowzone #minetest 18:08 Wayward_One Johnsen2 ^^ 18:08 Johnsen2 Ok 18:08 Johnsen2 hi wayward :) 18:08 Wayward_One hello 18:08 Johnsen2 :] 18:09 Johnsen2 ~Rainbow HI WAYWARD 18:09 ShadowBot Johnsen2: 04H07I 03W02A12Y06W04A07R08D 18:09 Johnsen2 Lol 18:09 Johnsen2 Shadowzone how do i copy paste? 18:09 Wayward_One lol 18:10 Johnsen2 umm 18:10 Johnsen2 What's going on is it lag? 18:11 Johnsen2 inchra? 18:13 Johnsen_Real http://www.youtube.com 18:13 Johnsen_Real Nope.... 18:15 Johnsen2 shadowzone 18:15 Johnsen2 It's not working 18:15 Johnsen2 i tried #minetest #Minetest #isis.inchra,net 18:15 Johnsen2 What else 18:16 Johnsen2 OMG shadowzone left 18:16 Johnsen2 huh oh no 18:16 Johnsen2 Wayward? 18:16 Johnsen2 Wayward? 18:17 Johnsen2 i thought shadowzone left 18:17 Johnsen2 [#minetest] English channel: #minetest | Deutscher Kanal: #minetest-de | Canal en español: ##minetest-es | Canal en français : #minetest-fr 18:20 Johnsen2 exio4 has quit (Ping timeout: 272 seconds) 18:21 Johnsen2 XD 18:21 Johnsen2 Wrong channel 18:21 Johnsen2 ~seen shadowzone 18:21 ShadowBot Johnsen2: I saw shadowzone in #minetest 12 minutes and 37 seconds ago saying "#minetest" 18:21 Johnsen2 hmmm 18:21 Johnsen2 ~seen COOLCAT 18:21 ShadowBot Johnsen2: I haven't seen COOLCAT in #minetest. 18:21 Johnsen2 O.M.G 18:22 Johnsen2 ~tell ShadowBot where is COOLCAT at what channel? 18:22 ShadowBot Johnsen2: Error: I can't send notes to myself. 18:22 Johnsen2 ~seen deezl 18:22 ShadowBot Johnsen2: I saw deezl in #minetest 5 weeks, 3 days, 23 hours, 13 minutes, and 30 seconds ago saying "I don't think the communist party in either of those countries is fond of such material" 18:22 Johnsen2 Ooooh 18:23 Johnsen2 ~seen ShadowBot 18:23 ShadowBot Johnsen2: Of course I've seen myself! 18:23 Johnsen2 XD 18:23 Johnsen2 ~seen ShadowBot shadowzone 18:23 ShadowBot Johnsen2: seen [channel] 18:23 Johnsen2 xd 18:23 sol_invictus ugh 18:26 fahadash hello 18:27 Johnsen2 ~seen MTZ-Basic 18:27 ShadowBot Johnsen2: I haven't seen MTZ-Basic in #minetest. 18:28 Johnsen2 Where is MTZ-Basic!!! 18:28 fahadash Johnsen2: This doesn't sound like a social chanel 18:28 fahadash *channel 18:28 Johnsen2 Well where is the channel so i can see Onez server? ha? 18:28 Johnsen2 [#minetest] English channel: #minetest | Deutscher Kanal: #minetest-de | Canal en español: ##minetest-es | Canal en français : #minetest-fr 18:31 Johnsen2 ~Coin 18:31 ShadowBot Johnsen2: tails 18:31 Johnsen2 YAHOOOO 18:32 Johnsen2 shadowzone 18:33 PilzAdam Johnsen2, please be patient and don't abuse the bots 18:33 Johnsen2 Ooh but wait 18:33 Johnsen2 ~seen shadowzone 18:33 ShadowBot Johnsen2: I saw shadowzone in #minetest 25 minutes and 3 seconds ago saying "#minetest" 18:33 Johnsen2 Ok 18:34 Johnsen2 wow that many min past? 18:34 Johnsen2 PilzAdam do you know the channel to see MTZ-Basic? and Vanessa's servers? 18:34 AgentFire Okay 18:34 AgentFire So if I have moreblocks on my server 18:34 AgentFire And I delete the folder 18:35 AgentFire And then put in a more updated version of moreblocks 18:35 Johnsen2 ~coin 18:35 ShadowBot Johnsen2: tails 18:35 AgentFire While not joining the server at any point in time during this 18:35 Johnsen2 Yay finnaly i get tails 18:35 AgentFire Will this break anything? 18:35 PilzAdam Johnsen2, again, please stop abusing the bots 18:36 Johnsen2 I"m playing coins 18:36 PilzAdam AgentFire, maybe, if the moreblocks mod is broken 18:36 Johnsen2 Anyway"s im going to Minetest 18:37 AgentFire PilzAdam: Well, I just want to update the mod, because it appears I can't screwdriver some blocks in it 18:37 Johnsen2 hmm 18:38 PilzAdam AgentFire, if there is a bug in the new version then it could possibly break stuff (e.g. your world) 18:39 AgentFire Well, if that is the case, I'll keep a backup of the old version 18:45 MinetestBot 02[git] 04sfan5 -> 03minetest/master-server: Update to v3 of APScheduler 13c9c97b0 http://git.io/UkYp5w (152014-12-23T19:42:45+01:00) 19:02 n8_ Anyone here? 19:02 Calinou yes n8_ 19:02 Calinou ask your question 19:03 n8_ Not sure if I should go here or somewhere else (please direct me otherwise)... 19:03 n8_ But my daughter has started using minetest 19:03 n8_ She connects to online servers and is obviuosly able to chat. 19:03 Krock IRC is mostly the best place to get instant answers 19:03 Calinou F2 hides chat, if that's what you want 19:04 n8_ I would like to block the chat (not just turn it off). Is there a way to block it? 19:04 Calinou no 19:04 Calinou go to servers with better players, if you're worried :P 19:04 n8_ Does chat use a specific port I could firewall that is separte from the gameplay side of things? 19:05 Krock Chat gets transfered like node placement. I doupt there's a way to filter it 19:05 Jordach n8_, chat is part of the main protocol 19:05 Krock *doublt 19:05 n8_ ok thx. 19:05 Calinou no, it doesn't 19:05 Calinou all data goes on the same port 19:06 n8_ I thought about using the minetest.conf file and setting the chat options to 100% transpartent and color to something odd. Don't know if that will work though, I haven't tested yet. 19:07 Calinou you can't change chat colour either 19:07 Calinou nor transparency 19:08 Krock ShadowBot: help 19:08 ShadowBot Krock: help [] [] 19:09 n8_ OK, any suggestions on more kid friendly servers? 19:09 Calinou usually the smaller ones 19:09 Calinou certainly not the largest ones like “just test” 19:14 Krock I see how young MC is. https://forum.minetest.net/viewtopic.php?p=165653#p165653 19:14 Krock +the MC community 19:16 ElectronLibre (Don't you mean MT?° 19:16 fahadash I think ShadowBot is a hacker 19:16 Jordach qR 19:16 Jordach wat 19:16 Jordach WAT 19:16 ElectronLibre fahadash, it's a bot ._. 19:17 * fahadash puts his tinfoil hat on 19:17 MinetestBot U fookin wat m8? U wanta smack in da gabber? 19:17 Krock ElectronLibre, I thought skyblock is something popular in MC, and that usermight be a newcomer from MC 19:17 ElectronLibre I see, but how did you figure out this user was young? 19:18 Krock ElectronLibre, The spelling of the post message is typical for a younger person 19:18 Krock and someone deleted the said post 19:18 ElectronLibre Indeed. 19:19 * Krock stares at Jordach 20:21 Krock Do not click this link: http://www.shafou.com/ 20:22 shadowzone HOLY CRAP! 20:22 shadowzone What the hell what that for? 20:22 Krock Why did you? 20:22 shadowzone I don't know 20:24 Krock http://mostfungames.com/do-not-press-the-red-button.htm 20:25 Krock damn! It loops after 100 messages 20:27 SylvieLorxu http://summonthensa.com/ 20:27 Krock The end is about a metal box which contains a red button ith the text 20:27 Krock DO NOT PRESS - and it loops :( 20:28 Krock SylvieLorxu, haha good one :D 20:32 Krock SylvieLorxu, pressed that button X times.. I wonder how fast they're in front of my door 20:34 Jordach Krock, nope 20:34 Jordach quassels web preview saves teh day 20:34 Krock .. 20:53 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Conf.example: Fix typo 13c927763 http://git.io/UEUZ_g (152014-12-23T21:46:55+01:00) 21:09 Onii_ Krock: The link you gave me solved the problem. Thanks a lot! 21:11 Tg1 krock is offline i think 21:19 Onii_ Tg1: How can I thank him, then ? :))) 21:20 calgui who is tenplus1? 21:21 Onii_ Hello Calinou, did you write these commands? https://forum.minetest.net/viewtopic.php?f=42&t=3837 21:22 Jordach Onii_, calinou isnt here either 21:22 Jordach if you type their name by a few letters and hit tab, it should appear 21:22 Jordach if it doesn't, then they aren't here 21:25 calgui how do I contact xanadu admins? 21:27 calgui :/ 22:13 Jordach mmmmmmmm 22:13 Jordach https://cdn.mediacru.sh/1/1POzNvglALZL.png 22:14 VanessaE nice 22:14 Jordach it feels so much better 22:15 Jordach doesn't feel like it was made by a chimp with GIMP 22:15 Jordach rails are next in line to get shiny new textures 22:17 VanessaE Jordach: those look nice; pull requests against dreambuilder welcome ;-) 22:18 Jordach VanessaE, i based them off the old oak wood texture 22:19 Jordach apples might even end up on the chopping block 22:20 VanessaE already chopped. 22:20 VanessaE https://github.com/VanessaE/dreambuilder_game/commit/57b91e860c018800fe2a1b60d881e2cf41eab8e2 creates this ---> http://digitalaudioconcepts.com/vanessa/hobbies/minetest/screenshots/Screenshot%20-%2012232014%20-%2003%3a08%3a20%20PM.png 22:20 Jordach bleh 22:20 Jordach A MESH 22:21 Jordach that isn't cubic styled 22:23 VanessaE :P 22:24 * Jordach disapproves 22:25 Jordach VanessaE, this post shows the difference between the old wood and the new one 22:25 Jordach https://forum.minetest.net/viewtopic.php?p=165672#p165672 22:26 VanessaE not just "old wood" but VERY old...that's the 3-slat version 22:26 VanessaE I thought mt_game had a 4-slat version in it 22:26 Jordach it does 22:26 Jordach BFD had ancient versions 22:26 Jordach VanessaE, the kittens purr and meow now 22:27 shadowzone VanessaE: linux let me open that link, really nice. 22:28 Jordach VanessaE, http://youtu.be/BjtY-0ai9ZE 22:29 Jordach big_freaking_dig: 71.3 MB (74,801,551 bytes) 22:30 Jordach Contains: 2,148 Files, 343 Folders 22:33 VanessaE christ in a cartoon 22:33 Jordach this also includes git's history, which isn't including the update to 0.5 22:33 Jordach still not commited 22:33 VanessaE 56MB for dreambuilder, 6902 files 22:34 VanessaE (not including git history) 22:34 Jordach at this point BFD might as well as be used exclusively on servers 22:35 Jordach (this also explains crazyily why mining is extremely efficient when playing with others in a team) 22:39 VanessaE bbl 23:17 Jordach there, present wrapped for crimbo 23:17 * Jordach meows at sfan5 23:18 Jordach >Nickleback 23:18 Jordach u wot m8