2018-05-15 19:22:53 HurricanKai and those work fine... 2018-05-15 19:23:32 timmyRS Could it be that maybe you say you don't or do compress whilst you do or don't? 2018-05-15 19:24:02 HurricanKai i dont even have the compressed Packet implemented... 2018-05-15 19:24:11 HurricanKai thought i can check, one second. 2018-05-15 19:24:36 timmyRS If you don't have compressed packets implemented then don't send enable compression during login. 2018-05-15 19:24:54 timmyRS If that's not it you might have to boot up Wireshark. 2018-05-15 19:25:53 HurricanKai yeah, i mean, i normally woud like to do that, thought i have not found a single explanation with pages < 1000 that explains how to use it 2018-05-15 19:26:08 HurricanKai so i sticked to a decompiled version of MC & Eclipse Debugger, which is a pin 2018-05-15 19:26:10 HurricanKai pain* 2018-05-15 19:26:47 timmyRS On how to use Wireshark? 2018-05-15 19:26:55 HurricanKai yep 2018-05-15 19:27:18 HurricanKai i mean, i know how to start it up, and scan stuff, and sort it, and filter it 2018-05-15 19:27:36 timmyRS You just select the Npcap Loopback Adapter, assuming you're connecting to localhost, and then set the filter to "tcp.port == 25565" 2018-05-15 19:27:38 HurricanKai but i have no idea how im supposed to read the data it tells me 2018-05-15 19:28:19 timmyRS It's binary! \o/ You just read it like your program would. 2018-05-15 19:28:48 HurricanKai wait, what loopback? 2018-05-15 19:28:48 timmyRS Well, actually, it's hexadecimal, so even simpler. :P 2018-05-15 19:29:25 timmyRS I think when you install Wireshark you have the option to install Npcap which provides the loopback adapter 2018-05-15 19:29:30 timmyRS so you can spy on localhost traffic 2018-05-15 19:29:30 HurricanKai i only have "Card" which is my networking card, i know. then i have 3 vEthernet, one "nat", one "DockerNAT", and one "DefaultSwitch" 2018-05-15 19:29:52 timmyRS Sounds like someone's using not-Windows? 2018-05-15 19:30:00 HurricanKai im using Windows (10) 2018-05-15 19:30:13 HurricanKai (pro, thats why Docker..) 2018-05-15 19:30:50 timmyRS If you don't have Npcap Loopback Adapter you can install it manually: https://nmap.org/npcap/ 2018-05-15 19:31:04 HurricanKai yeah, downloading Npcap from there Github right now 2018-05-15 19:31:08 timmyRS It might also be that I had it installed with nmap and I just thought it was Wireshark. 2018-05-15 19:32:05 HurricanKai great, now its creating a system restore point, i have 10TB of data here. 2018-05-15 19:32:35 timmyRS I'm pretty sure a system restore point only backs up registry values and other critical windows-y stuff 2018-05-15 19:33:08 HurricanKai yeah, well, it already finished... normally such a step takes for ages. 2018-05-15 19:33:29 HurricanKai also, now it tryed to copy something to C:\WINDOWS\system32\wpcap.dll, which... didnt work 2018-05-15 19:33:44 timmyRS ¯\_(ツ)_/¯ 2018-05-15 19:33:59 timmyRS Restart installer as Admin? 2018-05-15 19:34:04 HurricanKai prob. because its "System32" not "system32" an Win is case Sensitive... 2018-05-15 19:35:02 timmyRS C:\WiNdOwS\sYsTeM32 worked perfectly for me 2018-05-15 19:35:15 HurricanKai wait wut 2018-05-15 19:35:45 timmyRS It's Linux you man 2018-05-15 19:35:46 timmyRS mean* 2018-05-15 19:35:56 HurricanKai ? 2018-05-15 19:36:27 timmyRS https://i.imgur.com/AkFMHc0.png 2018-05-15 19:37:35 timmyRS Either way, if you run the installer as Admin it should work. 2018-05-15 19:38:48 HurricanKai just found out why in an Github Issue, the Uninstaller didnt do his work. and System32 still contained the stuff 2018-05-15 19:41:15 HurricanKai yep, and i had a programm of a Wlan Stick installed, which also came with an Ancient version of it. so now it works thanks :) 2018-05-15 19:41:49 HurricanKai nvm, whireshark doesnt find it 2018-05-15 19:41:57 timmyRS restart wireshark? 2018-05-15 19:42:17 HurricanKai hmm, it registered it as "Ethernet" very smart name for a loopback 2018-05-15 19:42:42 timmyRS Since you have Windows 10 Pro, you can customize your system and even rename adapters! :O 2018-05-15 19:43:17 HurricanKai ... thats even possible with an unactivated version of windows 10 Home but ok lol 2018-05-15 19:43:27 timmyRS I'm just joking :P 2018-05-15 19:43:45 timmyRS Because you can't customize your taskbar or something with the free version 2018-05-15 19:43:52 HurricanKai yeah i know xD 2018-05-15 19:43:57 HurricanKai well, i got all the data now 2018-05-15 19:44:04 HurricanKai and a bunch of Hex stuff 2018-05-15 19:44:11 HurricanKai buut, its kinda.. nasty 2018-05-15 19:44:24 timmyRS But it should be sufficient to find the issue 2018-05-15 19:44:34 HurricanKai yeah... i hope 2018-05-15 19:44:43 timmyRS If Minecraft disconnects due to a faulty packet, you just check the last packet Wireshark has 2018-05-15 19:44:47 timmyRS 3. Profit 2018-05-15 19:45:00 MiniDigger when did mojang bring back prefixes and suffixes? 2018-05-15 19:45:07 HurricanKai actually, there even is a really bad looking packet there 2018-05-15 19:45:10 MiniDigger I didn't remember burger showing anything 2018-05-15 19:45:19 timmyRS Prefixes and suffixes for what? 2018-05-15 19:45:31 MiniDigger players 2018-05-15 19:45:34 MiniDigger well, scoreboard teams 2018-05-15 19:46:11 MiniDigger they are chat components now https://i.imgur.com/96ZBjFQ.png 2018-05-15 19:46:24 MiniDigger https://i.imgur.com/Z9RwPnF.png 2018-05-15 19:47:07 HurricanKai ouhm timmyRS, it doesnt even show any packet (telling by Length) i send? 2018-05-15 19:47:08 timmyRS Also one think I was wondering about is if anyone managed to implement chess in minecraft using bukkit or maybe even command blocks lmao 2018-05-15 19:47:33 timmyRS HurricanKai, is it showing packets which are 1 byte long? 2018-05-15 19:47:39 HurricanKai nope 2018-05-15 19:47:44 timmyRS 0 bytes long? 2018-05-15 19:47:47 HurricanKai nope 2018-05-15 19:47:52 HurricanKai really, wierd once 2018-05-15 19:47:56 HurricanKai one's 2018-05-15 19:47:58 HurricanKai idk 2018-05-15 19:48:00 MiniDigger timmyRS, of course! https://www.youtube.com/watch?v=w4OY9F64png 2018-05-15 19:49:25 timmyRS ... 2018-05-15 19:49:46 HurricanKai oh wait, i just found my name in a packet 2018-05-15 19:49:54 HurricanKai but the lengths are so messed up 2018-05-15 19:50:20 timmyRS note that wireshark also shows all bytes from the tcp protocol 2018-05-15 19:50:29 HurricanKai yeah, just realized 2018-05-15 19:52:02 HurricanKai ok, so 18 bytes of data, on the login success packet. hmm 2018-05-15 19:52:16 timmyRS online or offline? 2018-05-15 19:53:27 HurricanKai offline. ouhm. why are the first bytes (in hex) "11 00 0f 45" those shoud contain the 1. Length 2. Id 2018-05-15 19:53:33 HurricanKai the id (in hex) woud be 0x02 2018-05-15 19:53:57 HurricanKai and the length (idk, the value woud be 55..) 2018-05-15 19:54:54 HurricanKai i think until 128 varint does play in so that woud be... 0x37 ? 2018-05-15 19:56:06 HurricanKai oh & that shoud also contain the UUID, because the 45 already represents the "E" of the start of my name.... 2018-05-15 19:57:14 HurricanKai and then i find some random snippets of other packets before.. i thought the packet my have been split into multiples... but no 2018-05-15 19:59:29 HurricanKai ok. nvm, im just super retarded, will stop spamming you guys now, thank you a lot <3 2018-05-15 20:00:53 timmyRS It's great that you could solve your issue. :) 2018-05-15 20:01:13 HurricanKai :) its not yet solved, but im on a good way 2018-05-15 20:05:54 HurricanKai xD have to bother you again. Can it be that after length i am supposed to put a "0" because thats the case in every message i get, while its not in every i send. 2018-05-15 20:06:10 timmyRS Nope 2018-05-15 20:11:41 <-- Myrax (~Dominic@95.145.113.180) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-05-15 20:34:33 HurricanKai eyy, found my problem. was writing Biomes first which is 127, which fucks with the Var Int format. im going with a MalformedJson now, but that'll be easy ^^ thank you again so much timmyRS, also for your help with Wireshark ^^ 2018-05-15 20:36:23 timmyRS No problem. :D 2018-05-15 20:48:18 --> Raqbit (~Raqbit@unaffiliated/raqbit) a rejoint #mcdevs 2018-05-15 21:34:42 -- bildramer1 est maintenant connu sous le nom bildramer 2018-05-15 21:40:12 HurricanKai hey again, can someone explain the Yaw (on Player Position and Look) to me lol? 2018-05-15 21:47:12 HurricanKai ok, nvm. i prob. got it :) 2018-05-15 22:54:11 --> Myrax (~Dominic@95.145.113.180) a rejoint #mcdevs 2018-05-15 23:42:54 --> CubeTheThird (~cubetheth@dhcp-108-168-126-198.cable.user.start.ca) a rejoint #mcdevs 2018-05-15 23:59:38 --> szmarci (~szmarci@2a01-036d-0106-d3a3-a8c7-b25a-99b6-a62d.pool6.digikabel.hu) a rejoint #mcdevs 2018-05-16 00:01:51 <-- szmarci (~szmarci@2a01-036d-0106-d3a3-a8c7-b25a-99b6-a62d.pool6.digikabel.hu) a quitté (Client Quit) 2018-05-16 00:31:55 <-- Myrax (~Dominic@95.145.113.180) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-05-16 01:06:24 <-- HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Remote host closed the connection) 2018-05-16 01:10:09 <-- Black-Hole (~BlackHole@pD95FA5BF.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2018-05-16 01:14:21 --> Black-Hole (~BlackHole@p57A3CA09.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-16 01:15:53 <-- Hykilpikonna_ (~Hykilpiko@2601:194:c301:f0b0:5453:24a0:1d8d:3dbb) a quitté (Ping timeout: 255 seconds) 2018-05-16 01:17:17 --> Black_Hole (~BlackHole@p200300E753D34F008D8B14628DDA3308.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-16 01:19:53 <-- Black-Hole (~BlackHole@p57A3CA09.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2018-05-16 01:21:54 --> Black-Hole (~BlackHole@pD95FAF3A.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-16 01:22:50 <-- Black_Hole (~BlackHole@p200300E753D34F008D8B14628DDA3308.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2018-05-16 02:45:12 --> Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:9db1:b88:35c4:1aca) a rejoint #mcdevs 2018-05-16 03:51:22 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2018-05-16 03:51:22 -- Mode #mcdevs [+v Dinnerbone] par ChanServ 2018-05-16 05:14:22 <-- CubeTheThird (~cubetheth@dhcp-108-168-126-198.cable.user.start.ca) a quitté (Quit: Leaving) 2018-05-16 05:20:32 <-- iso2013 (~iso2013@2601:281:c503:9186:1d27:e81a:e1ea:5719) a quitté (Quit: Bye :)) 2018-05-16 06:08:20 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-16 06:11:09 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 264 seconds) 2018-05-16 06:11:09 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-16 08:20:24 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-05-16 09:16:08 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-05-16 09:17:08 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-16 09:34:01 <-- pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a quitté (Ping timeout: 248 seconds) 2018-05-16 10:36:13 <-- Black-Hole (~BlackHole@pD95FAF3A.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2018-05-16 12:49:26 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-16 12:49:46 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-16 13:45:14 --> Black-Hole (~BlackHole@p200300E753C034009DA690D57FABB48E.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-16 17:05:44 PolarizedIons *beep boop* [VERSION] Minecraft Snapshot 18w20b has been released! 2018-05-16 17:24:18 timmyRS Good human 2018-05-16 17:24:30 <-- minecrell (~minecrell@irc.minecrell.net) a quitté (Ping timeout: 256 seconds) 2018-05-16 17:27:02 timmyRS Actually, now that humans do the announcements, we could at least also link the related article: https://minecraft.net/en-us/article/minecraft-snapshot-18w20b 2018-05-16 17:29:28 --> minecrell (~minecrell@irc.minecrell.net) a rejoint #mcdevs 2018-05-16 17:39:57 --> pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a rejoint #mcdevs 2018-05-16 17:42:19 pokechu22 Something really weird happened to my pi -- it seemed to have stopped running (including disconnecting from IRC and not responding to mosh) but it still responded to pings. And weirder still, SSH to it still worked -- in that the SSH handshake completed. But after saying `Last login: Wed May 16 15:33:00 2018 from hp-laptop`, it just stopped doing anything else (didn't open a shell) 2018-05-16 17:42:33 pokechu22 No idea what happened there; I just pulled the power and everything seems to have started normally 2018-05-16 17:50:14 timmyRS Maybe it was out of memory? 2018-05-16 17:50:28 timmyRS Had enough RAM to open the connection, but not enough to open the shell 2018-05-16 17:50:32 Not-10ef [Burger] New data now avaliable for 18w20b: 2018-05-16 17:50:33 Not-10ef [Burger] Diff from 18w20a: http://pokechu22.github.io/Burger/diff_18w20a_18w20b.html (http://pokechu22.github.io/Burger/diff_18w20a_18w20b.json) 2018-05-16 17:50:35 Not-10ef [Burger] Full data: http://pokechu22.github.io/Burger/18w20b.html (http://pokechu22.github.io/Burger/18w20b.json) 2018-05-16 17:50:51 pokechu22 Maybe, don't exactly know how to check that... hm 2018-05-16 17:52:14 timmyRS I have a Pi 2B and it has only 1GB of RAM, so it's not unlikely if you've got a couple of services running there 24/7 2018-05-16 17:53:44 pokechu22 Yeah, mine's also 2B and only 1G, but I don't think it's ever hit the memory limit before -- this is the first time something like this has happened 2018-05-16 18:07:23 pokechu22 ... hm. http://wiki.vg/index.php?title=Pre-release_protocol&diff=13910&oldid=13908 -- I didn't see this in burger, confused as to why... 2018-05-16 18:08:11 pokechu22 The difference is definitely present when manually comparing the 18w19b and 18w20a files 2018-05-16 18:08:53 timmyRS Only one explanation: Burger has become self aware and refuses to be enslaved 2018-05-16 18:09:19 timmyRS But when did they remove team prefixes and suffixes? 2018-05-16 18:11:02 pokechu22 When they fixed https://bugs.mojang.com/browse/MC-112693 and https://bugs.mojang.com/browse/MC-115059 2018-05-16 18:12:18 timmyRS Ah, so it's only removed in a 1.13 snapshot as a "fix" to the two issues? 2018-05-16 18:14:26 pokechu22 Yeah. Though the original implementation was to use §, and it seems like they're using components now, so that's pretty nice 2018-05-16 18:15:41 timmyRS Weird how they fixed it by removing it xD 2018-05-16 18:17:29 pokechu22 Well, for the vanilla implementation, they added a property to set the color of the name (or rather used the existing property), since that's all vanilla needed it for 2018-05-16 18:21:56 --> iso2013 (~iso2013@2601:281:c503:9186:65e6:fad1:d5e7:c9e7) a rejoint #mcdevs 2018-05-16 18:44:52 MiniDigger Played with that yesterday, you can even have events in the components and then use the events in chat 2018-05-16 20:13:28 <-- Techcable (znc@irc.techcable.net) a quitté (Remote host closed the connection) 2018-05-16 20:14:56 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2018-05-16 22:14:31 Not-10ef [Hamburglar] Pokechu22 pushed 1 commit to master [+0/-0/±1] https://git.io/vpFjQ 2018-05-16 22:14:32 Not-10ef [Hamburglar] Pokechu22 169248e - Stop ignoring code changes in if and switch statements See Pokechu22/Burger#7 2018-05-16 22:34:52 --> Dadido3_ (~quassel@p200300D9DBEFF600C92C4BF4398B22B5.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-16 22:38:08 <-- Dadido3 (~quassel@p200300D9DBEFF6007039A64C1C56FC14.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2018-05-16 22:40:43 Not-10ef [BurgerVitrine] Pokechu22 pushed 3 commits to master [+0/-0/±3] https://git.io/vpbJv 2018-05-16 22:40:44 Not-10ef [BurgerVitrine] Pokechu22 2665dc1 - Display Max Stack Size (already changed for some other data; seems like I forgot to commit it) 2018-05-16 22:40:46 Not-10ef [BurgerVitrine] Pokechu22 f8570bc - Use the key for the packet instead of making something from the ID Since the netty rewrite (1.7) the same hex value is used for different phases and directions; just an ID is in no way unique. 2018-05-16 22:40:47 Not-10ef [BurgerVitrine] Pokechu22 9d20732 - Warn when the syntax highlighter cannot be loaded 2018-05-16 22:48:57 <-- ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 240 seconds) 2018-05-16 22:50:33 <-- Zachoz (~Zachoz@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 240 seconds) 2018-05-16 22:51:21 --> Zachoz (~Zachoz@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2018-05-16 22:52:51 --> ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2018-05-16 23:54:56 <-- dexter0 (~dexter0@2601:647:4500:700:ff:70ff:fe00:b0b) a quitté (Ping timeout: 256 seconds) 2018-05-17 00:19:03 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 240 seconds) 2018-05-17 00:20:01 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2018-05-17 00:20:20 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-05-17 00:29:10 <-- csnxs (sean@unaffiliated/plussean) a quitté (Quit: I was wrong. It creeps up back; through coloured glass.) 2018-05-17 00:29:24 --> csnxs (sean@unaffiliated/plussean) a rejoint #mcdevs 2018-05-17 01:52:07 --> RoboMWM_ (~RoboMWM@tf.robomwm.com) a rejoint #mcdevs 2018-05-17 01:53:38 <-- RoboMWM (~RoboMWM@tf.robomwm.com) a quitté (Ping timeout: 250 seconds) 2018-05-17 01:53:38 -- RoboMWM_ est maintenant connu sous le nom RoboMWM 2018-05-17 01:55:51 <-- Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:9db1:b88:35c4:1aca) a quitté (Read error: No route to host) 2018-05-17 01:56:17 --> Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:941:1300:21cc:4a89) a rejoint #mcdevs 2018-05-17 05:15:21 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-17 05:16:36 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-17 05:47:39 -- wlp1s1 est maintenant connu sous le nom iczero 2018-05-17 06:05:49 <-- iso2013 (~iso2013@2601:281:c503:9186:65e6:fad1:d5e7:c9e7) a quitté (Quit: Bye :)) 2018-05-17 06:07:12 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-17 06:09:51 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2018-05-17 06:09:51 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-17 06:39:29 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-17 06:45:34 ackpacket For someone looking to add some functionality to the client, which seems more reasonable: Waiting for MCP to release and making changes to the original source, OR, using forge? 2018-05-17 06:46:30 Andrio I'd use Forge 2018-05-17 06:46:41 Andrio That way it would be easier to make it work with other Forge mods. 2018-05-17 06:47:48 ackpacket Fair point 2018-05-17 06:47:58 ackpacket But 2018-05-17 06:48:07 ackpacket I'd speculate Forge has MCP as a dependency 2018-05-17 06:48:22 Andrio It does. 2018-05-17 06:48:33 ackpacket so I'd be concerned about waiting for *two* groups to release updates, serially, each time a new version comes out. 2018-05-17 06:49:17 ackpacket But I suppose most servers I'd be connecting to would be waiting on the same things... 2018-05-17 06:51:04 ackpacket I wonder if anyone has ever made a headless client that fully implemented the world physics. Everything from getting knocked back to operating a vehicle. 2018-05-17 06:56:41 pokechu22 Yeah, forge more or less has a dependency on MCP mappings... but the forge team is basically the team that's responsible for making the MCP mappings 2018-05-17 06:56:49 pokechu22 There's also liteloader 2018-05-17 06:58:18 pokechu22 (which gives you the same amount of compatibility as with forge if you're just changing things, but isn't intended for adding blocks/items; it's a lot simpler so it generally releases quickly) 2018-05-17 06:59:23 pokechu22 I don't know of any clients that implement _all_ physics -- after all, there's a lot of them. Minecraft Console Client implements some basic world physics, but it's pretty limited 2018-05-17 07:02:51 ackpacket We work with machine learning quite a bit at work. I'd like to try my hand at implementing some advanced pvp ai in mc, which I used to play addictively, but tbh I'm a little put off at the amount of work I'd have to do just to get to the actual parts I care about. 2018-05-17 07:03:29 ackpacket Feels like getting set up with forge is a startup cost that isn't quite worth it to me unless I wanted to get into mod-making on a more regular basis. 2018-05-17 07:03:34 ackpacket I wonder if anyone feels like collabing? 2018-05-17 07:17:21 pokechu22 Just a note, setting up forge/liteloader might seem to be a bit of effort... but it's a lot less effort than maintaining an MCP-based setup (because with MCP, your changes are directly in the middle of the rest of the code, and when the game updates, you have to figure out everything you changed and manually reapply the changes the the next version) 2018-05-17 07:23:10 ackpacket Makes sense. Better to move updates to a new interface than merging to a new repo (mcp basically). 2018-05-17 07:29:25 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Quit: redstonehelper) 2018-05-17 07:42:00 MiniDigger ackpacket take a look at Microsoft's mod to enable easy training of agents https://github.com/Microsoft/malmo 2018-05-17 07:43:44 ackpacket MiniDigger, Interesting. Wish it supported Go 2018-05-17 07:44:57 MiniDigger Should be easy to write bindings 🤷‍♂️ 2018-05-17 07:45:17 MiniDigger The interesting thing about that is that they can mdofiy the tick rate to speed up training https://github.com/Microsoft/malmo/blob/9b49097dee00b41f78ab659a691629ad31ac55ee/Minecraft/src/main/java/com/microsoft/Malmo/OverclockingClassTransformer.java 2018-05-17 07:45:52 ackpacket I wonder if it supports multiplayer 2018-05-17 07:46:10 ackpacket But this would likely get boring if I can never deploy it on a real-world server 2018-05-17 07:46:11 MiniDigger If you also use the mod on the server, yes. 2018-05-17 07:46:52 MiniDigger Well, you can still join normal servers if you don't modify the tick rate. To train with fast tick rate and then execute with normal tick rate 2018-05-17 07:47:26 MiniDigger Nothing is really stopping you from joining a normal server. It's just a 1.8 Minecraft client with forge and one mod 2018-05-17 07:48:40 ackpacket That's all? 2018-05-17 07:48:52 pokechu22 It looks like it's 1.11.2 and actually a modified version of forge? 2018-05-17 07:49:36 pokechu22 ... hm, not clear actually 2018-05-17 07:50:07 ackpacket Idk. The information I need to extract from the game is trivial enough that I'm not sure it's worth coupling my project with another, just for this case. 2018-05-17 07:50:42 ackpacket If I have to "get started" with something, might as well be forge instead of malmo on top of forge. 2018-05-17 07:51:42 pokechu22 (never seen that project before, looks pretty interesting) 2018-05-17 07:52:41 ackpacket Yeah, good call out MiniDigger. 2018-05-17 07:53:20 MiniDigger Last time I looked at it it was 1.8 but that was years ago 🤷‍♂️ 2018-05-17 07:54:25 MiniDigger And yeah, Malmo is pretty cool, played with it for a while when it came out, got pretty boring rather soon tho since I had to go deep into that maths 2018-05-17 07:54:27 pokechu22 1.8 was also years ago :D 2018-05-17 07:54:46 MiniDigger Sadly not for everybody in the community 2018-05-17 07:54:48 pokechu22 but it looks like the updated last year (~july 2017 I think?) 2018-05-17 07:59:42 ackpacket MiniDigger, which part of the math did you find complicated? 2018-05-17 08:00:17 ackpacket MiniDigger, applied ML can be very math-minimal if you're willing to settle for some of the lesser "bleeding edge" techniques 2018-05-17 08:12:09 MiniDigger I don't even know which algos I tried, I think it was some of the evolutional stuff. But I am not really on the same page with maths anymore since I went to uni so I try to avoid it. Am in the last semester of a cs like bachelor degree and after that I ain't touching maths ever again 2018-05-17 08:12:33 ackpacket cs-like? 2018-05-17 08:13:16 ackpacket Something in cognitive sciences maybe? (yes, I know that's not what cs stands for) 2018-05-17 08:21:57 MiniDigger its a german dual degree called "scientific programming" (soon to be renamed to the better fitting "applied mathematics and informatics"). 3 years of 50% math + 50% informatics at uni, parallel with an apprenticeship at a company. pretty cool since you can apply what you learn at uni directly at your job and earn proper money while going to uni (it 2018-05-17 08:21:57 MiniDigger s one week uni then one week work, plus only work in the time between semesters) 2018-05-17 08:22:30 MiniDigger is informatics a word? Computer science might be more fitting I guess? basically programming related stuff 2018-05-17 08:39:01 ackpacket MiniDigger, it is 2018-05-17 08:39:10 ackpacket MiniDigger, Considered interning in the US? 2018-05-17 08:39:58 ackpacket I think there's a stigma at a lot of companies around "close but slightly different than cs" degrees. It leaves recruiters/hiring managers wondering "Why did he not just do CS?". So having a clear story there will help a lot anywhere you go. 2018-05-17 08:48:14 MiniDigger its different here. its more than interning, you get a practical education. in germany we value practical education and you don't get a good job if you don't have any. similar story for a CS degree in germany, its really theoretical, its the degree with the highest abortion rate because many ppl don't pull thru. my degree works similarly but paired 2018-05-17 08:48:14 MiniDigger it with a practical education and leaves out some way to theoretical stuff 2018-05-17 08:49:23 MiniDigger I have a contract with my company for the full 3 years of my dual study. I think generally the concept of dual studies don't really exist outside of germany since I don't know of any other county that has the kind of apprenticeship setup like we do. 2018-05-17 08:49:30 MiniDigger ackpacket ^ 2018-05-17 08:52:14 MiniDigger kinda explained here, but my formal education isn't at a vocational school but at an uni, thanks to the nature of my dual study https://en.wikipedia.org/wiki/Apprenticeship#Germany 2018-05-17 08:52:42 jast scientific programming sounds like more math than CS tbh :) 2018-05-17 08:54:28 ackpacket MiniDigger, Interesting. Seems risky though if things go sour with the company you're married to for those 3 years 2018-05-17 08:55:09 ackpacket MiniDigger, Here, during the summers you try to get internships with larger companies which establish your ability to learn in a real world environment, apply what you're learning, and work well with others 2018-05-17 08:55:12 MiniDigger jast, and thats why they changed the name to applied mathematics and informatics to make it more clear :D 2018-05-17 08:55:26 +Amaranth CS in the US is also supposed to be theoretical, it's meant to be a maths thing 2018-05-17 08:55:47 ackpacket MiniDigger, As for CS being theoretical or uni not having enough real-world feel to it, well, that's really a matter of going to a *good* university with quality professors. They will take care of that. 2018-05-17 08:55:57 +Amaranth Like lambda calculus and such, the maths of computation like Turing did 2018-05-17 08:56:08 jast it is 2018-05-17 08:56:18 +Amaranth Depends on the school 2018-05-17 08:56:27 jast can't say they covered lambda calculus when I was there, but computability and formal languages and stuff like that 2018-05-17 08:56:40 jast discrete math, algorithms and complexity, etc. 2018-05-17 08:56:45 ackpacket Here for example, one of our projects was actually to parallelize some of the industry frameworks for machine learning, on the newest qualcomm chips. That's about as real world as you can get, considering companies like facebook/google/amazon are offloading ML models to mobile devices whereever they can to save on infra. 2018-05-17 08:57:00 ackpacket Or considering the role machine learning plays in altered-reality 2018-05-17 08:57:03 +Amaranth lambda calculus is the formal language of compution 2018-05-17 08:57:08 +Amaranth So... 2018-05-17 08:57:23 ackpacket So taking the same chip being offered in those phones and doing a semester long project with it is fantastic experience. 2018-05-17 08:57:30 jast it's *one* possible formalization 2018-05-17 08:57:49 jast the more common on in the theoretical world for analyzing computability and such is turing machines 2018-05-17 08:58:23 jast adapting software for chips isn't CS, that's programming/engineering ;) 2018-05-17 08:58:59 jast CS is really just all the theoretical stuff 2018-05-17 08:59:15 ackpacket jast, The high level theory/research into parallel systems, *is* :D. 2018-05-17 08:59:22 jast sure 2018-05-17 08:59:32 ackpacket jast, the project, which is very real world, is an opportunity to flex/develop that muscle. 2018-05-17 09:00:12 MiniDigger ackpacket, a german apprenticeship is way more valuable than an internship since the company has a clear (monetary) interest to turn you into a fully qualified worker. they invest money into you and your education and hope that you stay once you are done. german has a giant problem of having to many open jobs for too less qualified ppl. 2018-05-17 09:00:12 MiniDigger being married to the company isn't that much of a problem. if stuff should go downhill (both personally with your employer or economocially for the employer) you get the opportunity to switch. 2018-05-17 09:00:13 ackpacket tl;dr, at great universities, they will make sure the theoretical portion of your education is paired with real-world use cases. 2018-05-17 09:00:28 jast yeah, I mean, some people like to pretend that theory and practice are independent, but of course they interact with each other 2018-05-17 09:00:44 jast some self-proclaimed great universities will disagree :) 2018-05-17 09:01:12 MiniDigger I did do all the theoretical bullshit too, just not to such a great extend. like, I had to go thru the mathematical definition of databases and shit (basically sql for math nerds) 2018-05-17 09:01:21 ackpacket MiniDigger, how is the pay for tech jobs in Germany? 2018-05-17 09:01:58 jast MiniDigger: unfortunately that's not always the case. I know someone who did an Ausbildung in the area of programming and was offered a "full-time position" at €1400 (before tax) 2018-05-17 09:02:30 MiniDigger I almost earn that in my ausbildung, lol 2018-05-17 09:02:32 jast which is a slightly more subtle way of saying, we refuse to pay decent money for work 2018-05-17 09:03:08 jast well, you have to measure pay against cost of living and taxation / social security and such 2018-05-17 09:03:17 MiniDigger ackpacket, I think a typical starting salary for a java developer is just below 50k euro a year. that sounds small compared to US salaries, but our cost of living is much lower 2018-05-17 09:03:36 ackpacket MiniDigger, it's not *that* much lower 2018-05-17 09:04:41 MiniDigger you can make a good living with 50k/year here, and salaries obliviously grow with experience, the most experienced ppl here (or basically everybody who does cobol, I work for an insurance) earn more close to 100k 2018-05-17 09:04:45 jast 50k is *very* decent 2018-05-17 09:05:08 ackpacket For tech, in the world market, I wouldn't say so. 2018-05-17 09:05:21 ackpacket But sure, compared to the spectrum of jobs in that area, maybe. 2018-05-17 09:05:24 jast I don't actually make a lot more than that due to working in a fairly small company, so they obviously can't compete with the giants 2018-05-17 09:05:51 ackpacket MiniDigger, jast, what would you say cost of living is? 2018-05-17 09:06:40 MiniDigger highly depends where you life. it varies between cities, states etc 2018-05-17 09:06:41 jast hmm, I can make a rough estimate from my own expenses 2018-05-17 09:07:47 MiniDigger I can't make an estimate, I don't know how to deal with money and I live at home for another few months (I just got 21, its not a shame to still live in my parents basement, ok?!) 2018-05-17 09:09:09 ackpacket jast, sure, rough estimate 2018-05-17 09:11:13 jast for me it's ~ €1000 on housing, insurance, utilities and ~ €200 on groceries and such 2018-05-17 09:11:25 jast very rough, though 2018-05-17 09:11:36 ackpacket monthly? 2018-05-17 09:11:40 jast of course health insurance is pre-deducted due to publich health care 2018-05-17 09:11:41 jast yes 2018-05-17 09:12:02 ackpacket That's comparable to many places out here 2018-05-17 09:12:04 jast I do live quite comfortably, though, housing means my own house which I'm paying off 2018-05-17 09:17:53 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-05-17 09:18:54 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-17 09:25:02 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 255 seconds) 2018-05-17 09:30:43 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2018-05-17 09:51:39 --> crutchy (~crutchy@unaffiliated/crutchy) a rejoint #mcdevs 2018-05-17 09:53:39 crutchy does anyone know of a mod for mapping tunnels at a particular y-coordinate? i'm considering maybe having a go at it myself, but only if nobody has done it already 2018-05-17 09:56:09 crutchy hmm. cartograph G might be what i'm after 2018-05-17 10:00:38 ackpacket crutchy, not sure what you mean tbh. Do you mean taking 2-dimensional slice of the world, and marking air spaces? 2018-05-17 10:00:51 crutchy yeah. exactly that 2018-05-17 10:01:38 crutchy maybe only traversed air spaces. its not intended to find hidden caves 2018-05-17 10:01:52 ackpacket This sounds intensive. What's your higher level goal? 2018-05-17 10:01:52 crutchy and i don't care about block types 2018-05-17 10:02:11 crutchy hmm. just to be in awe of my tunnel systems :D 2018-05-17 10:02:21 crutchy and i love maps in general 2018-05-17 10:03:22 ackpacket since tunnels are a 3d space I'm not sure how you'd like to visualize this in a 2d map 2018-05-17 10:04:14 crutchy i just wanna take a y-coordinate and display black and white pixel map indicating air/solid 2018-05-17 10:04:56 ackpacket Not sure why this needs to be a mod, you can do this with any NBT library that can read your server world 2018-05-17 10:05:14 crutchy yeah i was just thinking that too 2018-05-17 10:06:29 crutchy hmm. wonder if minutor can doo it 2018-05-17 10:07:00 crutchy hmm. might be a fun little dev project 2018-05-17 10:12:18 <-- crutchy (~crutchy@unaffiliated/crutchy) a quitté #mcdevs ("Leaving") 2018-05-17 10:55:41 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 260 seconds) 2018-05-17 13:06:49 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 248 seconds) 2018-05-17 13:18:00 tktech pokechu22, man, trying to make lambda handling smarter 2018-05-17 13:18:15 tktech Turns out there's a lot of different ways for javac to make a lambda 2018-05-17 13:19:10 tktech Can't directly assume invokedynamic means a lambda is here either, since it could really be a closure or something totally different in other JVM languages 2018-05-17 13:19:41 tktech I think I need to follow the handle and look for the "typical" bootstrap... 2018-05-17 13:37:58 tktech Side note, Jython produces some truly terrifying classes 2018-05-17 16:26:02 PolarizedIons *beep* *boop* [VERSION] Minecraft Snapshot 18w20c has been released! -- https://minecraft.net/en-us/article/minecraft-snapshot-18w20b 2018-05-17 16:26:17 PolarizedIons (very strange that the url ends with b 🤔) 2018-05-17 17:20:52 <-- mrarm (~mrarm@unaffiliated/mrarm) a quitté (Quit: ZNC 1.6.4 - http://znc.in) 2018-05-17 17:32:02 Not-10ef [Burger] New data now avaliable for 18w20c: 2018-05-17 17:32:04 Not-10ef [Burger] Diff from 18w20b: http://pokechu22.github.io/Burger/diff_18w20b_18w20c.html (http://pokechu22.github.io/Burger/diff_18w20b_18w20c.json) 2018-05-17 17:32:05 Not-10ef [Burger] Full data: http://pokechu22.github.io/Burger/18w20c.html (http://pokechu22.github.io/Burger/18w20c.json) 2018-05-17 17:37:08 --> mrarm (~mrarm@unaffiliated/mrarm) a rejoint #mcdevs 2018-05-17 18:00:53 MiniDigger PolarizedIons Well, it's the same post, he just forgot to change the title of the page I guess 2018-05-17 18:01:01 MiniDigger Cut him some slack, he's new 😂 2018-05-17 18:17:02 pokechu22 Yeah, they re-used the 20a post for that too, it's odd 2018-05-17 18:38:59 PolarizedIons they usually just edit the a-snapshot post, but not update the url, so I was kindof pointing out how they updated it for b, but not for c ¯\_(ツ)_/¯ 2018-05-17 19:10:43 <-- C4K3_ (~C4K3@0127801301.0.fullrate.ninja) a quitté (Ping timeout: 265 seconds) 2018-05-17 19:11:11 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2018-05-17 19:51:50 --> iso2013 (~iso2013@2601:281:c503:9186:44b8:e73d:e5f9:8719) a rejoint #mcdevs 2018-05-17 21:19:59 Not-10ef [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/vpAOu 2018-05-17 21:20:00 Not-10ef [mineflayer] rom1504 cff5d30 - Don't do anything if transaction.action is < 0 (only happens in non vanilla plugins) 2018-05-17 21:24:00 Not-10ef [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/vpAOj 2018-05-17 21:24:02 Not-10ef [mineflayer] rom1504 fbcd7f9 - Release 2.7.2 2018-05-17 21:24:10 Not-10ef [mineflayer] rom1504 tagged fbcd7f9 as 2.7.2 https://git.io/vpA3e 2018-05-17 21:54:23 --> itsme (~textual@x4dbd2383.dyn.telefonica.de) a rejoint #mcdevs 2018-05-17 23:17:09 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2018-05-17 23:19:15 --> dexter0 (~dexter0@2601:647:4500:700:ff:70ff:fe00:d0b) a rejoint #mcdevs 2018-05-18 01:09:36 <-- iso2013 (~iso2013@2601:281:c503:9186:44b8:e73d:e5f9:8719) a quitté (Quit: Bye :)) 2018-05-18 01:09:56 --> iso2013 (~iso2013@2601:281:c503:9186:44b8:e73d:e5f9:8719) a rejoint #mcdevs 2018-05-18 01:20:16 <-- itsme (~textual@x4dbd2383.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-05-18 04:04:29 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-05-18 06:03:53 <-- iso2013 (~iso2013@2601:281:c503:9186:44b8:e73d:e5f9:8719) a quitté (Quit: Bye :)) 2018-05-18 07:05:17 <-- yosafbridge (~yosafbrid@68.ip-149-56-14.net) a quitté (Quit: Leaving) 2018-05-18 07:18:10 --> yosafbridge (~yosafbrid@68.ip-149-56-14.net) a rejoint #mcdevs 2018-05-18 08:38:01 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-18 09:19:37 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-05-18 09:20:38 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-18 09:53:09 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 240 seconds) 2018-05-18 16:53:23 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2018-05-18 17:48:54 --> HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-05-18 17:50:35 HurricanKai hey, again, can someone tell me what packets are needed for me to see other players? i have the SpawnPlayer Packet implemented (on spawn, i know im not supposed to, but else the player first has to leave the view range, and then re-enter it) and the Entity, Entity Movement etc. packets implemented for this, what else is needed? 2018-05-18 17:52:33 pokechu22 That should be enough -- well, maybe you need player list item, not 100% sure -- though you'll also want the stuff to remove the player when they're gone 2018-05-18 17:52:51 HurricanKai player list is there too 2018-05-18 17:53:09 pokechu22 However, I don't think you can have entities in chunks that haven't loaded yet -- you'll want to wait until the right chunks are sent before spawning a player (or any entity) 2018-05-18 17:53:43 HurricanKai i know, the spawn player packet is send after the player exits Loading screen 2018-05-18 17:56:00 HurricanKai ok, nvm, im just retarded 2018-05-18 17:56:23 HurricanKai my Equality Comparer was based of the name of someone, joining with the same account, well, the same name.... 2018-05-18 18:02:53 HurricanKai ouuuuuhm, i just got the most broken exception ever, it says "Unknow serializer type 860494" (Internal Exception, io.netty.handler.codec.DecoderException) 2018-05-18 18:03:25 pokechu22 o.o 2018-05-18 18:06:49 HurricanKai any ideas where that coud come from? 2018-05-18 18:08:20 pokechu22 If there's a stacktrace that'd be helpful... but I don't really think there would be 2018-05-18 18:09:27 HurricanKai no, sorry, it wasnt even logged. the connection just disappeared. 2018-05-18 18:10:08 HurricanKai im trying to reproduce it... thought no luck yet 2018-05-18 18:10:27 HurricanKai well, not to bad in that case i guess ;d 2018-05-18 18:10:28 pokechu22 Ah 2018-05-18 18:10:34 pokechu22 it's actually not a scary netty issue 2018-05-18 18:10:45 pokechu22 it's part of entity metadata it seems 2018-05-18 18:10:49 HurricanKai wut 2018-05-18 18:12:09 HurricanKai nvm. just happened again. 2018-05-18 18:12:49 pokechu22 http://wiki.vg/Entity_metadata#Entity_Metadata_Format -- it's got a bad something there 2018-05-18 18:13:14 HurricanKai i didnt even mess with that, im just writing a 0xff there.... 2018-05-18 18:13:24 HurricanKai which shoud just mark it as empty.. 2018-05-18 18:14:11 pokechu22 860494 is 0D214E -- it might be reading into another packet (n.b. the fact that it's more than a byte there tells me the wiki's wrong about something) 2018-05-18 18:15:57 HurricanKai hmm, very strange... im not shure why this happens, or when actually. but btw, while im here, what is right, Entity TP after 4 blocks, (according to description of Entity TP) or after 8 blocks, (According to Entity Move)? 2018-05-18 18:16:53 pokechu22 8, looks like TP just wasn't updated for that change a long time back 2018-05-18 18:17:02 HurricanKai oh, ok. 2018-05-18 18:17:35 pokechu22 (the data type used to be smaller and they used less precision for entity movement, which was why it was only 4 blocks originally) 2018-05-18 18:17:49 HurricanKai oh, ok... 2018-05-18 18:18:12 HurricanKai well, thank you once again! maybe ill be able to fix the player spawning later now. (gtg now) 2018-05-18 18:30:18 --> iso2013 (~iso2013@2601:281:c503:9186:4449:2ea5:ae29:2f51) a rejoint #mcdevs 2018-05-18 19:10:44 --> itsme_ (~textual@x5ce2e19f.dyn.telefonica.de) a rejoint #mcdevs 2018-05-18 22:33:42 <-- star (~star@c-76-16-146-255.hsd1.il.comcast.net) a quitté (Ping timeout: 256 seconds) 2018-05-18 23:02:56 --> star (~star@c-76-16-146-255.hsd1.il.comcast.net) a rejoint #mcdevs 2018-05-18 23:22:56 <-- Dadido3_ (~quassel@p200300D9DBEFF600C92C4BF4398B22B5.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2018-05-18 23:23:16 --> Dadido3 (~quassel@p5B2CBDE4.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-18 23:45:36 <-- iso2013 (~iso2013@2601:281:c503:9186:4449:2ea5:ae29:2f51) a quitté (Quit: Bye :)) 2018-05-19 00:36:20 <-- Rhvs (Rhys@help.lux.melted.me) a quitté (Ping timeout: 265 seconds) 2018-05-19 00:43:07 --> Rhvs (Rhys@help.lux.melted.me) a rejoint #mcdevs 2018-05-19 01:13:48 pokechu22 tktech: Working on converting burger to use the constant changes, but I'm getting some weird stuff -- it seems like it's using the wrong class file maybe? For instance, it's seeing one of the operands to an invokestatic instruction as a UTF8 constnat 2018-05-19 01:14:37 pokechu22 Should be reproducible with the latest stuff I've pushed (708aee25) via `python3 munch.py -vt blockstates 18w20c.jar -o /dev/null` 2018-05-19 01:21:15 <-- itsme_ (~textual@x5ce2e19f.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-05-19 01:23:42 <-- HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Remote host closed the connection) 2018-05-19 02:35:28 <-- Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:941:1300:21cc:4a89) a quitté (Read error: Connection reset by peer) 2018-05-19 02:37:52 pokechu22 k, think I figured out why it's happening 2018-05-19 02:47:10 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 264 seconds) 2018-05-19 02:50:28 pokechu22 https://github.com/TkTech/Jawa/pull/15#pullrequestreview-121602995 2018-05-19 03:43:21 <-- star (~star@c-76-16-146-255.hsd1.il.comcast.net) a quitté (Ping timeout: 260 seconds) 2018-05-19 03:46:26 --> star (~star@c-76-16-146-255.hsd1.il.comcast.net) a rejoint #mcdevs 2018-05-19 03:50:42 --> iso2013 (~iso2013@2601:281:c503:9186:a5b2:efbe:6433:bed6) a rejoint #mcdevs 2018-05-19 05:00:45 tktech Ah turds 2018-05-19 05:00:51 tktech I'll fix that and add a test case 2018-05-19 05:18:22 tktech Other than this bug, were the changes useful? 2018-05-19 07:08:06 pokechu22 Haven't completely messed with it yet (did a bulk rename, but I'm still declaring a local variable named `const` in most cases when I probably don't need to anymore) 2018-05-19 07:08:08 pokechu22 but it looks nice 2018-05-19 07:24:09 <-- iso2013 (~iso2013@2601:281:c503:9186:a5b2:efbe:6433:bed6) a quitté (Read error: Connection reset by peer) 2018-05-19 08:09:47 <-- Akkarin (~Akkarin@bnc.dotstart.tv) a quitté (Ping timeout: 240 seconds) 2018-05-19 08:32:09 <-- star (~star@c-76-16-146-255.hsd1.il.comcast.net) a quitté (Ping timeout: 255 seconds) 2018-05-19 08:32:43 --> star (~star@c-76-16-146-255.hsd1.il.comcast.net) a rejoint #mcdevs 2018-05-19 08:49:49 --> HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-05-19 09:21:21 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-05-19 09:22:21 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-19 09:53:42 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-19 10:25:17 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 240 seconds) 2018-05-19 12:27:09 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 240 seconds) 2018-05-19 12:28:00 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2018-05-19 12:38:21 <-- kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a quitté (Remote host closed the connection) 2018-05-19 12:42:01 --> kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a rejoint #mcdevs 2018-05-19 12:42:01 -- Mode #mcdevs [+v kev009] par ChanServ 2018-05-19 13:58:11 <-- HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 260 seconds) 2018-05-19 14:16:58 --> Akkarin (~Akkarin@bnc.dotstart.tv) a rejoint #mcdevs 2018-05-19 14:22:41 --> Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:4cd1:73c9:c4e5:dcb1) a rejoint #mcdevs 2018-05-19 14:49:22 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 256 seconds) 2018-05-19 16:42:35 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-hztxncsrhbxzqhgz) a quitté (Ping timeout: 256 seconds) 2018-05-19 16:42:55 --> Brandon15811 (sid13052@gateway/web/irccloud.com/x-kukdbxxpdkssclrm) a rejoint #mcdevs 2018-05-19 16:44:18 <-- SupaHam (~SupaHam@supaham.com) a quitté (Ping timeout: 256 seconds) 2018-05-19 16:48:30 --> SupaHam (~SupaHam@supaham.com) a rejoint #mcdevs 2018-05-19 17:35:02 <-- MasterGberry (sid92636@gateway/web/irccloud.com/x-zcljmluoizbfzlxz) a quitté (Remote host closed the connection) 2018-05-19 17:37:32 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Ping timeout: 260 seconds) 2018-05-19 17:37:40 <-- gabizou (~gabizou@185.57.191.43) a quitté (Ping timeout: 240 seconds) 2018-05-19 17:38:14 --> MasterGberry (sid92636@gateway/web/irccloud.com/x-zdcpfofaukvswphu) a rejoint #mcdevs 2018-05-19 17:39:47 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2018-05-19 17:39:47 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2018-05-19 17:39:47 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2018-05-19 17:43:13 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2018-05-19 21:45:05 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Ping timeout: 265 seconds) 2018-05-19 21:45:28 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2018-05-19 21:45:29 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2018-05-19 21:45:29 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2018-05-19 21:54:14 <-- yawkat (~yawkat@cats.coffee) a quitté (Quit: Meow) 2018-05-19 21:55:28 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2018-05-19 22:29:50 <-- sudden (~lax@unaffiliated/laxask) a quitté (Quit: Reconnecting) 2018-05-19 22:30:02 --> sudden (~lax@unaffiliated/laxask) a rejoint #mcdevs 2018-05-19 23:52:49 --> iso2013 (~iso2013@2601:281:c503:9186:d18c:a635:e3d6:8ab0) a rejoint #mcdevs 2018-05-20 00:53:44 <-- Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:4cd1:73c9:c4e5:dcb1) a quitté (Read error: Connection reset by peer) 2018-05-20 00:54:07 --> Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:4cd1:73c9:c4e5:dcb1) a rejoint #mcdevs 2018-05-20 00:59:42 <-- Deaygo (Deaygo@i.let.this.bloody.dropbear.in) a quitté (Ping timeout: 255 seconds) 2018-05-20 01:01:08 --> Deaygo (Deaygo@i.let.this.bloody.dropbear.in) a rejoint #mcdevs 2018-05-20 04:09:58 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 264 seconds) 2018-05-20 04:12:21 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2018-05-20 05:31:14 <-- iso2013 (~iso2013@2601:281:c503:9186:d18c:a635:e3d6:8ab0) a quitté (Quit: Bye :)) 2018-05-20 08:52:53 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-20 09:23:03 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-05-20 09:23:59 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-20 10:19:13 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 256 seconds) 2018-05-20 11:31:17 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-05-20 11:54:14 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2018-05-20 11:56:35 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Ping timeout: 256 seconds) 2018-05-20 11:56:35 -- NickG365_ est maintenant connu sous le nom NickG365 2018-05-20 12:04:56 Not-10ef [Jawa] TkTech pushed 1 commit to develop [+0/-0/±1] https://git.io/vphwn 2018-05-20 12:04:58 Not-10ef [Jawa] TkTech f2d49cc - Always create a new list of bound transforms when disassembling. 2018-05-20 12:13:06 Not-10ef [Jawa] TkTech pushed 1 commit to develop [+0/-0/±1] https://git.io/vphwR 2018-05-20 12:13:08 Not-10ef [Jawa] TkTech 523a062 - Remove useless properties from the code attribute. 2018-05-20 14:08:41 Not-10ef [Jawa] TkTech pushed 2 commits to develop [+31/-3/±29] https://git.io/vph62 2018-05-20 14:08:42 Not-10ef [Jawa] TkTech 0f2e8e6 - Remove all shebangs and encoding statements. 2018-05-20 14:08:44 Not-10ef [Jawa] TkTech 405fc1f - Begin updating documentation in prep for release. 2018-05-20 14:33:36 Not-10ef [Jawa] TkTech pushed 1 commit to develop [+1/-5/±4] https://git.io/vphiv 2018-05-20 14:33:37 Not-10ef [Jawa] TkTech 2e8de66 - Move transforms into a module instead of package. Update tests & docs. 2018-05-20 15:13:45 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 248 seconds) 2018-05-20 16:13:29 Not-10ef [Jawa] TkTech pushed 2 commits to develop [+1/-1/±6] https://git.io/vph15 2018-05-20 16:13:31 Not-10ef [Jawa] TkTech 7ad2289 - Update some typos and missing docstrings. 2018-05-20 16:13:32 Not-10ef [Jawa] TkTech 8059c9d - Update for new circleci format. 2018-05-20 16:27:47 Not-10ef [Jawa] TkTech pushed 1 commit to develop [+0/-0/±1] https://git.io/vphMC 2018-05-20 16:27:48 Not-10ef [Jawa] TkTech 4712085 - Readme language and badges. 2018-05-20 16:43:15 Not-10ef [Jawa] TkTech pushed 1 commit to develop [+0/-0/±1] https://git.io/vphDc 2018-05-20 16:43:17 Not-10ef [Jawa] TkTech 9afae46 - Attempt to fix a bad version of setuptools on circleci's py3.6 image. 2018-05-20 16:48:55 tktech Slacked for 3 months on the documentation...that was a mistake. 2018-05-20 16:56:16 timmyRS Why do you not use a documentation generator like JavaDoc? 2018-05-20 16:56:57 timmyRS My extensive research of 1 Google Query gave me this: http://effbot.org/zone/pythondoc.htm 2018-05-20 17:05:20 MiniDigger he uses sphinx from the look sof it 2018-05-20 17:08:49 tktech I do timmyRS, extensively. Very different from the human side of the documentation, such as examples and tutorials. 2018-05-20 17:09:20 tktech The actual code has near 100% docstring coverage 2018-05-20 17:09:55 Not-10ef [Jawa] TkTech pushed 1 commit to develop [+5/-0/±0] https://git.io/vphyp 2018-05-20 17:09:56 Not-10ef [Jawa] TkTech a84e7f3 - Add support for InnerClasses attribute + tests. 2018-05-20 17:14:38 timmyRS Usually I also include examples in the javadoc, too. So you can directly update the documentation with your code and avoid the issue you're having right now. 2018-05-20 17:14:56 <-- Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:4cd1:73c9:c4e5:dcb1) a quitté (Read error: Connection reset by peer) 2018-05-20 17:28:28 tktech oO 2018-05-20 17:28:44 tktech I'm not putting 100+ line examples in the code lol 2018-05-20 17:28:55 timmyRS ¯\_(ツ)_/¯ 2018-05-20 17:29:26 timmyRS Why would your examples be so big anyway? O.o 2018-05-20 17:39:29 tktech (very old docs) http://jawa.tkte.ch/examples/dism.html 2018-05-20 17:39:36 tktech http://jawa.tkte.ch/examples/hello_world.html 2018-05-20 17:40:26 timmyRS I guess that makes sense for a (dis)assember 2018-05-20 18:09:51 <-- Xandaros (~xandaros@unaffiliated/xandaros) a quitté (Ping timeout: 265 seconds) 2018-05-20 18:49:12 --> sinious (AdiIRC@pool-108-12-229-12.prvdri.fios.verizon.net) a rejoint #mcdevs 2018-05-20 18:50:02 sinious his all, has anyone connected to a xbox one realm on windows 10? It appears that only pocket edition can do this per hours of searching but I'd sure love to know if this is the limit 2018-05-20 18:53:07 Not-10ef [Jawa] TkTech pushed 3 commits to develop [+13/-6/±1] https://git.io/vphFx 2018-05-20 18:53:09 Not-10ef [Jawa] TkTech 7121445 - Add the Synthetic attribute. 2018-05-20 18:53:10 Not-10ef [Jawa] TkTech b4d91c8 - Add support for EnclosingMethod attribute + tests. 2018-05-20 18:53:12 Not-10ef [Jawa] TkTech b0c2b8e - Added LocalVariableTypeTable attribute. 2018-05-20 18:53:57 Not-10ef [Jawa] TkTech pushed 2 commits to develop [+0/-0/±1] https://git.io/vphFp 2018-05-20 18:53:58 Not-10ef [Jawa] TkTech c943449 - Merge branch 'master' into develop 2018-05-20 18:54:12 MiniDigger sinious, uuhm, win10 edition is pretty much pocket edition, its all the bedrock codebase now, same engine, same protocol, same features pretty much 2018-05-20 18:54:27 Not-10ef [Jawa] TkTech pushed 1 commit to master [+78/-8/±28] https://git.io/vphFj 2018-05-20 18:54:28 <-- Not-10ef (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a quitté (Excess Flood) 2018-05-20 18:55:08 sinious I thought so, but I can't seem to see my XB realm from my same PC account.. bit confusing with the info online which suggests I should just click realm and see my paid-for realm 2018-05-20 19:03:26 --> Not-e829 (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a rejoint #mcdevs 2018-05-20 19:03:27 Not-e829 [Jawa] TkTech pushed 2 commits to master [+5/-0/±1] https://git.io/vphb3 2018-05-20 19:03:28 Not-e829 [Jawa] TkTech c8f57e1 - Add a setup.cfg to inform pypi of our README.md 2018-05-20 19:03:29 Not-e829 [Jawa] TkTech 2c21dda - Generate new attribute documentation stubs. 2018-05-20 19:03:31 Not-e829 [Jawa] TkTech pushed 1 commit to gh-pages [+103/-9/±55] https://git.io/vphbZ 2018-05-20 19:03:33 Not-e829 [Jawa] TkTech d2f714d - Update documentation 2018-05-20 19:06:36 tktech pokechu22, That's version 2.0 pushed to pypi and merged into master. API should be considered stable. 2018-05-20 19:06:57 tktech Thanks for being worlds #1 live tester :) 2018-05-20 19:07:24 pokechu22 Yay :D 2018-05-20 19:17:47 sinious Is anyone else able to play on an xbox one live (not xbox one edition) realm using windows 10? 2018-05-20 19:28:48 simon816 huh, Jawa seems pretty similar to Krakatau https://github.com/Storyyeller/Krakatau 2018-05-20 19:40:51 <-- sinious (AdiIRC@pool-108-12-229-12.prvdri.fios.verizon.net) a quitté (Quit: Going offline, see ya! (www.adiirc.com)) 2018-05-20 20:01:18 tktech It predates krakatau by 8 years :) 2018-05-20 20:01:35 tktech Krakatau is great, and a good decompiler 2018-05-20 20:01:57 tktech But if you look at the code it's very poorly documented and extremely messy, and the API isn't meant for humans 2018-05-20 20:02:13 tktech And GPL which is often a deal breaker 2018-05-20 20:02:36 tktech You're not meant to be able to include and use krakatau in your projects 2018-05-20 20:03:27 tktech Jawa doesn't have the high-level decompiler, but it's meant to be human-friendly if you just pop open a shell and load a JAR 2018-05-20 20:03:50 tktech You'd build something like Krakatau on top of Jawa 2018-05-20 20:28:13 <-- Moep[m] (moepmatrix@gateway/shell/matrix.org/x-qeicqjujtsjhyxuw) a quitté (*.net *.split) 2018-05-20 20:28:13 <-- jast (jast@zoidberg.org) a quitté (*.net *.split) 2018-05-20 20:28:14 <-- Jode (~Jode@thejosh.me) a quitté (*.net *.split) 2018-05-20 20:28:19 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-05-20 20:28:30 --> Jode (~Jode@2001:19f0:5:13bf:5400:ff:fe84:218b) a rejoint #mcdevs 2018-05-20 20:28:54 <-- SinZ (znc@steamdb/source2-guru/sinz) a quitté (*.net *.split) 2018-05-20 20:28:54 <-- ryantheleach (~ryanthele@108.61.213.128) a quitté (*.net *.split) 2018-05-20 20:29:00 --> SinZ (znc@grimm.361zn.is) a rejoint #mcdevs 2018-05-20 20:29:15 --> ryantheleach (~ryanthele@108.61.213.128) a rejoint #mcdevs 2018-05-20 20:29:24 -- SinZ est maintenant connu sous le nom Guest10670 2018-05-20 20:30:40 <-- RoboMWM (~RoboMWM@tf.robomwm.com) a quitté (Ping timeout: 240 seconds) 2018-05-20 20:31:10 <-- offbeatwitch (~offbeatwi@163.172.169.69) a quitté (Ping timeout: 240 seconds) 2018-05-20 20:31:37 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (Ping timeout: 260 seconds) 2018-05-20 20:33:13 --> gabizou (~gabizou@185.57.191.43) a rejoint #mcdevs 2018-05-20 20:33:28 --> RoboMWM (~RoboMWM@tf.robomwm.com) a rejoint #mcdevs 2018-05-20 20:34:32 --> offbeatwitch (~offbeatwi@163.172.169.69) a rejoint #mcdevs 2018-05-20 20:39:34 --> Moep[m] (moepmatrix@gateway/shell/matrix.org/x-koufhcmwcmgtlpfw) a rejoint #mcdevs 2018-05-20 20:45:11 <-- Moep[m] (moepmatrix@gateway/shell/matrix.org/x-koufhcmwcmgtlpfw) a quitté (*.net *.split) 2018-05-20 20:45:12 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (*.net *.split) 2018-05-20 20:45:12 <-- justJanne (kuschku@lithium.kuschku.de) a quitté (*.net *.split) 2018-05-20 20:45:12 <-- bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a quitté (*.net *.split) 2018-05-20 20:45:14 <-- Yamakaja (~yamakaja@vps.pub.yamakaja.me) a quitté (*.net *.split) 2018-05-20 20:45:19 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2018-05-20 20:45:19 -- Mode #mcdevs [+v Dinnerbone] par ChanServ 2018-05-20 20:45:48 --> justJanne (kuschku@lithium.kuschku.de) a rejoint #mcdevs 2018-05-20 20:45:58 --> bildramer (~bildramer@p200300ED83CE14005C47D7FCA95B581A.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-20 20:46:23 simon816 hmm I think minecraft is not closing datapack zip file handles 2018-05-20 20:46:44 simon816 file is open by java even though I quit the world 2018-05-20 20:47:40 <-- gabizou (~gabizou@185.57.191.43) a quitté (Ping timeout: 240 seconds) 2018-05-20 20:47:45 simon816 ah, not yet fixed https://bugs.mojang.com/browse/MC-124365 2018-05-20 20:47:54 --> Yamakaja (~yamakaja@vps.pub.yamakaja.me) a rejoint #mcdevs 2018-05-20 20:48:32 <-- offbeatwitch (~offbeatwi@163.172.169.69) a quitté (Ping timeout: 260 seconds) 2018-05-20 20:50:06 --> Moep[m] (moepmatrix@gateway/shell/matrix.org/x-uwevfuswqdajuscy) a rejoint #mcdevs 2018-05-20 20:50:38 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2018-05-20 20:52:45 pokechu22 18w20c? 2018-05-20 20:53:19 simon816 yep 2018-05-20 20:54:15 pokechu22 k, added 2018-05-20 20:54:35 --> offbeatwitch (~offbeatwi@163.172.169.69) a rejoint #mcdevs 2018-05-20 21:10:21 Not-e829 [Jawa] TkTech pushed 1 commit to master [+0/-0/±2] https://git.io/vpjvV 2018-05-20 21:10:22 Not-e829 [Jawa] TkTech e63620f - Better README badges. Tell circleci to ignore our gh-pages branch. 2018-05-20 21:19:36 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-20 21:59:33 --> barneygale (~barneygal@2.218.70.82) a rejoint #mcdevs 2018-05-20 22:00:19 barneygale Hi all. I see that the 'Slot' data type has losts its 'damage' field in 1.13. Does this mean that damage is communicated via NBT instead? 2018-05-20 22:03:28 pokechu22 For items that have damage (specifically tools and armor), yes. Most items don't have a damage value anymore though, due to the flattening 2018-05-20 22:06:22 rom1504 hmm is http://wiki.vg/Protocol#Position fixed point ? I'm confused 2018-05-20 22:06:32 barneygale Ah right. So damage previously functioned as 'damage' in the literal sense, plus block metadata (e.g. wool color)? 2018-05-20 22:06:40 rom1504 (as in Math.floor(x*32)) 2018-05-20 22:08:47 barneygale rom1504: I don't believe it is. One unit = one block. 2018-05-20 22:09:39 rom1504 ok 2018-05-20 22:09:45 rom1504 it's just floored then 2018-05-20 22:10:22 pokechu22 Yeah, it was in a hacky way metadata (wool color, dye color, etc) 2018-05-20 22:10:23 <-- csnxs (sean@unaffiliated/plussean) a quitté (Quit: I was wrong. It creeps up back; through coloured glass.) 2018-05-20 22:10:58 pokechu22 rom1504: yeah, it's a block position, floored 2018-05-20 22:11:30 pokechu22 Fixed point numbers are unrelated to that and are used for other types (though I think that the protocol doesn't use those specific fixed point ones and uses a more precise one now) 2018-05-20 22:11:34 barneygale rom1504: you'll see that the 64-bit position type is used in places where you only need block-level precision, e.g. block break animations 2018-05-20 22:13:35 barneygale "the flattening" is making it tricky to come up with a consistent API for items/slots in quarry, bleh 2018-05-20 22:15:26 rom1504 yeah 2018-05-20 22:18:25 --> csnxs (sean@unaffiliated/plussean) a rejoint #mcdevs 2018-05-20 22:28:18 <-- barneygale (~barneygal@2.218.70.82) a quitté (Remote host closed the connection) 2018-05-20 23:57:15 --> Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:e85c:e881:7c55:520c) a rejoint #mcdevs 2018-05-21 00:26:34 Not-e829 [Jawa] TkTech pushed 9 commits to develop [+88/-8/±43] https://git.io/vpjmO 2018-05-21 00:26:35 Not-e829 [Jawa] TkTech 5f92b39 - Merge master into develop 2018-05-21 00:26:37 Not-e829 [Jawa] TkTech 83e8a5c - Fix shell helper for IPython >= 5.0. Import the constants module when starting the shell. 2018-05-21 00:26:38 Not-e829 [Jawa] TkTech d796e31 - Update the disassembly example to use the ClassLoader. Include output example. 2018-05-21 00:26:40 Not-e829 [Jawa] ... and 6 more commits. 2018-05-21 00:54:54 pokechu22 IPython is the .net python thing, right? 2018-05-21 00:55:41 tktech Nein, you're thinking of IronPython 2018-05-21 00:56:14 tktech IPython is the notebook/terminal/debugger 2018-05-21 00:56:18 tktech https://ipython.org/ 2018-05-21 00:56:52 tktech If you have ipython installed "jawa shell --class-path server.jar" will give you a pretty shell with tab completion and a bunch of extras 2018-05-21 01:01:52 <-- Thinkofname (~Think@ns3091419.ip-5-135-185.eu) a quitté (Quit: Leaving) 2018-05-21 01:02:47 --> Thinkofname (~Think@2001:41d0:8:c217::1) a rejoint #mcdevs 2018-05-21 01:03:00 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2018-05-21 01:05:33 dav1d ipython is amazing 2018-05-21 01:23:47 -- Guest10670 est maintenant connu sous le nom SinZ 2018-05-21 01:24:00 <-- SinZ (znc@grimm.361zn.is) a quitté (Changing host) 2018-05-21 01:24:00 --> SinZ (znc@steamdb/source2-guru/sinz) a rejoint #mcdevs 2018-05-21 01:24:00 -- Mode #mcdevs [+v SinZ] par ChanServ 2018-05-21 01:27:26 tktech pokechu22: https://i.imgur.com/iz0lDAs.png fun little tool I did as part of the tutorial 2018-05-21 01:36:38 <-- Thinkofname (~Think@2001:41d0:8:c217::1) a quitté (Ping timeout: 260 seconds) 2018-05-21 01:42:27 --> Thinkofname (~Think@ns3091419.ip-5-135-185.eu) a rejoint #mcdevs 2018-05-21 01:42:27 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2018-05-21 03:44:23 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-05-21 03:48:01 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2018-05-21 04:05:07 <-- protryon_ (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2018-05-21 04:07:13 <-- ecx (~ashton@unaffiliated/ecx) a quitté (Quit: ecx) 2018-05-21 04:08:02 --> ecx (~ecx@unaffiliated/ecx) a rejoint #mcdevs 2018-05-21 04:29:32 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2018-05-21 05:22:50 <-- __0x277F (~Hex@four.out.of.five.doctors.recommend.hex.lc) a quitté (Quit: ?) 2018-05-21 05:23:23 --> __0x277F (~Hex@four.out.of.five.doctors.recommend.hex.lc) a rejoint #mcdevs 2018-05-21 06:30:06 --> bildramer1 (~bildramer@p200300ED83CE14008CC834293761DA38.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-21 06:33:54 <-- bildramer (~bildramer@p200300ED83CE14005C47D7FCA95B581A.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2018-05-21 06:34:22 <-- bildramer1 (~bildramer@p200300ED83CE14008CC834293761DA38.dip0.t-ipconnect.de) a quitté (Ping timeout: 245 seconds) 2018-05-21 06:34:44 --> bildramer (~bildramer@p200300ED83CE1400E021E3B9A8ABB647.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-21 07:01:02 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-05-21 07:23:37 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-21 07:26:52 ackpacket Other than the entity take damage notification, does the server give any indication that you successfully hurt another player, or even better, *how much* you hurt them? 2018-05-21 07:28:02 timmyRS If you hit someone with a bow, it notifies you with the entity status for the sound effect to play but afaik there's no other indication in vanilla. 2018-05-21 08:00:36 pokechu22 Damage is an entity status, but it doesn't indicate specifically that _you_ did damage, just that the entity took damage 2018-05-21 08:01:12 pokechu22 also I think that the bow ding is a different thing from a status, but not 100% sure -- I'm pretty sure it's that Event packet or something 2018-05-21 08:02:44 pokechu22 gah, I was going to go to sleep, but now I have to look this up or I'll be thinking about it all ngiht 2018-05-21 08:04:01 pokechu22 ... not even the effect packet, but a _worse_ one 2018-05-21 08:04:15 pokechu22 http://wiki.vg/Protocol#Change_Game_State 2018-05-21 08:05:10 pokechu22 Anyways, the main damage one I was referring to is on http://wiki.vg/Entity_statuses#Living 2018-05-21 08:05:52 timmyRS That game state is what I meant. Otherwise, in vanilla, there is no indication that you hurt anyone or anything. 2018-05-21 09:24:47 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-05-21 09:25:46 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-21 11:08:22 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 260 seconds) 2018-05-21 13:48:12 <-- bildramer (~bildramer@p200300ED83CE1400E021E3B9A8ABB647.dip0.t-ipconnect.de) a quitté (Quit: Of course we scientists have our little secrets. For instance, the moon is in Spain. Another: stars aren't real. Also, cells are huge. One cell is roughly the size of a marble.) 2018-05-21 14:03:05 --> Flemmard (bla@unaffiliated/flemmard) a rejoint #mcdevs 2018-05-21 14:05:47 <-- Techcable (znc@irc.techcable.net) a quitté (Quit: ZNC - http://znc.in) 2018-05-21 14:06:27 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2018-05-21 14:45:56 --> Hykilpikonna_ (~Hykilpiko@c-107-3-16-5.hsd1.ma.comcast.net) a rejoint #mcdevs 2018-05-21 14:48:06 <-- Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:e85c:e881:7c55:520c) a quitté (Ping timeout: 260 seconds) 2018-05-21 14:54:21 --> sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a rejoint #mcdevs 2018-05-21 14:54:21 <-- sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a quitté (Excess Flood) 2018-05-21 14:55:14 --> sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a rejoint #mcdevs 2018-05-21 15:02:13 <-- sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a quitté (Quit: sergivb01) 2018-05-21 15:06:19 --> sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a rejoint #mcdevs 2018-05-21 15:07:45 <-- sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a quitté (Client Quit) 2018-05-21 15:08:29 --> sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a rejoint #mcdevs 2018-05-21 15:13:18 <-- sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a quitté (Quit: sergivb01) 2018-05-21 15:14:04 --> sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a rejoint #mcdevs 2018-05-21 15:14:35 <-- sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a quitté (Client Quit) 2018-05-21 15:16:23 --> sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a rejoint #mcdevs 2018-05-21 15:56:11 <-- Flemmard (bla@unaffiliated/flemmard) a quitté 2018-05-21 16:48:45 <-- sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a quitté (Ping timeout: 252 seconds) 2018-05-21 17:13:51 --> bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-21 17:30:17 <-- MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a quitté (Ping timeout: 240 seconds) 2018-05-21 18:59:45 --> sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a rejoint #mcdevs 2018-05-21 19:10:44 --> MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a rejoint #mcdevs 2018-05-21 19:31:47 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2018-05-21 19:31:48 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-21 19:32:30 --> itsme_ (~textual@x4dbd69dc.dyn.telefonica.de) a rejoint #mcdevs 2018-05-21 20:28:11 --> iso2013 (~iso2013@2601:281:c503:9186:99c8:63:49a6:91dc) a rejoint #mcdevs 2018-05-21 21:40:43 simon816 I'm a bit confused as to how to make a function run every tick. It seems there are two ways: the advancement minecraft:tick or the tag minecraft:tick 2018-05-21 21:40:55 simon816 when should either be used? 2018-05-21 22:00:32 simon816 seems like the tag is what I'm looking for, not sure what the advancement is used for then 2018-05-21 22:02:24 pokechu22 Uh, I don't think there's an advancement for that 2018-05-21 22:02:32 pokechu22 though maybe there's a condition? 2018-05-21 22:02:52 pokechu22 You probably should use the tag, or the gamerule in older versions 2018-05-21 22:02:54 simon816 https://minecraft.gamepedia.com/Advancements#minecraft:tick 2018-05-21 22:08:15 simon816 ah interesting, the advancement will be triggered once per tick, but once it's set on a player it won't run the reward function again 2018-05-21 22:08:40 simon816 so to create a loop I'd call "/advancement revoke" 2018-05-21 22:54:00 simon816 nice, now this works in-game EVENT_HANDLER(minecraft:tick, on_tick) { printf("Tick"); } 2018-05-22 00:24:44 <-- sergivb01 (~sergivb01@242.red-83-32-170.dynamicip.rima-tde.net) a quitté (Ping timeout: 245 seconds) 2018-05-22 01:22:36 <-- bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2018-05-22 01:23:22 --> bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-22 02:07:07 <-- KnownUnown (KnownUnown@die.in.firrre.com) a quitté (Remote host closed the connection) 2018-05-22 02:12:49 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 256 seconds) 2018-05-22 02:13:44 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2018-05-22 02:29:42 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Quit: ERROR | Something Really Bad Probably Just Happened!) 2018-05-22 02:30:14 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2018-05-22 02:56:36 --> itsme__ (~textual@185.5.175.85) a rejoint #mcdevs 2018-05-22 02:58:53 <-- itsme_ (~textual@x4dbd69dc.dyn.telefonica.de) a quitté (Ping timeout: 252 seconds) 2018-05-22 03:12:21 --> KnownUnown (KnownUnown@die.in.firrre.com) a rejoint #mcdevs 2018-05-22 03:33:49 <-- itsme__ (~textual@185.5.175.85) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-05-22 04:52:35 <-- bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2018-05-22 04:53:17 --> bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-22 05:08:22 <-- iso2013 (~iso2013@2601:281:c503:9186:99c8:63:49a6:91dc) a quitté (Quit: Bye :)) 2018-05-22 06:18:16 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-22 06:20:55 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 252 seconds) 2018-05-22 08:24:34 <-- bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2018-05-22 08:25:17 --> bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-22 09:26:32 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-05-22 09:27:31 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-22 11:34:19 <-- Not-e829 (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a quitté (Remote host closed the connection) 2018-05-22 14:42:53 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 252 seconds) 2018-05-22 15:15:45 --> Hykilpikonna__ (~Hykilpiko@2601:194:c301:f0b0:941:1300:21cc:4a89) a rejoint #mcdevs 2018-05-22 15:18:40 <-- Hykilpikonna_ (~Hykilpiko@c-107-3-16-5.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2018-05-22 15:20:28 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Remote host closed the connection) 2018-05-22 15:20:51 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-22 17:12:14 --> iso2013 (~iso2013@2601:281:c503:9186:5e6:58cc:c1c0:7cc8) a rejoint #mcdevs 2018-05-22 17:26:26 <-- Hykilpikonna__ (~Hykilpiko@2601:194:c301:f0b0:941:1300:21cc:4a89) a quitté (Ping timeout: 260 seconds) 2018-05-22 19:38:54 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-22 19:39:00 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-22 19:48:29 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 268 seconds) 2018-05-22 19:49:18 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2018-05-22 19:51:22 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-05-22 19:51:28 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2018-05-22 19:55:29 <-- iso2013 (~iso2013@2601:281:c503:9186:5e6:58cc:c1c0:7cc8) a quitté (Quit: Bye :)) 2018-05-22 19:55:46 --> iso2013 (~iso2013@2601:281:c503:9186:5e6:58cc:c1c0:7cc8) a rejoint #mcdevs 2018-05-22 23:35:10 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2018-05-22 23:35:40 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-05-23 00:58:36 <-- peterix (~peterix@quassel.woboq.com) a quitté (Remote host closed the connection) 2018-05-23 01:11:43 --> afewf (~z@cpc91558-seac25-2-0-cust344.7-2.cable.virginm.net) a rejoint #mcdevs 2018-05-23 01:11:49 <-- afewf (~z@cpc91558-seac25-2-0-cust344.7-2.cable.virginm.net) a quitté (Client Quit) 2018-05-23 01:18:30 --> Not (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a rejoint #mcdevs 2018-05-23 01:18:30 Not [Jawa] TkTech pushed 127 commits to master [+99/-23/±271] https://git.io/vhJQE 2018-05-23 01:18:31 Not [Jawa] TkTech aa0012d - 16% speedup reading files from JAR by requiring that we read the entire file into memory in a single ZipFile.read() instead of ZipFile.open() 2018-05-23 01:18:33 Not [Jawa] TkTech 2f11c1a - Add missing support for padding operands to the disassemble example. 2018-05-23 01:18:34 Not [Jawa] TkTech a4dac38 - Bugfix version bump. 2018-05-23 01:19:24 Not [Jawa] TkTech pushed 1 commit to gh-pages [+0/-0/±14] https://git.io/vhJQz 2018-05-23 01:19:26 Not [Jawa] TkTech 24662be - Update documentation 2018-05-23 02:09:29 --> peterix (quassel@quassel.woboq.de) a rejoint #mcdevs 2018-05-23 02:39:41 <-- MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a quitté (Read error: Connection reset by peer) 2018-05-23 04:11:01 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-05-23 04:16:21 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-23 04:16:42 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-23 04:50:13 <-- iso2013 (~iso2013@2601:281:c503:9186:5e6:58cc:c1c0:7cc8) a quitté (Quit: Bye :)) 2018-05-23 05:12:56 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-23 05:13:23 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-23 06:17:33 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-23 06:20:10 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2018-05-23 06:20:11 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-23 07:08:33 <-- star (~star@c-76-16-146-255.hsd1.il.comcast.net) a quitté (Read error: Connection reset by peer) 2018-05-23 07:08:51 --> star (~star@c-76-16-146-255.hsd1.il.comcast.net) a rejoint #mcdevs 2018-05-23 07:11:11 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Quit: OkAlt) 2018-05-23 07:15:24 <-- AndrewPH (Butts@omega.classicube.net) a quitté (Ping timeout: 276 seconds) 2018-05-23 07:15:31 --> AndrewPH (Butts@omega.classicube.net) a rejoint #mcdevs 2018-05-23 07:15:35 -- Mode #mcdevs [+v AndrewPH] par ChanServ 2018-05-23 07:31:01 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-23 09:27:16 --> MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a rejoint #mcdevs 2018-05-23 09:41:28 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 245 seconds) 2018-05-23 09:57:30 <-- bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2018-05-23 09:58:16 --> bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-23 10:05:53 <-- MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a quitté (Quit: RIP Bouncer ^^) 2018-05-23 10:07:06 --> MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a rejoint #mcdevs 2018-05-23 11:17:22 --> Black_Hole (~BlackHole@p200300E753C03400D04A4E0A6C9F60D5.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-23 11:18:34 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-05-23 11:21:36 <-- Black-Hole (~BlackHole@p200300E753C034009DA690D57FABB48E.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2018-05-23 13:55:40 <-- justJanne (kuschku@lithium.kuschku.de) a quitté (Ping timeout: 265 seconds) 2018-05-23 14:09:45 <-- MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a quitté (Quit: RIP Bouncer ^^) 2018-05-23 14:11:29 --> justJanne (kuschku@lithium.kuschku.de) a rejoint #mcdevs 2018-05-23 14:11:40 --> MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a rejoint #mcdevs 2018-05-23 17:36:32 --> iso2013 (~iso2013@2601:281:c503:9186:151:b80e:a435:b9a5) a rejoint #mcdevs 2018-05-23 18:20:41 pokechu22 Burger's being really wierd, and for some reason it's not showing a lot of the toppings. But it does seem to have got the packet changes at least 2018-05-23 18:22:47 Not [Burger] New data now avaliable for 18w21a: 2018-05-23 18:22:49 Not [Burger] Diff from 18w20c: http://pokechu22.github.io/Burger/diff_18w20c_18w21a.html (http://pokechu22.github.io/Burger/diff_18w20c_18w21a.json) 2018-05-23 18:22:50 Not [Burger] Full data: http://pokechu22.github.io/Burger/18w21a.html (http://pokechu22.github.io/Burger/18w21a.json) 2018-05-23 19:09:10 <-- ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 240 seconds) 2018-05-23 19:09:27 --> ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2018-05-23 19:17:29 <-- simpleauthority_ (~simple@i.am.an.algorithmjunkie.com) a quitté (Read error: Connection reset by peer) 2018-05-23 19:17:57 --> simpleauthority (~simple@i.am.an.algorithmjunkie.com) a rejoint #mcdevs 2018-05-23 19:39:05 pokechu22 (cause for it being weird was that I for some reason told it to only do those toppings in my script *facepalm*) 2018-05-23 20:17:49 <-- ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 246 seconds) 2018-05-23 20:24:05 --> ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2018-05-23 20:28:54 <-- star (~star@c-76-16-146-255.hsd1.il.comcast.net) a quitté (Quit: The Lounge - https://thelounge.github.io) 2018-05-23 20:29:07 tktech Hehe 2018-05-23 20:37:25 --> star (~star@c-76-16-146-255.hsd1.il.comcast.net) a rejoint #mcdevs 2018-05-23 20:57:43 <-- star (~star@c-76-16-146-255.hsd1.il.comcast.net) a quitté (Read error: Connection reset by peer) 2018-05-23 22:04:50 Not [Jawa] TkTech pushed 3 commits to master [+1/-1/±7] https://git.io/vhTD3 2018-05-23 22:04:52 Not [Jawa] TkTech 4b89f90 - Additional docstrings for methods and fields. Added a type shortcut to fields. 2018-05-23 22:04:53 Not [Jawa] TkTech 7dd9f3d - Yet another attempt at getting pypi+twine+wheel to work as expected with long descriptions. 2018-05-23 22:04:55 Not [Jawa] TkTech 4101cc7 - Move CLI from package to module, include sphinx-click to provide better autodocumentation of the CLI. 2018-05-23 22:04:58 Not [Jawa] TkTech pushed 1 commit to gh-pages [+0/-0/±43] https://git.io/vhTDs 2018-05-23 22:05:00 Not [Jawa] TkTech 3aeff92 - Update documentation 2018-05-23 23:27:23 <-- Byteflux (~byte@byteflux.net) a quitté (Remote host closed the connection) 2018-05-23 23:30:30 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2018-05-24 01:24:02 <-- bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2018-05-24 01:30:16 --> Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:941:1300:21cc:4a89) a rejoint #mcdevs 2018-05-24 01:30:32 --> bildramer (~bildramer@p4FD85F56.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-24 01:52:24 <-- iso2013 (~iso2013@2601:281:c503:9186:151:b80e:a435:b9a5) a quitté (Read error: Connection reset by peer) 2018-05-24 03:27:51 --> iso2013 (~iso2013@2601:281:c503:9186:151:b80e:a435:b9a5) a rejoint #mcdevs 2018-05-24 05:22:39 <-- bildramer (~bildramer@p4FD85F56.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2018-05-24 05:23:21 --> bildramer (~bildramer@p4FD85F56.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-24 05:24:31 <-- iso2013 (~iso2013@2601:281:c503:9186:151:b80e:a435:b9a5) a quitté (Quit: Bye :)) 2018-05-24 06:16:20 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-24 06:18:53 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 252 seconds) 2018-05-24 06:18:53 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-24 08:32:01 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-24 09:09:32 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 260 seconds) 2018-05-24 11:09:09 <-- m0r13 (~m0r13@2a01:4f8:201:8174:73:0:b00b:135) a quitté (Ping timeout: 276 seconds) 2018-05-24 11:09:27 <-- dx (~dx@irssi/staff/dx) a quitté (Ping timeout: 255 seconds) 2018-05-24 11:09:43 <-- Rhvs (Rhys@help.lux.melted.me) a quitté (Ping timeout: 256 seconds) 2018-05-24 11:09:43 <-- Anna (~Anna@borealis.voxelstorm.com) a quitté (Ping timeout: 256 seconds) 2018-05-24 11:09:53 <-- blackdog476 (~notquasse@2a01:4f8:210:20ca::2) a quitté (Ping timeout: 276 seconds) 2018-05-24 11:10:32 <-- fl4sh_ (~fl4sh@trinity.jsje.de) a quitté (Ping timeout: 276 seconds) 2018-05-24 11:16:15 --> blackdog476 (~notquasse@godx.pw) a rejoint #mcdevs 2018-05-24 11:16:41 --> fl4sh_ (~fl4sh@dock.jsje.de) a rejoint #mcdevs 2018-05-24 11:17:32 --> dx (~dx@irssi/staff/dx) a rejoint #mcdevs 2018-05-24 11:17:57 --> Rhvs (Rhys@help.lux.melted.me) a rejoint #mcdevs 2018-05-24 11:19:09 --> m0r13 (~m0r13@2a01:4f8:201:8174:73:0:b00b:135) a rejoint #mcdevs 2018-05-24 11:25:47 <-- AlphaBlend (~AlphaBlen@cpe-66-74-178-84.socal.res.rr.com) a quitté 2018-05-24 11:38:12 --> AlphaBlend (~AlphaBlen@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2018-05-24 13:16:30 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2018-05-24 17:01:09 <-- bildramer (~bildramer@p4FD85F56.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2018-05-24 17:01:55 --> bildramer (~bildramer@p4FD85F56.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-24 18:50:06 --> iso2013 (~iso2013@2601:281:c503:9186:9450:e621:29a4:c6fd) a rejoint #mcdevs 2018-05-24 21:08:42 <-- ChanServ (ChanServ@services.) a quitté (shutting down) 2018-05-24 21:14:03 --> ChanServ (ChanServ@services.) a rejoint #mcdevs 2018-05-24 21:14:03 -- Mode #mcdevs [+o ChanServ] par cherryh.freenode.net 2018-05-24 21:22:49 <-- ChanServ (ChanServ@services.) a quitté (shutting down) 2018-05-24 21:26:01 <-- Aikar (~quassel@wikia/Aikar) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2018-05-24 21:26:39 --> Aikar (~quassel@2604:4500::5102) a rejoint #mcdevs 2018-05-24 21:31:57 --> ChanServ (ChanServ@services.) a rejoint #mcdevs 2018-05-24 21:31:57 -- Mode #mcdevs [+o ChanServ] par cherryh.freenode.net 2018-05-24 21:35:11 -- Tux est maintenant connu sous le nom Guest1303 2018-05-24 21:35:11 -- r04r est maintenant connu sous le nom Guest44185 2018-05-24 21:35:11 -- killme est maintenant connu sous le nom Guest85700 2018-05-24 21:35:11 -- tktech est maintenant connu sous le nom Guest97770 2018-05-24 21:35:11 -- iczero est maintenant connu sous le nom Guest88345 2018-05-24 21:35:11 -- shoghicp est maintenant connu sous le nom Guest93469 2018-05-24 21:35:13 -- Adam est maintenant connu sous le nom Guest47923 2018-05-24 21:35:14 -- matthewprenger est maintenant connu sous le nom Guest12724 2018-05-24 21:35:14 -- l4mRh4X0r est maintenant connu sous le nom Guest31276 2018-05-24 21:35:17 -- EvilJStoker est maintenant connu sous le nom Guest41100 2018-05-24 21:35:18 -- Krenair est maintenant connu sous le nom Guest9040 2018-05-24 21:35:18 -- Morrolan est maintenant connu sous le nom Guest31486 2018-05-24 21:35:18 -- lukegb est maintenant connu sous le nom Guest36833 2018-05-24 21:35:18 -- Mustek est maintenant connu sous le nom Guest45464 2018-05-24 21:35:19 -- Hafydd est maintenant connu sous le nom Guest59778 2018-05-24 21:35:19 -- PolarizedIons est maintenant connu sous le nom Guest38190 2018-05-24 21:35:19 -- Pyker est maintenant connu sous le nom Guest75516 2018-05-24 21:35:19 -- mrkirby153 est maintenant connu sous le nom Guest62055 2018-05-24 21:35:57 -- Guest9040 est maintenant connu sous le nom Krenair 2018-05-24 21:36:13 -- Guest85700 est maintenant connu sous le nom killme 2018-05-24 21:38:17 -- Guest36833 est maintenant connu sous le nom lukegb 2018-05-24 21:38:47 -- Guest38190 est maintenant connu sous le nom PolarizedIons 2018-05-24 21:41:54 timmyRS LPT: It isn't paranoia if they're really out to get you 2018-05-24 21:42:05 PolarizedIons haha 2018-05-24 21:42:53 <-- Aikar (~quassel@2604:4500::5102) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2018-05-24 21:43:05 --> Aikar (~quassel@wikia/Aikar) a rejoint #mcdevs 2018-05-24 21:53:02 -- Guest59778 est maintenant connu sous le nom Hafydd 2018-05-24 21:56:11 -- Guest75516 est maintenant connu sous le nom Pyker 2018-05-24 22:00:57 -- Guest47923 est maintenant connu sous le nom Adam 2018-05-24 22:17:46 -- Guest88345 est maintenant connu sous le nom iczero 2018-05-24 22:28:08 <-- ecx (~ecx@unaffiliated/ecx) a quitté (Ping timeout: 245 seconds) 2018-05-24 22:29:48 --> ecx (~ashton@unaffiliated/ecx) a rejoint #mcdevs 2018-05-24 23:15:54 -- Guest44185 est maintenant connu sous le nom r04r 2018-05-25 00:40:23 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-05-25 00:41:23 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-25 01:01:43 <-- Thinkofname (~Think@ns3091419.ip-5-135-185.eu) a quitté (Quit: Leaving) 2018-05-25 01:02:44 --> Thinkofname (~Think@ns3091419.ip-5-135-185.eu) a rejoint #mcdevs 2018-05-25 01:02:54 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2018-05-25 01:10:38 rom1504 hi mcdevs, do you know what are those object and mob uids ? how should they be generated ? what's their use compared to eid ? 2018-05-25 01:14:35 pokechu22 The UUID? It's completely unique and saved to disk with the entity (and can be used in commands to select that entity specifically). EID is only for use at runtime 2018-05-25 01:16:03 pokechu22 They should just be generated as a random UUID as far as I remember. I think this is all documented on the main minecraft wiki somewhere? 2018-05-25 01:17:29 rom1504 uuid 1, 2, 3, 4, 5 ? 2018-05-25 01:21:06 rom1504 prob v4 like the player 2018-05-25 01:21:17 rom1504 *online player 2018-05-25 01:21:21 rom1504 thanks for the infos 2018-05-25 01:24:19 Guest97770 private final String c = UUID.randomUUID().toString(); 2018-05-25 01:24:32 pokechu22 Probably not 4 because that ones' based on a digest of some input string, and that wouldn't work for entities 2018-05-25 01:24:41 Guest97770 "Static factory to retrieve a type 4 (pseudo randomly generated) UUID" 2018-05-25 01:24:51 -- Guest97770 est maintenant connu sous le nom tktech 2018-05-25 01:24:58 pokechu22 Ah, no, it is 4: https://docs.oracle.com/javase/7/docs/api/java/util/UUID.html#randomUUID() 2018-05-25 01:25:10 pokechu22 oh, yeah, you said "online player", and I misread that as "offline player" .-. 2018-05-25 01:38:46 tktech Trying to make a lossless parse tree for java is slowly breaking me 2018-05-25 01:40:58 tktech Not done yet and it's more LoC than the rest of Jawa 2018-05-25 02:13:40 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2018-05-25 02:14:05 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-25 02:26:11 rom1504 thanks 2018-05-25 02:28:30 <-- iso2013 (~iso2013@2601:281:c503:9186:9450:e621:29a4:c6fd) a quitté (Ping timeout: 260 seconds) 2018-05-25 02:47:58 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2018-05-25 02:49:40 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-25 04:52:10 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 240 seconds) 2018-05-25 05:12:49 <-- WizardCM (~WizardCM@dsl-58-6-81-236.sa.westnet.com.au) a quitté (Quit: Oh noes it broke!) 2018-05-25 05:13:06 --> WizardCM (~WizardCM@dsl-58-6-81-236.sa.westnet.com.au) a rejoint #mcdevs 2018-05-25 05:24:15 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-25 05:50:02 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 248 seconds) 2018-05-25 05:57:12 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-25 05:58:25 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-25 06:00:40 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-05-25 06:00:40 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-25 06:02:08 --> Anna (anna@borealis.voxelstorm.com) a rejoint #mcdevs 2018-05-25 06:15:36 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-25 06:15:57 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 260 seconds) 2018-05-25 06:18:05 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 245 seconds) 2018-05-25 06:18:05 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-25 06:37:18 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-25 06:38:57 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 252 seconds) 2018-05-25 06:38:58 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-25 06:41:18 <-- kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a quitté (Ping timeout: 240 seconds) 2018-05-25 06:59:47 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-25 07:01:31 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2018-05-25 07:01:31 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-25 07:08:41 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-25 07:09:10 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-05-25 07:09:10 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-25 07:24:04 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-25 07:25:46 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 268 seconds) 2018-05-25 07:25:46 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-25 07:38:45 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-25 07:39:10 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-05-25 07:39:10 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-25 08:07:16 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 256 seconds) 2018-05-25 08:08:45 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-25 11:33:18 --> kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a rejoint #mcdevs 2018-05-25 11:33:18 -- Mode #mcdevs [+v kev009] par ChanServ 2018-05-25 13:39:52 <-- Dadido3 (~quassel@p5B2CBDE4.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2018-05-25 13:43:03 --> Dadido3 (~quassel@p200300D9DBE0FC00F9D461AC266E8EC3.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-25 13:43:13 --> |Blaze| (~scott@184.70.189.74) a rejoint #mcdevs 2018-05-25 13:46:08 <-- |Blaze|_ (~scott@184.70.189.74) a quitté (Ping timeout: 256 seconds) 2018-05-25 13:48:04 --> Dadido3_ (~quassel@p200300D9DBE15000F9D461AC266E8EC3.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-25 13:48:58 <-- Dadido3 (~quassel@p200300D9DBE0FC00F9D461AC266E8EC3.dip0.t-ipconnect.de) a quitté (Ping timeout: 245 seconds) 2018-05-25 14:34:48 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 240 seconds) 2018-05-25 16:12:40 <-- bildramer (~bildramer@p4FD85F56.dip0.t-ipconnect.de) a quitté (Ping timeout: 245 seconds) 2018-05-25 16:25:56 <-- fragmer (~fragmer@45.55.2.85) a quitté (Ping timeout: 256 seconds) 2018-05-25 16:26:42 --> fragmer (~fragmer@45.55.2.85) a rejoint #mcdevs 2018-05-25 16:26:42 -- Mode #mcdevs [+v fragmer] par ChanServ 2018-05-25 16:27:12 --> bildramer (~bildramer@p200300ED83CDCF0008FE89FD0725CF66.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-25 17:04:23 <-- Hykilpikonna (~Hykilpiko@2601:194:c301:f0b0:941:1300:21cc:4a89) a quitté (Ping timeout: 245 seconds) 2018-05-25 17:50:31 Not [Burger] New data now avaliable for 18w21b: 2018-05-25 17:50:32 Not [Burger] Diff from 18w21a: http://pokechu22.github.io/Burger/diff_18w21a_18w21b.html (http://pokechu22.github.io/Burger/diff_18w21a_18w21b.json) 2018-05-25 17:50:34 Not [Burger] Full data: http://pokechu22.github.io/Burger/18w21b.html (http://pokechu22.github.io/Burger/18w21b.json) 2018-05-26 00:42:11 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-05-26 00:43:06 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-26 00:53:04 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-26 00:54:23 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 264 seconds) 2018-05-26 00:54:23 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-05-26 03:39:36 --> bildramer1 (~bildramer@p200300ED83CDCF004D8A90CD1B7CA43E.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-05-26 03:41:55 <-- bildramer (~bildramer@p200300ED83CDCF0008FE89FD0725CF66.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2018-05-26 04:49:32 --> iso2013 (~iso2013@2601:281:c503:9186:5916:c119:a1cc:397c) a rejoint #mcdevs 2018-05-26 05:50:35 <-- iso2013 (~iso2013@2601:281:c503:9186:5916:c119:a1cc:397c) a quitté (Quit: Bye :)) 2018-05-26 05:56:47 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-26 06:41:03 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-26 06:41:23 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-26 06:49:29 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 252 seconds) 2018-05-26 06:50:46 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-26 06:53:02 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-26 07:33:06 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-26 08:12:52 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 260 seconds) 2018-05-26 08:50:41 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-05-26 09:17:38 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 260 seconds) 2018-05-26 10:19:15 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-26 10:19:57 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-26 10:46:06 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-05-26 12:02:46 --> Vector (Vector@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2018-05-26 12:03:18 <-- AlphaBlend (~AlphaBlen@cpe-66-74-178-84.socal.res.rr.com) a quitté (Ping timeout: 260 seconds) 2018-05-26 12:22:40 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 245 seconds) 2018-05-26 14:59:54 <-- justJanne (kuschku@lithium.kuschku.de) a quitté (Quit: So, if you care to find me, look to the western sky. As someone told me lately, everyone deserves a chance to fly.) 2018-05-26 16:51:24 -- bildramer1 est maintenant connu sous le nom bildramer 2018-05-26 18:00:29 --> iso2013 (~iso2013@2601:281:c503:9186:8d69:d184:2b35:9c5f) a rejoint #mcdevs 2018-05-26 19:16:14 --> justJanne (kuschku@lithium.kuschku.de) a rejoint #mcdevs 2018-05-26 20:20:10 --> C4K3_ (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2018-05-26 20:23:10 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Ping timeout: 240 seconds) 2018-05-26 20:33:09 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-26 20:47:08 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 260 seconds) 2018-05-26 21:00:05 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-26 21:09:18 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 240 seconds) 2018-05-26 22:29:33 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-26 22:29:39 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-26 23:05:39 <-- C4K3_ (~C4K3@0127801301.0.fullrate.ninja) a quitté (Quit: leaving) 2018-05-26 23:06:21 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2018-05-26 23:26:18 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-26 23:52:58 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 268 seconds) 2018-05-27 00:05:50 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-27 00:23:18 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 240 seconds) 2018-05-27 00:41:48 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Ping timeout: 276 seconds) 2018-05-27 00:43:09 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2018-05-27 00:43:09 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2018-05-27 00:43:09 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2018-05-27 00:43:55 <-- MrGr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-05-27 00:44:55 --> MrGr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-05-27 01:43:43 <-- pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a quitté (Quit: Moving pi, back in ??? hours) 2018-05-27 02:18:45 --> agris (~agris@gateway/tor-sasl/agris) a rejoint #mcdevs 2018-05-27 02:21:47 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-27 02:22:08 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-27 03:43:39 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2018-05-27 04:05:26 <-- ecx (~ashton@unaffiliated/ecx) a quitté (Quit: ecx) 2018-05-27 04:06:13 --> ecx (~ecx@unaffiliated/ecx) a rejoint #mcdevs 2018-05-27 04:26:10 --> saper (saper@wikipedia/saper) a rejoint #mcdevs 2018-05-27 05:22:37 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2018-05-27 05:34:22 <-- Vector (Vector@cpe-66-74-178-84.socal.res.rr.com) a quitté (Disconnected by services) 2018-05-27 05:40:26 <-- iso2013 (~iso2013@2601:281:c503:9186:8d69:d184:2b35:9c5f) a quitté (Read error: Connection reset by peer) 2018-05-27 06:06:14 --> pokechu22 (~pokechu22@50.35.71.199) a rejoint #mcdevs 2018-05-27 06:30:55 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-05-27 06:34:57 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-05-27 06:35:18 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-27 06:40:59 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-05-27 06:42:50 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2018-05-27 07:38:08 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 260 seconds) 2018-05-27 08:05:35 <-- justJanne (kuschku@lithium.kuschku.de) a quitté (Quit: So, if you care to find me, look to the western sky. As someone told me lately, everyone deserves a chance to fly.)