Time Nick Message 00:00 Sh1fty right :) 00:00 marktraceur Another hilarious possibility is relicensing CC-BY-SA content under WTFPL. I'd call someone out on that just as much, if I found it. 00:00 marktraceur Or for that matter, GPL. 00:01 Sh1fty i prefer MIT for my open source stuff 00:01 marktraceur That sentence makes perfect sense 00:05 marktraceur Whereas "I prefer GPL for my free stuff" also does. 00:05 marktraceur Though usually it's more likely to hear "I prefer GPL for my stuff" 00:07 sokomine if all your stuff is free then it's perfectly all right to say it that way :-) 00:08 marktraceur Indeed. 00:08 marktraceur I'm actually contractually obligated to license my work under a free license....or at least, I am unless there are *very* special circumstances 00:09 sokomine i'm trying to store a string value in a tool in minetest. how do i do that? pilzadam gave an example today but i don't know if that applies to tools as well 00:09 sokomine sounds good :-) 00:12 RealBadAngel sokomine, tools can have own meta 00:12 RealBadAngel you can store anythin there 00:15 sokomine ok. i'm looking at the wear from your screwdriver 00:16 sokomine aah. so maybe i ought to do that in metadata? 00:18 RealBadAngel take a look here 00:18 RealBadAngel https://github.com/RealBadAngel/technic/blob/master/technic/battery_box_mv.lua#L131 00:18 RealBadAngel im using tool metadata to store tool load 00:19 jin_xi Hey RealBadAngel 00:19 RealBadAngel hi jin_xi 00:19 sokomine ah. so i can basicly use the same method you used for wear - provided i store the actual data in "metadata" 00:21 sokomine excellent. does the job 00:21 jin_xi i'm making buildings with l-systems 8) 00:21 RealBadAngel seen the wall picture 00:21 sokomine sounds intresting :-) 00:22 sokomine sapier has built a simple wall-based building system for his traders home (doesn't look bad!). converting an existing building to that wall-based system would be a bit work 00:22 RealBadAngel jin_xi, if you need specific commands or methods for building just let me know 00:22 jin_xi cool 00:22 RealBadAngel i made commands rather tree specific 00:23 RealBadAngel but i can see no problem to add more, buildings oriented 00:24 jin_xi i'm thinking about how to do this... atm i made up some functions to generate axioms, but thats really unwieldy 00:24 RealBadAngel L-systems contains in fact 3rd language for minetest 00:24 jin_xi yes, but a nice dsl would be cool 00:24 jin_xi logo like 00:25 RealBadAngel think what you will need to generate structures 00:25 RealBadAngel and i will implement it 00:25 jin_xi well, i dont think there are many more things needed from the system 00:25 jin_xi but in how you use it 00:26 jin_xi now you write "fffffffff" for example 00:26 jin_xi but would be cool making little language to be able to say 9f 00:26 jin_xi just numbers and variables 00:26 RealBadAngel hmmm, that should be easy to implement 00:27 RealBadAngel if theres a number take it and use as amount of repetitions 00:29 RealBadAngel by now axiom commands are just one character 00:29 jin_xi i know 00:29 jin_xi but it would be so cool to be able to do something like: 00:30 jin_xi name and reuse parts of axioms 00:30 Kacey hi all 00:30 RealBadAngel we do that already, with rules 00:30 jin_xi sorry, i cant explain 00:31 RealBadAngel thats why i added two more possible rules 00:31 RealBadAngel or you mean rather a variable? 00:31 Kacey what are you guys talking about? 00:31 RealBadAngel lsystems 00:31 jin_xi but id like to do "line: 8 f" 00:32 jin_xi "wall: 8 (line, up)" 00:32 jin_xi "box: 4 (wall, turn right)" 00:32 jin_xi or so 00:33 jin_xi simple logo like language on top of lua to generate axioms 00:33 jin_xi i know its abuse of l-systems 8) 00:33 marktraceur Why not use Lua to do that? 00:33 jin_xi well, indeed, but how? 00:34 marktraceur Make some table of 'f', length 8 00:34 marktraceur Make a table of those tables repeated, 8 times 00:34 * Kacey cant think of any god songs 00:34 marktraceur Then put four of those tables into yet another table 00:34 marktraceur Kacey: Relient K springs to mind 00:35 * marktraceur doesn't know how L-systems are implemented here 00:35 Kacey good, even 00:35 RealBadAngel well, in fact i can see here a different solution 00:35 marktraceur Kacey: Oh, then Relient K was a bad suggestion 00:35 Sh1fty Kacey, here's a god song for you: http://www.youtube.com/watch?v=1qAZpQllC9w 00:35 Sh1fty :) 00:35 marktraceur Kacey: Try some Eagles 00:35 RealBadAngel instead of abusing treegen, lets make structuregen instead 00:35 jin_xi or make lgen flexible for it all 00:35 Sh1fty how about we agree that trees are good now? :D 00:35 Kacey i cant open up links... 00:35 Sh1fty all they need is leaf decay and they'll be done 00:36 Sh1fty Kacey, why not? 00:36 Kacey xbox 00:36 Sh1fty lol 00:36 marktraceur Wow. 00:36 marktraceur That's a fail. 00:36 Kacey i left my computer at my other house 00:36 jin_xi i dont think it needs many more commands, but if it could use more types of nodes in one rule that would be cool 00:37 marktraceur s/at/in/ s/house/pants/ 00:37 marktraceur *snicker* 00:37 Sh1fty haha 00:37 Kacey lol 00:37 RealBadAngel jin_xi, treegen is stable. indroducing such complex commands (which will surely need more than 1 character) just asks for being separate stuff 00:37 Sh1fty dog ate my computer 00:37 * Kacey herpderp 00:38 Kacey and for my next joke... 00:38 RealBadAngel also we could use it to generate map structures like dungeons, mine shafts etc 00:38 * Kacey invisiblility 00:38 marktraceur Kacey: I have a great knock-knock joke, but you have to start 00:38 Kacey knock knock 00:39 marktraceur Kacey: Who's there? 00:39 Kacey you 00:39 jin_xi ore mines, clouds, rivers, streets... it has tons of potential 00:39 marktraceur Hm. I feel like that joke doesn't work as well in text. 00:39 Sh1fty haha 00:39 Kacey lol what was it? 00:39 Sh1fty jin_xi, rivers would be awesome 00:40 marktraceur Kacey: The joke is that I've put you in the position of having to tell your own knock-knock joke, and hopefully it takes you a tick to realize. 00:40 marktraceur Of course it's all about timing :) 00:40 jin_xi it can be used without recursions just for turtling nodes which, which can do pretty much everything... 00:40 jin_xi -which 00:40 Kacey ooh i see it now 00:40 RealBadAngel some of the trees doesnt use recursions 00:40 jin_xi so thats why i think logo like little language on top of lua would be cool 00:41 RealBadAngel like palms, theyre being just drawn 00:41 jin_xi to make easily parametrizable stuff 00:42 * Kacey wants to get his computer just to make a moretrees gamemode and map 00:42 jin_xi think of all the sierpinski sponges we can make 00:42 RealBadAngel i will try to fork treegen and make it easier to use 00:43 RealBadAngel yaw stuff is not really needed with buildings right? 00:43 RealBadAngel just 90deg angles 00:43 Kacey brb 00:43 RealBadAngel so up, down, left etc 00:43 Sh1fty can other attributes like health be easily added? 00:44 Sh1fty i just realized i haven't seen mods that do that 00:44 jin_xi i dont really think we need a specialized set of commands for trees and other stuff 00:44 jin_xi rather think about how it can be more flexible 00:45 jin_xi like add primitives and use those for trunks or building specific needs 00:45 Sh1fty and we can always build a simple framework on top of that to make specific things easier to do 00:46 Kacey uugh going to go get my computer bbiab 00:46 Sh1fty :D 00:46 RealBadAngel ok then, i will work on adding new commands to the treegen 00:46 jin_xi if i want to make the pentagon i'll need the yaw... 00:47 paxcoder !up kray.dy.fi 00:47 Minetest-tan kray.dy.fi:30000 seems to be down 00:47 paxcoder !up kray.dy.fi:30001 00:47 Minetest-tan paxcoder: Note: Syntax changed please use 'example.org 1337' instead of 'example.org:1337' 00:47 RealBadAngel can you make a list what commands you have in mind that will be certainly needed? 00:47 Minetest-tan kray.dy.fi:30001 seems to be down 00:47 paxcoder !up kray.dy.fi 30001 00:48 Minetest-tan kray.dy.fi:30001 seems to be down 00:48 paxcoder !up kray.dy.fi 30000 00:48 Minetest-tan kray.dy.fi:30000 seems to be down 00:48 jin_xi i just started out experimenting :) will let you know 00:48 RealBadAngel ok 00:52 marktraceur Rule 0 in IRC: Don't be a jackass. Rule -1 in IRC: Follow all the rules really closely when PMing an op. 00:53 RealBadAngel which in fact translates to: rule nr 1: op is always right. rule nr 2: when op is wrong, read rule nr 1 00:54 marktraceur Assuming that "nr" is supposed to be "number", yeah 00:56 Kacey back 00:56 Sh1fty RealBadAngel, i haven't seen it mentioned, but i'm thinking it would be a good idea to have axiom names longer than 1 character :) 00:57 sokomine is there a way to find out weather the game is running in survival or creative mode? 00:58 RealBadAngel Sh1fty, i will work on it 00:58 RealBadAngel sokomine, there should be, lemme do a quick research 00:59 Kacey minetest.is_creatie 00:59 Kacey creative even 01:00 RealBadAngel if minetest.setting_getbool("creative_mode") then 01:01 RealBadAngel true means youre in creative mode 01:01 sokomine that sounds good :-) 01:02 Sh1fty does survival mode have the same kind of bool? 01:02 sokomine does minetest.is_creative exist as well? 01:02 RealBadAngel if not minetest.setting_getbool("creative_mode") then "youre in surrival game" 01:03 RealBadAngel sokomine, idk 01:03 Sh1fty that's bad 01:04 sokomine ok. thanks. that's good enough :-) 01:04 Sh1fty every mode should have its bool, in case more modes get implemented, which is very likely 01:04 RealBadAngel Sh1fty, why bad? one "if" to check game mode 01:05 RealBadAngel if they get implemented they will propably have own variables 01:05 M13 hello 01:05 RealBadAngel but now one is enough 01:06 M13 how is minetest doing?? 01:06 Sh1fty yeah, but that will break mods later 01:06 marktraceur M13: It's doing pretty well, how are you? 01:06 Kacey so many recommendations... 01:06 M13 pritty good, just having some website probs 01:06 marktraceur As ever :) 01:07 M13 vps up and died. host1free is horrable 01:08 M13 how do you make sub domains with dot.tk 01:08 M13 ? 01:08 Kacey is falling in the default game? 01:09 marktraceur M13: This isn't a support forum for your DNS 01:09 M13 lol, srry 01:09 M13 my bad 01:10 Kacey AAH! ooh its a giant tree lol 01:10 RealBadAngel when we will start to talk about minetest.net domain problems it will proper place or not? 01:11 RealBadAngel stop abusing op power marktraceur 01:11 RealBadAngel its community channel 01:11 marktraceur RealBadAngel: Bring up a case of abuse of power and we'll discuss it. 01:11 RealBadAngel you just did that 01:12 marktraceur RealBadAngel: You're telling me that this *is* a support forum for some random free DNS? 01:12 marktraceur I'm terribly sorry, let me change the topic accordingly. 01:12 mauvebic ive had help with setting up subdomains here 01:13 marktraceur mauvebic: And what else would you expect from #dnshelp ? 01:13 marktraceur No, wait. Typo. #minetest. 01:14 mauvebic ? 01:14 RealBadAngel no, its a place for folks that r playin minetest and are a community. we are havin various problems sometimes. and usually first you ask your community friends. 01:14 marktraceur OK, fine. 01:15 marktraceur Did I forbid chatter? 01:15 marktraceur No, I said "This isn't a support forum for your DNS". 01:15 marktraceur Which it isn't. 01:15 RealBadAngel lol, srry 01:15 RealBadAngel my bad 01:15 RealBadAngel AAH! ooh its a giant tree lol 01:15 RealBadAngel * M13 opuścił/a czat (Quit: Page closed) 01:15 RealBadAngel you just forced user to leave 01:15 RealBadAngel and that is an abuse 01:15 marktraceur I didn't force anything. 01:16 marktraceur /kick is a force, saying words is merely saying words. 01:16 marktraceur Whatever the user was trying to figure out, they were better off asking qualified people who work for the DNS, as opposed to random people on the net. 01:16 Kacey this is a big tree... 01:17 Sh1fty Kacey, oak? 01:17 marktraceur And that's all I was trying to say. I'll be more clear next time. 01:17 Kacey sequoia 01:17 Sh1fty not as much fun :) 01:17 Sh1fty i built a tree house in a big oak 01:17 Kacey pinecones?!?!?!?!?! 01:18 Sh1fty yup 01:18 Kacey ^_^ 01:18 Kacey lagging on my own server... 01:19 RealBadAngel whats so strange bout cones? 01:19 Kacey i didnt expect them 01:20 RealBadAngel so just say Hallelujah! and get used to them ;) 01:20 Kacey growing a palm tree... 01:20 Sh1fty do palm trees have saplings? 01:20 RealBadAngel yeah 01:20 Kacey do they need sand? 01:20 Sh1fty that'll be fun 01:21 RealBadAngel yes, all other need dirt to grow 01:21 RealBadAngel palm needs sand 01:21 Kacey ok 01:23 Kacey now it needs to grow... 01:23 Kacey bbiab dinner 01:31 sokomine hmpf. too much testing. everything got white. i'll have to restart the game... 01:51 sokomine what remains apart from testing is to dig a node with my tool and place it into the player's inv. it is a tool after all...calling the default function might do 02:04 RealBadAngel btw if some1 wants to get some more FPS: 02:04 RealBadAngel on linux, start your game with ./minetest --logfile '' 02:05 RealBadAngel as for me it resulted in having 45-50fps again instead of 25fps 02:08 sokomine oh. that sounds like a good idea. mostly the logfile just consumes space 02:08 sokomine can you by any chance help me even further? :-) 02:09 RealBadAngel how? 02:09 sokomine in my tool, i want my own on_use function. so far so good. does mostly what i want. only - under some circumstances (that is, when not in creative mode), i want the tool to manually dig 02:09 sokomine is there a way to call the "standard" function? 02:10 RealBadAngel pastebin your current code please 02:10 sokomine what the tool does is replace one node with another. mostly useful for creative purposes. but if someone wants to use it in survival.. 02:11 sokomine hm, a bit too much for that. basically, i want on_use = function(itemstack, user, pointed_thing) do_something; CALL_THE_NORMAL_ON_USE_FUNCTION( itemstack, user, pointed_thing); do_something_more; end 02:11 sokomine i'll place it on github in a few moments 02:11 RealBadAngel make it KISS 02:12 RealBadAngel so, put just one IF there, i mean in on_use function 02:12 sokomine already got dirt-with-grass as a block in survival mode while testing :-) 02:12 RealBadAngel if creative-replace or whatever 02:12 RealBadAngel if surrival just return 02:13 sokomine hm, no, that won't do. i have to check if the conditions apply 02:13 sokomine hmm 02:13 sokomine that would require some after-function then? 02:13 RealBadAngel i dont think so 02:13 RealBadAngel but you have to try 02:14 RealBadAngel but the point is to split creative-surrival code with that IF 02:14 sokomine the very point is that i want to replace the node that the player "diggs" with another node. that's no problem in creative mode. in survival the player ought to get what he digged so that nothing is lost 02:14 RealBadAngel exactly 02:14 sokomine hmmmm. the point is that the digging would have to occour withhin the function... 02:15 RealBadAngel check my nodebreaker function for example 02:15 RealBadAngel it digs stuff 02:16 Kacey back 02:16 RealBadAngel https://github.com/RealBadAngel/technic/blob/master/technic/node_breaker.lua#L53 02:17 sokomine aah. that get_node_drops soundds promising 02:17 Kacey that was strange... 02:17 RealBadAngel local drops = minetest.get_node_drops(node.name, "default:pick_mese") 02:18 RealBadAngel in drops you get table with all what can be obtained from digged node 02:18 RealBadAngel and you can pass to the method tool name with what youre tryin to dig that node 02:22 RealBadAngel sokomine, also check this piece of mining drill code 02:22 RealBadAngel https://github.com/RealBadAngel/technic/blob/master/technic/mining_drill.lua#L38 02:22 sokomine the (not yet adapted) version can now be found in https://github.com/Sokomine/replacer 02:23 Kacey my computer overheated 02:24 Kacey !up 67.162.156.91 02:24 Minetest-tan 67.162.156.91:30000 is up (0.302ms) 02:24 Kacey a moretrees server 02:25 Sh1fty RealBadAngel, how big did your log files get? 02:25 sokomine does minetest.node_dig(pos,node,player) work reliable? dig_node does not seem to (doesn't take anything but pos as an argument which seems odd) 02:25 RealBadAngel sokomine, yes 02:26 sokomine kacey: hm. if you want moretrees without having to run the server as such try either vanessas server (for creative) or calinous/oldcoders server on minetest.org 40003 02:26 sokomine er, 30003 02:26 RealBadAngel Sh1fty, if i forget to delete it in two days it has 0.5-1gB 02:26 Kacey i am running my own 02:26 Sh1fty holy crap 02:26 Sh1fty that's a lot 02:26 Kacey so i dont lag 02:27 Kacey too late... 02:27 RealBadAngel disabling logging speeds the game a lot 02:27 Kacey how? 02:27 Kacey how do i disable it? 02:27 RealBadAngel a sec 02:28 Sh1fty i'm guessing using tmpfs for the log would have almost the same effect 02:28 RealBadAngel ./minetest --logfile '' 02:29 Kacey ? 02:29 RealBadAngel in the future propably this will be added: 02:29 RealBadAngel i'll add a config entry called "log_level" which will be a number representing how much is logged (0 = no logging, 1 = errors, 2 = action, 3 = info, 4 = verbose, 5 = dstream) 02:29 Sh1fty i see it as already there 02:29 Sh1fty log_add_output_maxlev(&main_stderr_log_out, LMT_ACTION); 02:29 Sh1fty log_add_output_all_levs(&main_dstream_no_stderr_log_out); 02:30 Sh1fty that's in main() 02:30 RealBadAngel i mean config option to setup the game 02:30 RealBadAngel in minetest.conf 02:31 Kacey there needs to be bone meal or fertilizer that makes saplings grow instantly... 02:31 sokomine ah, and node_dig gives the player all the stuff automaticly? you just couldn't use it in the destroyer because that of course has another purpose? 02:31 RealBadAngel sokomine, yes. 02:32 Sh1fty Kacey, a watering can? 02:32 Kacey ya sorta that you can fill 02:32 RealBadAngel sokomine, and it will be aware of other mods like item_drop too 02:33 Kacey come on grow... 02:34 Kacey haha maybe if i put mese blocks under the water... 02:34 Kacey now violas around it 02:34 RealBadAngel you can test technic's mining drill with https://github.com/RealBadAngel/technic/blob/master/technic/config.lua 02:34 Kacey GROW already!!!!! 02:34 RealBadAngel set pickup to true/false and check how it works 02:35 RealBadAngel i mean drop lol, sorry 02:36 RealBadAngel Kacey, there will be a way to grow trees instantly 02:36 Kacey ok 02:36 Muadtralk Kacey did you ask it nicely? 02:37 Muadtralk after all trees have feelings too 02:37 sokomine thanks. never got around to use the drill. but i just created a large battery hall which eventually will look like a machine hall on the kingarthur server (it is underground) 02:37 Kacey Muadtralk, yes 02:38 RealBadAngel no, he just asked. i asked PilzAdam for fertilizer like 2 months ago. Since whem im responsible for trees im sayin that feature is a must have and will be there 02:39 * Kacey wishes the tree would grow 02:39 RealBadAngel by now wish works the best, fertilizer will come later ;) 02:40 RealBadAngel it will be needed by automatic tree farms 02:40 RealBadAngel you will send saplin to deployer, it will plant it 02:41 RealBadAngel then fertilizer on next mesecons singal 02:41 RealBadAngel it will grow 02:41 Kacey is there a /restart command? 02:41 RealBadAngel then with another signal you will run tree cutter 02:42 RealBadAngel ofc you will need to make complex mesecons logic circuit to get it done 02:43 sokomine seems to work fine. i was a bit confused when i wasn't able to "paint" the stones back that i had painted with dirt and cobble; but that is as it should...stone gets turned to cobble 02:44 sokomine fertilizer? hm. someone on the kingarthur server did something like that. iirc cooking leaves or something like that 02:45 mauvebic fertilizer = ingame tnt craft ingrdient? 02:45 Sh1fty haha 02:45 mauvebic wow that was crap spelling lol 02:46 mauvebic according to TV anyhow 02:46 RealBadAngel hehe 02:46 RealBadAngel i think it could be made out of leaves 02:46 mauvebic isn't ammonia + bleach also agent orange? could be cool ingame defoliage lol 02:46 RealBadAngel since we got now so many of them 02:46 mauvebic no its mustard gas 02:47 mauvebic i know theres already bleach in game, not sure about ammonia 02:47 sokomine yes. those large trees yield really huge amounts of leaves :-) 02:47 sokomine maybe it is time for a lumberjack as well. sometimes a tree is just at the wrong position :-( 02:48 RealBadAngel try it :) timber mod definitely needs updatin ;) 02:48 mauvebic why doesnt timber work on moretrees? 02:48 mauvebic it should work on all tree groups no? 02:49 RealBadAngel because theyre not straight sticks anymore? :) 02:49 mauvebic if trees were like pipeworks (ie, where each leafnode defined its parent branch/tree node) then you could prune trees much in the same way as IRL 02:49 Kacey panes mod doesnt work :( 02:50 Muadtralk which one? 02:50 mauvebic essentially leafdecay 2 for moretrees lol 02:50 Kacey Jordach's 02:50 RealBadAngel bbl 02:50 sokomine mauvebic: yes, that sounds good :-) but would it be possible? hm. the metadata might not be much worse than chests? still a lot of metadata 02:50 sokomine and how to handle trees with several thrunks? 02:51 mauvebic no more metedata if your running my version of pipeworks, or twice as much with vanessa's version 02:51 mauvebic since she has tubes which must prolly work similiarly 02:51 mauvebic its one meta, source: position of tree/branch node 02:52 mauvebic then the leafdecay abm checks each leaf's source node to make sure its still there 02:52 sokomine no, i don't run pipeworks in my local world. only a stripped-down version of technic and mostly mods aiming at a rich plantlife 02:53 sokomine realbadangel: so thank you very much for the help :-) i think the mod is now done. apart from what i always lack: pictures and such. can't do them on the computer for whatever reason. i can draw acceptable with pen&paper...but not with a computer :-( 02:53 mauvebic anyways chests is way more meta since it has an inventory lol 02:56 Sh1fty i just took a look at how minetest stores map data and i don't know what to say... 02:56 Sh1fty i think i'll start rewriting map.cpp 02:56 * Kacey is going to strip technic down 02:57 sokomine why? 02:57 * mauvebic is going to strip 02:57 Kacey i want only certain things 02:57 Sh1fty mauvebic, pics or gtfo :D 02:57 sokomine ah, ok 02:57 mauvebic lol 02:57 sokomine as long as you don't strip poor trees.... 02:58 Sh1fty but strip mining is ok? :) 03:00 Kacey stupid me... 03:00 sokomine what's up? 03:00 Kacey i forgot to install the dependancies 03:01 sokomine ah, ok. i stripped it down because of the dependencies (no need to have mesecons on my local machine) 03:02 Kacey i like mesecons 03:02 sokomine yes, it's nice. but not on my local server that's mostly plantlife. a chain of technic machines is still a nice add-on :) 03:03 Kacey i can make a mesecons clock, that is as in a machine that does something in a repeated manner 03:05 Kacey 23 pages in creative inventory... 03:06 sokomine does anything already use the receipe stick - stick - bucket (on top of each other)? 03:08 Kacey what ddoes sonic screwdriver do? 03:11 Muadtralk its a screwdriver 03:11 Muadtralk what do you think it does 03:11 Sh1fty rotate? 03:11 Muadtralk it puts up shelves sonicly 03:11 Kacey it does nothing... 03:11 Muadtralk :) 03:11 Muadtralk no it rotates things 03:12 Sh1fty but it is a fair question, since it's a sonic screwdriver 03:12 Sh1fty it could do pretty much anything 03:13 sokomine it rotates nodes that use facedir (i.e. stairs). very helpful tool 03:13 sokomine ah, ok, the sonic version 03:13 sokomine who knows what *that* one does :-) 03:14 Sh1fty http://www.youtube.com/watch?v=LXliD189bss 03:14 Kacey mithril chests dont work with tubes... 03:14 Sh1fty a video showing what the sonic screwdriver can do :) 03:18 Kacey my sapling isnt growing :( 03:18 Sh1fty what did you plant it on? 03:20 Kacey sand it is a palm sapling 03:23 Sh1fty i don't see the surface definitions in the moretrees mod 03:23 Sh1fty try it on dirt 03:23 Kacey ok 03:23 Kacey RBA said sand 03:24 Sh1fty could be it's not implemented yet 03:24 Kacey alright 03:25 Kacey moretrees + technic(and all dependencies) = awesome treehouse 03:26 Sh1fty it only spawns on sand, but if you grow it you need dirt 03:26 Sh1fty at least that's what the code looks like 03:26 Kacey hmm 03:26 Kacey join my server 03:27 Kacey !up 67.162.156.91 03:27 Minetest-tan 67.162.156.91:30000 is up (0.304ms) 03:27 Sh1fty can't now 03:28 Kacey why not 03:28 Sh1fty doing something 03:28 Kacey whacha doin? 03:28 Sh1fty trying to make sense of the cpp code 03:29 Kacey haha 03:29 Kacey good luck 03:29 Sh1fty yeah 03:32 Kacey ... i need more wateer mills... 03:34 Kacey 2 water mills should = twice as fast charging right? 03:34 Sh1fty no idea, i still haven't tried technic 03:35 Kacey in theory though 03:43 Kacey long distance still works... 03:43 Sh1fty did planting palms on dirt work? 03:43 Kacey idk yet 03:48 Kacey still hasnt grown... 03:53 Kacey where do i find the sounds played by the music player? 03:54 Sh1fty my palm tree just grep 03:54 Sh1fty grew* 03:54 Kacey mine hasnt :( 03:55 Sh1fty it has to be on dirt with grass 03:55 Kacey ... 03:55 Kacey ok 03:55 Kacey it i 03:55 Kacey is 04:05 Kacey RealBadAngel, PING 04:07 Sh1fty i'm done for the night, it's 5 am :) 04:08 Kacey night i guess 04:08 Sh1fty 'night 04:13 Kacey anyone know anything about technic? 04:24 sokomine er, yes. some. but definitely not all 04:25 Kacey do i have to install sounds for the music player? 04:27 sokomine afaik some sounds are supplied with technic 04:28 Kacey i cant seem to play them... 04:29 sokomine iirc it plays a role which type of blocks you place under them 04:29 Kacey music players 04:29 Kacey and the wire inputs to the bottom only 04:30 sokomine good question. i don't know. never tried the music players 04:31 sokomine i usually have sounds completely off 04:31 Kacey i need python-gnome... 04:31 Kacey how do i get it? 04:34 Kacey nvm found it 04:35 Kacey configure: error: could not find Python headers or library 04:36 Kacey hm? 04:47 Kacey haha i win 04:51 Kacey oops 04:57 Kacey hi Taoki 05:04 OldCoder I have PMd several of you 05:04 OldCoder Those who are here PM back but allow me time to respond 05:04 Kacey hi OldCoder 05:06 OldCoder Kacey, Hi 05:06 OldCoder M13, PM 05:07 M13 OLDCODER 05:07 M13 hey 05:07 M13 !! 05:07 M13 I got a raspberry pi 05:07 M13 Its so fast and small 05:07 Kacey i have an aspireone lol 05:07 M13 Programmed with Debain 05:07 Kacey it is tiny and medium speed 05:07 M13 OldCoder, Kacey Join ##m13 05:08 OldCoder M13, PM 05:08 M13 OldCoder, join ##bashos 05:08 Kacey wait a raspberry pi is a robot right? 05:08 OldCoder M13, PM 05:08 M13 it is a processor that you can build stuff out of 05:08 Kacey nice 05:09 Kacey like an arduino? 05:12 Kacey https://www.youtube.com/watch?v=r456d0imYPE M13 just for you ^_^ 05:14 Taoki hi 05:14 Taoki Need to go now though, later 05:14 M13 Kacey, Ive got it booted lol, im on it 05:15 Kacey put up a video 06:12 VanessaE can anyone tell me what I'm doing wrong? suddenly, player_textures doesn't work anymore (no errors, the skins simply aren't being used) 07:39 hmmmm well 07:39 hmmmm i always suspected i would die in this trampoline 08:08 KikaRz Hi! 08:08 KikaRz Good Morning! 08:08 VanessaE morning 08:09 KikaRz VanessaE... how have you been»? 08:09 VanessaE meh 08:11 KikaRz how i mount my other partition in linux? 08:12 VanessaE mkdir /mydrive; //mount /dev/whatever /mydrive 08:12 KikaRz mydrive? 08:12 VanessaE change whatever to the device name of your drive 08:12 KikaRz and how i know the device name? 08:12 VanessaE mydrive could be anything, it's just a place to mount the drive. 08:12 RealBadAngel hi all 08:12 VanessaE it'll be /dev/sda1 or something similar 08:12 KikaRz going to try 08:12 VanessaE (sdb, sdc,... 1, 2, ....) 08:12 VanessaE hi RBA 08:13 KikaRz mkdir: impossível criar a pasta «/dev/sda1»: File exists 08:13 KikaRz mkdir: impossível criar a pasta «/mydrive»: File exists 08:13 VanessaE nono 08:13 VanessaE you left out the semicolon 08:13 KikaRz ? 08:13 KikaRz what? 08:14 VanessaE mkdir /mydrive; //mount /dev/whatever /mydrive 08:14 KikaRz oops 08:14 KikaRz what now? 08:14 VanessaE ls /mydrive 08:14 KikaRz lol 08:15 KikaRz ls: impossível aceder a mydrive: No such file or directory 08:15 KikaRz its /mydrive 08:15 VanessaE ok 08:15 VanessaE start over ;-) 08:15 KikaRz nothing 08:15 VanessaE mkdir /mydrive 08:15 VanessaE mount /dev/whatever /mydrive 08:15 KikaRz mkdir: impossível criar a pasta «/mydrive»: File exists 08:15 VanessaE ok, skip that step. 08:16 VanessaE just mount it now 08:16 KikaRz The disk contains an unclean file system (0, 0). 08:16 KikaRz The file system wasn't safely closed on Windows. Fixing. 08:16 KikaRz tried with sda1 08:16 VanessaE that's okay, as long as it didn't error out 08:17 KikaRz lol 08:17 KikaRz it dont has the files 08:17 VanessaE ok 08:17 VanessaE umount /dev/sda1 08:17 VanessaE cat /proc/partitions 08:17 VanessaE you'll see a list of hard disk partitions 08:17 KikaRz just: Boot, System Volume Information, BOOTSECT.BAK, bootmgr HAYXS and win7.ld 08:18 VanessaE pick one of those, mount /dev/xxxxxxx /mydrive 08:18 KikaRz found! 08:18 KikaRz its sda2 08:18 KikaRz thxs 08:19 VanessaE excellent 08:20 VanessaE now I guess copy your files to somewhere safe or do whatever, then umount /dev/sda2 08:20 KikaRz can't i just leave it mounted? 08:20 VanessaE for now sure, but it won't be permanent 08:20 VanessaE what are you mounting it from? 08:21 VanessaE booting from a CD or so? 08:21 KikaRz no 08:21 KikaRz SO 08:21 KikaRz Linux 08:21 VanessaE SO? 08:21 KikaRz OS* 08:21 VanessaE oh, you re-installed or something? 08:21 KikaRz ? 08:21 KikaRz no. 08:22 KikaRz I'm running it from Crunchbang Linux 08:22 VanessaE just trying to figure out why you need to manually mount that partition 08:22 KikaRz idk 08:23 KikaRz well 08:23 KikaRz i dont 08:23 KikaRz i had one problem with root permissions 08:23 KikaRz and couldn't enter 08:23 KikaRz Linux RULEZZ!!!! 08:24 VanessaE ah 08:24 VanessaE to make that permanent you'll need to edit your /etc/fstab 08:24 VanessaE (the mount) 08:26 KikaRz so 08:26 KikaRz what i add there? 08:26 KikaRz # 08:27 KikaRz ? 08:28 leo_rockway VanessaE: I made a post in plant_life a little bit ago about an error. 08:28 VanessaE oh? 08:28 leo_rockway http://forum.minetest.net/viewtopic.php?pid=67743#p67743 08:30 VanessaE you only upgraded part of plantlife. 08:30 VanessaE you have to keep all parts of it up-to-date. 08:30 VanessaE that mention of "options" is something I updated a while back 08:30 leo_rockway mmhh... let me check 08:31 leo_rockway VanessaE: everything says up-to-date 08:31 VanessaE you have an old copy o...wait 08:31 VanessaE poinsonivy <--- 08:32 VanessaE you didn't follow the install instructions :-) 08:32 VanessaE note the extra 'n'/ 08:32 VanessaE delete that folder. 08:32 VanessaE it's a copy&paste error from ages ago, just got flushed out a week or so ago. 08:32 leo_rockway oh, a pebcak. Sorry >.< 08:32 VanessaE hehe 08:32 VanessaE well I wasn't trying to say THAT :-) 08:33 leo_rockway and thank oyu. 08:33 leo_rockway yo* 08:33 leo_rockway -.- 08:33 leo_rockway you* 08:33 VanessaE no prob 08:33 leo_rockway I didn't read the instructions, though. I have a script that autopulls changes from git repos. 08:33 leo_rockway I should've read 08:33 VanessaE tsk tsk tsk :-) 08:35 leo_rockway there, works like a charm =] 08:35 leo_rockway and now that the server is running, I'm going to sleep 08:35 leo_rockway bye! 08:39 VanessaE of course it works 08:39 VanessaE that' 08:39 VanessaE that's because *I* wrote it ;-) 08:39 VanessaE good night then :-) 08:43 pandaro hi all 08:44 VanessaE hi 08:44 KikaRz VanessaE, there is any chances to be a good youtuber in Linux ? (with Minecraft, Minetest, etc...) 08:45 VanessaE not really, I suck as using youtube 08:46 KikaRz im saying: There is any chances "for me" to be a good youtuber using Linux ? 08:47 pandaro i ask anyone: 08:47 pandaro I try to build a block of gas 08:47 pandaro I have a problem, 08:48 pandaro if a block of gas falls on top of another block of gas {falling_node = 1} the underlying block disappears. 08:48 pandaro as fixed this? 08:52 RealBadAngel VanessaE, i think you should change moretrees mod description :) 08:53 VanessaE how so? 08:54 Umbron hi 08:54 pandaro how to ensure that the lower block does not disappear 08:55 VanessaE RealBadAngel: change it how? 08:55 RealBadAngel Basic mod to add Jungle Trees and Conifers to the game 08:56 RealBadAngel is that right? ;) 08:58 VanessaE oops 08:58 VanessaE oh you mean on github 08:58 RealBadAngel yes 08:58 KikaRz VanessaE, I hope you like Gangnam style made in Spain at a lot years ago 08:58 KikaRz http://www.youtube.com/watch?v=6IQ0snWgef0 08:58 KikaRz :P 08:59 VanessaE RealBadAngel: how do I edit it? I don't actually see an option to do so 09:00 VanessaE there it is. 09:00 VanessaE fixed. 09:01 RealBadAngel hehe way better now 09:15 RealBadAngel btw i have a feelin that world generation is faster without logging 09:50 KikaRz Achievement get! Removing 100000+ blocks with WorldEdit. 09:59 RealBadAngel lol 10:00 RealBadAngel ive updated Haven with some moretrees textures 10:00 RealBadAngel not all of them yet 10:00 RealBadAngel http://i.imgur.com/t9FBgWE.jpg 10:07 RealBadAngel http://forum.minetest.net/viewtopic.php?id=2419 10:22 KikaRz Guys 10:22 KikaRz are you there? 10:47 Jordach morning 10:47 jin_xi morning Jordach 10:48 iqualfragile morning 10:49 rubenwardy hi all 10:53 jin_xi hi iqualfragile hello rubenwardy !!! 10:55 Jordach RealBadAngel just merged unified inventory into technic 10:57 rubenwardy what does everyone think of the new download / side bar? http://multa.bugs3.com/minetest/forum/viewmod.php?id=12 10:57 rubenwardy (notice that the review is a place holder, mod owners will not be able to review their own mod) 10:58 rubenwardy ping: VanessaE, pilzadam, jordach, oldcoder 10:59 jin_xi hey rubenwardy: its cool, but it also confuses me a bit... 10:59 rubenwardy explain 10:59 rubenwardy does the download look like a title? 10:59 jin_xi ok: it has both Version and Release, which i find strange 10:59 Jordach rubenwardy, rendering error with latest stable google chrome: http://imgur.com/QuRBY78 11:00 Jordach farming plus needs to be inline and not floating above 11:00 Jordach fix yer damn padding 11:00 Jordach (and margins) 11:00 jin_xi also the method thing is confusing 11:00 rubenwardy a ha 11:00 rubenwardy "release" is an integer version number 11:00 jin_xi also i think the mt versions spam up the tags 11:01 rubenwardy they are a bit pointless 11:03 rubenwardy Jordach: it is because "Farming Plus" goes onto two lines. 11:05 rubenwardy Jordach: fixed 11:06 Jordach any mods here? 11:06 Jordach spam: http://forum.minetest.net/viewtopic.php?pid=67773#p67773 11:06 jin_xi just hit report 11:06 jin_xi Hey PilzAdam 11:06 PilzAdam Hello everyone! 11:06 Jordach jin_xi, i do use it, but it is useless when there is Real Time IRC 11:07 rubenwardy PilzAdam: what does everyone think of the new download / side bar? http://multa.bugs3.com/minetest/forum/viewmod.php?id=12 11:07 rubenwardy (notice that the review is a place holder, mod owners will not be able to review their own mod) 11:08 Jordach rubenwardy, better, lookin good! 11:10 RealBadAngel was afk, Jordach, why you pointed UI mergeing? 11:11 Jordach because inventory plus 11:11 RealBadAngel what about it? 11:12 Jordach because error 11:12 RealBadAngel lol, please dont keep me pulling your tongue, just say whats wrong :) 11:16 jin_xi RealBadAngel: https://gist.github.com/4696915 some thougs about l-systems 11:16 jin_xi PilzAdam: ^^^ 11:17 RealBadAngel jin_xi, thx 11:18 Jordach RealBadAngel, what about the noobie users of inventory+, because UI wont work with it 11:18 RealBadAngel 1) ui uses most of i+ code 11:19 RealBadAngel and its addons 11:19 RealBadAngel 2) in the future API for it will be aviable 11:19 RealBadAngel 3) it will be customizable with INGAME config GUI 11:19 KikaRz who knows when thexyz enters? 11:23 RealBadAngel also thx to UI all the technic stuff will be customizable (ofc when changin settings restart will be required) 11:23 KikaRz RealBadAngel 11:23 KikaRz can't you make buildtest ? (copy of Buildcraft) 11:23 KikaRz and / or portal gun mod»? 11:28 RealBadAngel definitely not atm, im too busy with other things 11:28 KikaRz l ike what? 11:28 RealBadAngel technic 11:28 RealBadAngel it needs lotsa updates and changes 11:29 KikaRz /var/cache/apt/archives/tint2_0.11+svn20111022-3_amd64.deb 11:29 KikaRz E: Sub-process /usr/bin/dpkg returned an error code (1) 11:29 KikaRz :'( 11:29 KikaRz cant dist-upgrade 11:29 KikaRz because of that 11:30 KikaRz org.lwjgl.LWJGLException: Could not choose GLX13 config 11:31 KikaRz when i try to launch my opengl game or minecraft. 11:31 RealBadAngel try googlin for error message 11:31 RealBadAngel i can see lotsa solutions on how to fix that 11:32 KikaRz give me one 11:35 KikaRz stupid tint2 11:37 RealBadAngel PilzAdam, just replied to this topic 11:38 RealBadAngel KikaRz, what is your os? 11:39 KikaRz Crunchbang (based on Debian 11:39 KikaRz why? 11:39 KikaRz its tint2 necessary? 11:40 KikaRz my letters are all fucked up (in the tray bar "where are icons") 11:41 RealBadAngel "Purging and reinstalling will solve this." 11:41 KikaRz what? 11:42 RealBadAngel citation from one solution 11:42 KikaRz purging and reinstalling what? 11:42 RealBadAngel remove what you have recently installed 11:42 KikaRz im dist-upgrading 11:43 KikaRz oh 11:43 KikaRz bye 11:43 RealBadAngel http://www.linuxquestions.org/questions/debian-26/sub-process-usr-bin-dpkg-returned-an-error-code-1-a-171107/ 11:43 Exio that "1" doesn't mean anything really 11:43 Exio if he can read the real error 11:44 Exio "something goes wrong with X thing" 11:44 Exio he can apply something called logic to solve the issue 11:44 RealBadAngel he left already 11:45 Exio i know 11:45 jin_xi http://i.imgur.com/9IwwqcE.png some cubes and spirals 11:45 RealBadAngel those are l-systems?? 11:45 jin_xi yes, but without recursions/replacements 11:46 jin_xi this leaves turtle system 11:46 jin_xi its just turtle forward, up, angle repeat... 11:46 RealBadAngel shit, you have suprised me 11:46 RealBadAngel really 11:46 jin_xi thats why i think we need logo or forth on top of it 11:46 jin_xi you have made full turtle system that can do everything 11:47 KikaRz Back! 11:47 KikaRz i'll reboot computer 11:47 jin_xi to be clear: all those are just one long axiom. no rules 11:47 RealBadAngel but i havent expected it to be such abused lol 11:47 KikaRz see ya in few minutes 11:47 RealBadAngel http://www.linuxquestions.org/questions/debian-26/sub-process-usr-bin-dpkg-returned-an-error-code-1-a-171107/ 11:47 RealBadAngel KikaRz, its for you ^^ 11:48 KikaRz not working 11:48 KikaRz ill try next the reboot 11:49 Rabbi_Bob morning 11:49 jin_xi Hi Rabbi_Bob 11:49 RealBadAngel jin_xi, i tried already to make treegen accepting commands longer than one char 11:49 RealBadAngel but it will need rebuilding whole draw loop 11:50 RealBadAngel and introducing a parser 11:50 jin_xi i think most needed commands is: set angle directly with parameter and choose node directly with parameter 11:50 RealBadAngel loop will stay to just identify and cut commands from axioms and pass them to parser 11:50 jin_xi but i still think you can leave the system as is and do forth in lua on top of it. should be easier 11:51 RealBadAngel no way 11:51 jin_xi just needs really long axioms 11:51 RealBadAngel it would be too slow 11:51 RealBadAngel we are talkin bout processing very large ammount of data 11:51 KikaRz MY MENUS DISAPPEARED! 11:51 KikaRz AAAA 11:52 jin_xi look: its just slow to generate the axiom 11:52 jin_xi if you then speed up the processing of axioms, ok 11:52 KikaRz Help? 11:52 RealBadAngel i was meanin processing them 11:52 jin_xi ok 11:52 KikaRz menus disappearedf 11:53 RealBadAngel why dont you pick a solid stable distro?? 11:53 OldCoder Hello? 11:53 RealBadAngel hi Oldcoder 11:53 jin_xi also, if there is moving, building turtle node it does not need to be fast 11:53 jin_xi could be fun to watch 11:53 OldCoder RealBadAngel, PM 11:53 RealBadAngel sure OC 11:54 KikaRz who can help me? 11:54 RealBadAngel jin_xi, that could be achieved with introducing Turtle object and slowing things down 11:55 RealBadAngel fuel it or something, provide needed resources and let it work 11:55 RealBadAngel but, when used on map generation it has to be as fast as possible 11:55 RealBadAngel so, no Lua 11:55 jin_xi make three tiers technic turtle node with invs 11:56 jin_xi one slow, one ok and one superfast 11:56 RealBadAngel damn, my day is too short for all this stuff lol 11:56 jin_xi nuclear turtles: green nodes with colored bands over eyes lol 11:56 Rabbi_Bob heh 11:56 RealBadAngel wanna code it?? 11:56 jin_xi well, i doubt i can do it 11:56 RealBadAngel try, i may help 11:57 jin_xi hmm, i was thinking to make some axioms for skyscrapers, houses with pitched roofs and such 11:58 jin_xi but yes, give me some time, i'll try to work on it and ask you stuff 11:58 RealBadAngel i will grant you rights to modify technic 11:59 jin_xi if we can pull this off it'll be really cool 8) 11:59 RealBadAngel yeah 12:00 RealBadAngel i see in it solution to introduce map generated structures 12:00 RealBadAngel lookin random 12:00 RealBadAngel but programmable easily 12:23 Rabbi_Bob bummer, getting the "peer_id=2: failed to emerge player" error on my fresh server 12:30 Rabbi_Bob I think I figured it out in my particular instance 12:32 Rabbi_Bob I'll puke this out so it's in a log somewhere, it may help someone else 12:33 Rabbi_Bob I'm running Ubuntu 12.04LTS on a headless machine (no desktop\gui\etc) and the box has multiple NICs (5). 12:34 Rabbi_Bob If my client machine (172.25.4.100) connects to the first port of the server the following occurs 12:34 Rabbi_Bob Client -> Server: connection handshake 12:34 Rabbi_Bob Client <- Server: ERROR[ServerThread]: Server: peer_id=2: failed to emerge player 12:35 Rabbi_Bob Client -> Server: continues to send information and server receives 12:35 Rabbi_Bob Client -> Server: keeps going, server knows something is there however cannot communicate back 12:35 Rabbi_Bob Server log: ERROR[ServerThread]: Server: peer_id=2: failed to emerge player 12:36 Rabbi_Bob If I move the connection up to another port, it works 12:36 Rabbi_Bob Server: >route -n 12:36 Rabbi_Bob Destination Gateway Genmask Flags Metric Ref Use Iface 12:36 Rabbi_Bob 0.0.0.0 172.25.4.1 0.0.0.0 UG 100 0 0 eth4 12:36 Rabbi_Bob 172.25.4.0 0.0.0.0 255.255.255.0 U 0 0 0 eth4 12:36 Rabbi_Bob 172.25.4.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 12:37 Rabbi_Bob eth4 is the working nic 12:37 Rabbi_Bob eth1 is the failed to emerge nic 12:37 Rabbi_Bob and it's the route out causing the issue 12:38 KikaRz hi 12:38 KikaRz i had to reinstall crunchbang 12:38 KikaRz and i lost all windows files 12:38 KikaRz :( 12:42 pandaro kikarz:dpkg --configure -a 12:43 KikaRz ... 12:43 KikaRz pandaro... 12:43 KikaRz I had to reinstall crunchbang and i lost all windows files. 12:43 pandaro you lose all win files? 12:43 KikaRz yea. 12:43 KikaRz ill install windows soon again 12:44 KikaRz i lost all my programming files 12:44 KikaRz all my java classes... maps ... skins... blocks that i planned to minetest... 12:45 pandaro I cry for you 12:53 Rabbi_Bob Posted: http://forum.minetest.net/viewtopic.php?pid=67800#p67800 12:53 Rabbi_Bob bummed I lost an hour figuring that out 12:59 jin_xi Rabbi_Bob: nice post 13:01 Rabbi_Bob thanks 13:02 Rabbi_Bob and my kid's world, which hasn't been on for 10 months and was 4.3, is now running again under a fresh 4.4 install 13:06 Rabbi_Bob and that's all she wrote. Have a good one 13:07 KikaRz Hi 13:07 KikaRz how i see my graphics card? 13:10 pskosinski Open PC… 13:10 pskosinski Or try app called GPU-Z ;) 13:11 KikaRz ...< 13:11 KikaRz idiot 13:11 pskosinski >.> 13:11 KikaRz it's in Linux. 13:11 pskosinski I assumed that someone asking such question must be using Windows, sorry 13:12 KikaRz ... windows = dxdiag 13:12 KikaRz linux = cat (something at front) 13:12 pskosinski You can try lspci -v but there won't be much info 13:13 pskosinski There was lshw or something like this iirc, for detailed informations… 13:13 KikaRz damn 13:13 KikaRz error. 13:15 pskosinski Nice guy. 13:16 jin_xi crashed, probably 13:38 PilzAdam Jordach, BF3, now 14:09 Jordach PilzAdam, i just came back from MacDonalds 14:25 Penguin_ hi 14:29 sfan5 hi 14:34 iqualfragile hi 14:35 iqualfragile pskosinski: its a girl 14:35 Penguin_ im not a girl 14:35 iqualfragile i know 14:35 iqualfragile i was not talking about you 14:36 pskosinski iqualfragile: ok, ty 14:36 iqualfragile and i guess she was angry because about everybody around here knows that she uses linux 14:37 pskosinski How ca someone be angry because of that… 14:37 pskosinski aaah, ok 14:37 pskosinski I get it. :) 14:38 pskosinski Well, I don't know many people here. 14:58 Kacey hi all 15:00 jojoa1997 Hello all 15:01 Kacey hi 15:04 jojoa1997 Kacey i finally learned how to use a texture pack and it is amazing 15:05 jojoa1997 before i would switch out all the textures by hand 15:05 * Kacey thinks texture pack folders should be supported 15:06 Kacey that way we can switch texture packs in-game 15:06 jojoa1997 true +1 15:06 Kacey that would require a core mod though... 15:07 * jojoa1997 forces Kacey to learn C++ but then.. 15:07 * jojoa1997 learns it and codes the mod 15:08 * Kacey + code = an accident waiting to happen 15:08 Kacey i suck at coding stuff 15:08 Kacey i am a better tester than anything 15:08 jojoa1997 same here 15:09 jojoa1997 lol i can to minetest to build buit ending up i like surviving off the land better 15:09 * Jordach pokes sfan5|OFF 15:09 Kacey !up 67.162.156.91 15:09 Minetest-tan 67.162.156.91:30000 is up (0.300ms) 15:10 jojoa1997 !up 0gb.us 30000,30002 15:10 Minetest-tan 0gb.us:30000 seems to be down 15:10 Minetest-tan 0gb.us:30002 seems to be down 15:10 * sfan5|OFF pokes Jordach 15:10 jojoa1997 wow it actuallt worked 15:12 * jojoa1997 like VanessaE's 64px texture pack 15:12 * Kacey likes the default pack 15:12 * Jordach likes pure alpha textures 15:15 * Kacey lags with any other texture pack 15:15 jojoa1997 doesnt texture packs create no lag 15:16 jojoa1997 also kacey try gridtoon 15:16 Kacey only low pixel packs 15:16 Kacey i am working on a special one for lagkilling 15:18 Kacey i made a tree house lol 15:18 Kacey join my server and see 15:18 jojoa1997 port adress 15:19 Kacey 67.162.156.91 30000 15:20 jojoa1997 is that a permanent one? or a private one? 15:20 Kacey private 15:22 jojoa1997 grrr please delete my player file i mistyped my password 15:22 jojoa1997 and cant get on 15:22 Kacey you timed out 15:22 Kacey again 15:22 jojoa1997 did you delete? 15:22 Kacey not yet 15:23 Kacey ok delleted 15:23 Kacey deleted even 15:24 jojoa1997 i still wont let me on 15:24 jojoa1997 nvm 15:24 jojoa1997 found the prob 15:24 Kacey what was it? 15:25 Kacey you are on 15:25 jojoa1997 i had put in no pass 15:25 Kacey aah 15:26 jojoa1997 lol now if only i could override my pass word and put in the correct one 15:26 Kacey change password in the pause menu 15:26 jojoa1997 oh yeah i forgot about that 15:26 Kacey heh 15:27 jojoa1997 if it would let me on 15:27 jojoa1997 taking forever to load 15:27 Kacey lots of stuff to load 15:28 rubenwardy hi all 15:28 Kacey hi 15:28 jojoa1997 hi 15:30 rubenwardy oh dear: http://www.mywot.com/en/scorecard/forum.minetest.net?utm_source=addon&utm_content=rw-viewsc 15:31 jojoa1997 what does this mean 15:32 Kacey wow 15:32 rubenwardy It is a safety rating website 15:33 rubenwardy Web Of Trust 15:33 rubenwardy Minetest.net is a red site 15:33 rubenwardy "bad for child safety and trustworthiniess" 15:34 Jordach bullshit. 15:34 rubenwardy I know. Everyone re-rate it 15:34 jojoa1997 that is a lie 15:35 rubenwardy it is red because raters have voted it red 15:35 rubenwardy if you re-rate, then it will go up 15:35 jojoa1997 can we rate it without a account 15:35 jojoa1997 opr how do we rate it 15:36 berome why don't we claim it ? 15:36 rubenwardy you may need an account. try clicking on the sliders 15:37 jojoa1997 :/ we do need an account 15:39 berome At least it seems logical :this is our site, someone trusted should claim it. It could be a more efficient way to interract with reputation it shows 15:43 rubenwardy no, claiming it does not change rep 15:45 jojoa1997 do texture packs create lag aka VanessaE's 64px or 512px 15:46 berome ... 15:48 rubenwardy not lag 15:48 rubenwardy they reduce fps 15:48 rubenwardy bigger textures = more fps needed to render 15:51 Exio in my case they don't reduce the fps much, what they do is mainly making my MT needing a lot of ram :P 15:52 jojoa1997 yeah i use 512px and i actually have more fps then before. was 30-40 now it is steadily around the 60s 15:56 Kacey back 15:58 Kacey VanessaE, PING 16:16 * Kacey is going blind... 16:52 KikaRz Hey 16:52 KikaRz how i see the processes running on linux? 16:52 KikaRz i need to kill Java 16:52 KikaRz '-' 16:52 Sh1fty ps, top, htop? 16:52 PilzAdam ps 16:53 PilzAdam killall java 16:53 KikaRz java: no process found 16:53 KikaRz huh... 16:53 KikaRz [WARNING] **** FAILED TO BIND TO PORT! 16:53 KikaRz [WARNING] The exception was: java.net.BindException: Cannot assign requested address 16:53 KikaRz [WARNING] Perhaps a server is already running on that port? 16:53 Sh1fty what are you trying to run? 16:54 KikaRz Server. 16:54 Sh1fty ? 16:54 KikaRz Minecraft Server. 16:54 Sh1fty this is #minetest :D 16:54 KikaRz ... 16:54 KikaRz shut up. 16:54 Sh1fty nothing to do with minecraft 16:55 KikaRz i'm trying to create a java server for minetest 16:55 PilzAdam yea, go to #minecraft 16:55 Sh1fty KikaRz, run "netstat -nlp" to see which process is using the port 16:57 KikaRz cant see. 16:59 Jordach a java minetest server? fuck off. 17:03 Sh1fty why did they ban you? 17:03 PilzAdam yay, they unbanned me 17:04 Kacey they banned me 17:07 Sh1fty did you all go to troll there or something? :D 17:07 PilzAdam just answer every question as if they would be asking in #minetest ;-) 17:08 Sh1fty lol 17:14 Calinou http://forum.minetest.net/viewtopic.php?pid=67836#p67836 lol 17:15 * Calinou awards "topic of the month" award to xavier108 17:17 mauvebic closet bronies lol 17:17 Calinou WTF 17:18 Calinou I have 50% more FPS when I'm not focusing on minetest window 17:18 Calinou 340FPS versus 820FPS 17:18 Calinou heh, it's more than double actually 17:19 mauvebic you removed the max viewing range in config? 17:20 mauvebic *max fps i meant 17:20 thexyz KikaRz: I'm here right now 17:20 KikaRz thexyz 17:20 KikaRz i was with a translate 17:20 KikaRz for portuguese 17:20 KikaRz (minetest in portuguese) 17:21 KikaRz but my computer fucked up, and all got lost 17:21 KikaRz but i can translate it again later. 17:21 thexyz fine, I'll add portuguese 17:21 thexyz as well as Chinese Simplified 17:22 thexyz (requested by some guy a day ago) 17:22 PilzAdam thexyz, wait 17:22 PilzAdam https://github.com/celeron55/minetest/pull/460 17:22 PilzAdam look at this first 17:22 * Kacey wants to download the crafting table mod 17:23 mauvebic workbench? 17:23 thexyz PilzAdam: ? 17:23 Kacey yes 17:23 Calinou http://forum.minetest.net/viewtopic.php?pid=67877#p67877 17:23 Calinou PWNED 17:23 thexyz PilzAdam: merge it 17:23 Calinou mauvebic: yes 17:23 thexyz (if it's working and all) 17:23 Calinou temporarily 17:23 rubenwardy I need some html and css help 17:23 mauvebic css i may be able to help, not html5 17:24 KikaRz Guys 17:24 rubenwardy I am trying to make a slider 17:24 rubenwardy http://multa.bugs3.com/minetest/forum/slider_test.php 17:24 rubenwardy But when i try position:relative, it is inline, rather than reletive to the parent 17:24 KikaRz how i get add-apt-repository on debian? 17:24 rubenwardy (seen the green squares below the box 17:24 rubenwardy ) 17:24 mauvebic hmm, i usually used fixed positions 17:24 rubenwardy *seen ' see 17:25 mauvebic should sliders and such animations be done in JS/ajax/ 17:25 KikaRz i was trying to sudo add-apt-repository ppa:webupd8team/haguichi 17:25 mauvebic ? 17:25 KikaRz and dont works 17:25 rubenwardy but arent "fixed" fixed to the window 17:25 rubenwardy ? 17:25 Calinou how i get add-apt-repository on debian? 17:25 rubenwardy no to the parent div 17:25 Calinou add-apt-repository adds an apt repository 17:25 Calinou no idea if it is available on debian 17:25 mauvebic fixed its like minetest, X,Y, but from the top left corner 17:25 Calinou debian is african word for "less simple ubuntu" :p 17:25 rubenwardy I am doing the sliders in js 17:26 rubenwardy but i need to make it work in html first 17:26 mauvebic debian == ubuntu pretty much lol 17:26 rubenwardy as in display 17:26 PilzAdam thexyz, done 17:26 mauvebic if i remember correctly, with JS/ajax sliders, you draw/program/wtv the div, and hide it on load, and only show it on click 17:27 mauvebic lemme look through my 12K bookmarks i had good tutorials on that lol 17:27 PilzAdam thexyz, when will weblate update? 17:28 thexyz PilzAdam: I'll try to update it now 17:28 rubenwardy works now, but a tutorial would still be nice 17:28 rubenwardy http://multa.bugs3.com/minetest/forum/slider_test.php 17:28 mauvebic stackoverflow usually has excellent help, on jquery sliders: http://stackoverflow.com/questions/12497565/need-tutorial-to-build-jquery-slider-from-scratch 17:33 Kacey brb 17:33 Kacey bbiab even 17:37 mauvebic has the chat been moved to some sort of background layer? it sometimes prevents me from using the inventory 17:37 mauvebic *or rather should it 17:37 rubenwardy Minetest Extensions -!- https://github.com/rubenwardy/minetest-forum/commit/1e455be22979d90fc1319d61c2662048ef36a23b 17:38 thexyz PilzAdam: ok, done 17:39 rubenwardy mauvebic: +1 17:39 thexyz I wounder would someone bitch about count of commits 17:39 rubenwardy the chat should be drawn first, so it is under everything 17:40 PilzAdam thexyz, german updated 17:40 mauvebic labels and chat should be drawn first, that way buttons and fields always work :) 17:40 thexyz PilzAdam: great 17:40 mauvebic not just for inventory but any big formspec 17:40 rubenwardy things that are drawn first are on the back layer 17:41 PilzAdam thexyz, do the commits all start the same (e.g. "Translation: ")? 17:41 thexyz PilzAdam: https://github.com/celeron55/minetest/commits/master 17:41 mauvebic i have an inv that 16x10 and most of the stuff in the upper left corner is not always accessible without hiding chat lol but then i miss other (important) goings on 17:42 thexyz PilzAdam: I guess we should merge this https://github.com/celeron55/minetest/pull/344 ASAP 17:42 PilzAdam are there bugs? 17:43 thexyz I'm not aware of any 17:43 thexyz probably there are 17:43 Exio the best way to get something fixed is more testers 17:44 Exio and the best way to get more testers is having it in mainstream 17:44 Exio well by "fixed" i mean "check how many bugs it has" :P 17:44 thexyz sure 17:47 PilzAdam thexyz, Ill test it 17:47 jojoa1997 Hello all! 17:48 jojoa1997 what you testing? 17:48 thexyz PilzAdam: there may be some compatibility issues related to irrlicht 17:49 thexyz jojoa1997: read the fucking logs 17:49 jojoa1997 wheer can i find them? 17:50 thexyz fuck 17:50 thexyz read the damn /topic 17:52 Exio thexyz: the topic? what is that! 17:52 Exio :P 17:52 thexyz no idea! 17:52 jojoa1997 found it 17:52 PilzAdam new gettext build for windows 17:53 thexyz PilzAdam: it's quite useless without ttf fonts 17:54 PilzAdam thexyz, can you rebase that ttf thing to master? 17:57 thexyz PilzAdam: not today 18:01 rubenwardy anything wrong? http://multa.bugs3.com/minetest/forum/slider.js 18:01 thexyz http:// instead of https 18:01 pskosinski How to set sensitivity? 18:01 pskosinski mouse sensitivity 18:01 rubenwardy in the script :S 18:05 PilzAdam thexyz, the font of the ttf branch is bigger than the current one 18:05 Muadtralk1 of course it is 18:05 thexyz PilzAdam: so? 18:06 PilzAdam yea, it makes some strings unreadable (at least in the german translation) 18:07 Calinou suggestion: font size/color/spacing configurability 18:13 Muadtralk1 and make it so you can give it custom font paths in the conf :) 18:13 Muadtralk1 if not already done 18:14 PilzAdam I had to install 3.445 kB to make the ttf build work 18:15 PilzAdam it will be fun to cross-compile this to windows :-) 18:15 Muadtralk1 oh no ~3.5 kilobytes? I don't think my 300 gig harddrive can take that news! :) 18:17 Calinou too large for my 2TB HDD 18:18 thexyz Calinou: what do you use it for? 18:18 Jordach porn. 18:19 markveidemanis Hi! 18:19 thexyz valid point! 18:19 rubenwardy http://multa.bugs3.com/minetest/forum/slider_test.php partially works 18:19 Muadtralk1 wow that must be a large collection of it! mine only takes 3 gigs... um nothing! :P 18:19 thexyz rubenwardy: inventing a wheel? 18:20 Umbron hi 18:20 rubenwardy I can not find anything 18:20 rubenwardy so yes 18:20 Calinou thexyz: nothing? 18:20 rubenwardy You could give me a link 18:20 Calinou I didn't build this computer 18:20 thexyz rubenwardy: google://javascript slideshow 18:21 rubenwardy but it is not just a slideshow... 18:21 thexyz google://simple javascript slideshow 18:21 markveidemanis Anyone fancy testing the 3d armor mod and gases mod on my server? 18:23 thexyz lol, http://forum.minetest.net/viewtopic.php?id=4661 18:27 markveidemanis Anyone fancy testing the 3d armor mod and gases mod on my server? 18:27 markveidemanis Plz... 18:27 thexyz markveidemanis: no 18:28 markveidemanis Its not useful if you do that. only answer if you say yes, that was just a waste of time 18:28 markveidemanis speaking of which... 18:29 Muadtralk1 it is useful though 18:29 Muadtralk1 that way you know that his answer is no 18:29 Muadtralk1 and that he is there and not away 18:30 Muadtralk1 so therefore you know a good deal more then you did 18:30 Jordach rubenwardy, its not just a js slideshow, but a m&s slideshow 18:31 Kacey back 18:31 markveidemanis its just a waste of time.. i specifically asked if someone DOES want to go on the server, so the answer cannot be 'NO' 18:31 markveidemanis Hi Kacey 18:32 rubenwardy http://multa.bugs3.com/minetest/forum/slider_test.php fully works 18:32 Muadtralk1 well its not you business to critique how one wastes their time 18:32 rubenwardy well, just needs a ten second loop changer and a fade to black and then to item changer 18:34 rubenwardy loop changer done 18:36 Kacey i turned up my brightness on my screen. im going blind... 18:37 Calinou lol 18:37 markveidemanis Kacey, i need your help on my server woth a complicated pattern 18:37 Kacey its like staring into the sun 18:37 Kacey alright ip? 18:37 * Jordach is busy working on a female version of the minetest skin 18:38 markveidemanis minetest.org 30010 18:38 Kacey alright 18:38 markveidemanis lol your are exactly where i am 18:38 Kacey *please dont lag* 18:38 Jordach so it finally sorts the male / female argument 18:38 markveidemanis it wont... 18:41 rubenwardy done http://multa.bugs3.com/minetest/forum/slider_test.php 18:44 PilzAdam rubenwardy, the title is at the bottom when moving, but on top else 18:44 PilzAdam well, the whole image is move downwards 18:45 rubenwardy I can not see anything wrong 18:47 Kacey markveidemanis, i crashed lol 18:48 PilzAdam rubenwardy, http://www.zimg.eu/i/981091547 18:48 PilzAdam the new images appears at the bottom of the old one 18:49 PilzAdam and moves up when the old one is gone 18:50 rubenwardy wierd 18:50 rubenwardy hmmm 18:50 rubenwardy must be the positioning 18:51 rubenwardy try again, pilzadam? 18:52 rubenwardy I did overflow:hidden; 18:52 PilzAdam works noe 18:52 rubenwardy hacky, I know 18:52 PilzAdam *now 18:53 rubenwardy I made it so that contents are hidden if they go outside the box ^ 18:53 rubenwardy hacky 18:56 rubenwardy hmm, the slider goes above the nav bar... 18:58 Jordach rubenwardy, overflow:hidden; is great for too much text 18:58 Jordach or images 19:01 * Kacey thinks there should be a volcanoes mod 19:01 PilzAdam there is one 19:02 markveidemanis i need someone to edit a mod 19:02 Kacey really? 19:03 markveidemanis edit moretrees to only have vertical tree and wood, then make an abm to turn the remaining leaves nodes to normal leaves. 19:03 Kacey why would you do that? 19:04 markveidemanis i hate them... 19:04 markveidemanis no, just turn all the moretree nodes to air 19:04 markveidemanis and edit mod 19:04 markveidemanis Could you do that for me please? 19:05 Kacey nope :P i dont know much lua 19:05 Jordach heres the female alternative to the minetest player: http://i.imgur.com/kjRtVJA.png 19:05 PilzAdam wow... shes just.... beautiful 19:05 Kacey looks the same 19:06 Jordach obligatory reverse side pic: 19:06 Jordach http://i.imgur.com/0trCJYE.png 19:06 Jordach the male has more contrasting colours, while the female has lighter, more pastel colours 19:07 markveidemanis who can make me a moretrees modification-mod 19:08 markveidemanis would that person go to #mtmt please 19:08 Muadtralk1 does the female alternative have a beard? 19:09 Jordach Muadtralk1, nope 19:09 Jordach its less pronounced 19:09 Jordach (chin shading.) 19:09 rubenwardy what do you guys think? http://multa.bugs3.com/minetest/forum/index.php 19:09 Calinou Jordach: no boobs? THIS IS TEH SUCK 19:10 Calinou other than that, looks good 19:10 Calinou rubenwardy: nice :P 19:10 markveidemanis marktraceur 19:10 Jordach Calinou, obligatory boobs request denied 19:10 Calinou "MCs Redstone" should be "Minecraft's redstone" 19:10 Jordach -denied 19:10 Calinou Jordach: :( 19:10 LandMine1337 marktraceur pm :) 19:10 * Calinou is downloading stuntrally 1.9 19:10 rubenwardy Calinou donw 19:11 LandMine1337 \we havea pending convo 19:11 rubenwardy done 19:11 Calinou been a while I didn't play this game 19:11 Calinou rubenwardy: thanks 19:11 Calinou LandMine1337 is so 1337 19:11 markveidemanis /mode #minetest +b 19:11 markveidemanis lol all by marktraceur 19:12 Jordach Calinou, trololololololololol 19:12 Calinou so I read stuntrally has multiplayer 19:12 Calinou please don't tell me a FOSS racing game has _network_ multiplayer :-D 19:13 Kacey new map :P 19:13 Kacey SNOW!!!!!! 19:14 PilzAdam http://en.wikipedia.org/wiki/Snow 19:15 Calinou I DIDN'T KNOW SNOW WAS WHITE. 19:15 rubenwardy I THOUGHT SNOW WAS YELLOW 19:15 thexyz it's kickban time! 19:15 PilzAdam Calinou, say "Thank you wikipedia" 19:15 Calinou thank you wikipedia 19:16 PilzAdam rubenwardy, only the snow for eating is yellow 19:16 rubenwardy /Calinou say --"Thank you wikipedia" 19:16 rubenwardy because Calinou is a ninja robot 19:17 rubenwardy PilzAdam: snow cones 19:17 rubenwardy (monsters inc reference) 19:17 PilzAdam http://en.wikipedia.org/wiki/Snow_%28disambiguation%29 19:17 PilzAdam "Snow: The Movie" 19:18 rubenwardy /PilzAdam shutdown 19:19 PilzAdam rubenwardy, do not do this again! 19:19 rubenwardy lol 19:20 Calinou /PilzAdam poweroff 19:20 PilzAdam Sorry, no admin privs 19:20 Jordach Calinou, boobs http://i.imgur.com/0mcUe9J.png 19:20 Calinou not 3D :( 19:21 Calinou these are small, btw 19:21 Calinou :-D 19:21 Jordach :P 19:21 rubenwardy Can someone make 16x16 style icons for "Mods" "texture packs" and "sound" 19:21 rubenwardy http://multa.bugs3.com/minetest/forum/index.php 19:21 rubenwardy Similar to http://www.planetminecraft.com/ 19:21 rubenwardy And while I am on it, It would be great to have an icon for each of the blue square here: http://multa.bugs3.com/minetest/forum/listing.php 19:21 Calinou http://plaentminceraft.com 19:22 Calinou john_minetest: so that there won't be griefers? cool! 19:22 rubenwardy lol 19:22 Kacey http://ompldr.org/vaGJuNQ/screenshot_2623193815.png i made an igloo 19:23 Calinou ice near a desert 19:23 Calinou seems legit 19:23 Muadtralk1 black mortar holding ice together 19:23 Muadtralk1 seems more legit :) 19:24 PilzAdam bye 19:24 ruskie hehe 19:24 ruskie mahe a large igloo on europe I think before christmas 19:25 ruskie and apparently I can't talk 19:27 Kacey i know 19:30 Kacey i have a fully furnished interior 19:30 Kacey http://ompldr.org/vaGJuYQ/screenshot_2623755017.png interior 19:32 Kacey hi cisoun 19:32 Kacey hi mauvebic 19:36 Kacey my igloo is looking good 19:37 rubenwardy bye guys 19:37 Kacey bye 19:43 Kacey iqualfragile, HI 19:43 iqualfragile hi Kacey 19:43 Kacey oops stupid caps lock 19:43 iqualfragile well, its more or less invisible when typing an i (iIIIiiiIII) so no problem 19:44 Kacey not for me 19:44 Kacey HUGE difference between the two 19:52 Kacey i made an igloo 19:53 Kacey bbl 21:13 Kacey hi all 21:20 Kacey Octupus, hi 21:27 Octupus can some1 givez me a link to the lastest version of mt 21:28 Octupus i need it for me friend 21:28 mrtux http://minetest.net/download.php 21:28 mrtux tell him/her to click the 0.4.4 one 21:30 Octupus thanks me guess :P 21:33 Kacey Octupus i made an igloo 21:33 Octupus Nice 21:33 Kacey ya 21:39 Kacey Octupus, want to play on my server? 21:39 Octupus sure 21:39 Kacey !up 67.162.156.91 21:39 Minetest-tan 67.162.156.91:30000 is up (0.303ms) 21:39 Octupus i got a friend coming to mine soon but il play for a bit 21:39 Kacey join 21:40 Kacey there you are 21:41 Octupus Hi Jeija 21:41 Jeija Hi 21:41 Kacey Jeija, hi 21:41 Octupus where is owe codwe is he getting a cowe :P 21:41 Octupus translation-Where is Ol Code is he getting a cola 21:42 Octupus :P 21:43 Kacey are you loaded yet? 21:43 Octupus no 21:44 Kacey try stopping and then rejoining 21:45 darksider3 Hello :-) 21:46 Kacey hi 21:46 darksider3 do anyone now, how i can set the privilegs for flyign/fast running in singleplayer?^^ 21:46 darksider3 It says everytime that i have no privilegs^^ 21:46 Kacey /grant singleplayer all 21:47 darksider3 thanks :-) 21:48 Kacey np 21:53 Kacey Octupus, try that again 21:55 Kacey lagging bad 21:57 Kacey Octupus, please try again 21:58 Octupus damn so much lag 21:59 Kacey ya it got bad 22:06 Kacey its back up 22:06 Kacey restarted 22:08 Kacey how do i get a craft sign to work? 22:12 Kacey anyone? 22:17 ruskie a what sign? 22:19 Kacey craft 22:24 Kacey iron galore... 22:24 Kacey uranium 22:27 Kacey lag 22:27 Kacey more lag 22:27 Kacey iron 22:29 Kacey electric furnace ftw 22:33 Kacey LAD, hi 22:34 LAD hi Kacey 22:37 Kacey i need a toolworkshop 22:37 Kacey what is name for it? 22:38 Kacey got it 22:51 RealBadAngel got mv furnace almost ready 22:51 RealBadAngel http://i.imgur.com/qwLEUmn.jpg 22:52 Kacey ? 22:52 RealBadAngel you can put some items into upgrade slots 22:53 RealBadAngel when you will put there batteries they will increase furnace's energy buffer 22:53 RealBadAngel control logic unit will allow furnace to send cooked items into tubes 22:54 Kacey aah 22:54 Kacey lagging 22:56 Kacey do moretrees rubber trees drop rubber when tree tapped? 22:57 RealBadAngel not yet, have to add this feature 22:57 Kacey alright 22:57 Kacey i need rubber 23:02 Kacey RealBadAngel, is it technic:sapling_rubber or what? 23:02 RealBadAngel a sec 23:03 RealBadAngel technic:rubber_sapling 23:03 Kacey i got one 23:11 Kacey why is my battery box not fully charged? 23:15 RealBadAngel kacey, idk. check connections 23:15 Kacey i did 23:20 Kacey anyone have a link to the bags mod? 23:20 RealBadAngel technic now includes Unified Inventory 23:20 RealBadAngel which has bags built-in 23:21 Uberi RealBadAngel: oh btw, is unifiedinventory extensible? 23:21 Uberi I've been meaning to port worldedit_gui over from invplus 23:21 Kacey i dont like unified inventory very well 23:21 Kacey i like dragging stuff from creative 23:21 RealBadAngel i dont ;) 23:22 RealBadAngel Uberi, theres no api for it, such stuff shall be hardcoded 23:22 RealBadAngel but if you will merge worldedit into it i can add it to UI 23:23 Uberi RealBadAngel: hmm, is an API planned? 23:24 RealBadAngel yes, but not now 23:24 Uberi ah, good to know 23:24 RealBadAngel i have too much to do atm 23:25 RealBadAngel but i will be adding features to UI rather soon 23:25 Uberi awesome :) 23:25 RealBadAngel i want technic config be aviable ingame 23:25 RealBadAngel thx to UI menu tab 23:26 Kacey stops at 59920 / 60000 23:26 RealBadAngel strange, what energy producers are connected to it? 23:32 Kacey a water mill and 3 solar panel 23:32 Kacey panels 23:33 Kacey TECHNIC, Y U NO DECAY LEAVES?!?!?! 23:36 RealBadAngel in all l-system trees decay is currently disabled 23:36 Kacey :( 23:36 Kacey 10 minutes to clear out the leaves 23:37 RealBadAngel we need better decay routine 23:37 RealBadAngel tip: they do burn ;) 23:37 Kacey i am playing legit 23:37 RealBadAngel so you cannot start the fire? 23:38 Uberi use lava! 23:38 Kacey no not near my igloo 23:39 Kacey when is nuclear reactor going to be implemented? 23:40 Kacey MESE!!!!!!!!1!!! 23:46 Kacey alot of it too 23:48 Kacey 25 out of 1 vein 23:53 Kacey hi Menche 23:54 Menche hi 23:54 Kacey i got 41 mese withing 10 minutes 23:57 Kacey i did good 23:59 babyface1031 i have a question with technic is the electric furnace and grinder supost to work even when you are not standing near them