2019-05-17 00:32:50 Not-e6c6 [mineflayer] rom1504 9ce1bbe - Release 2.9.0 2019-05-17 00:32:52 Not-e6c6 [mineflayer] rom1504 tagged 9ce1bbe as 2.9.0 https://git.io/fjljq 2019-05-17 00:45:29 rom1504 hi 2019-05-17 00:45:37 rom1504 https://wiki.vg/index.php?title=Pre-release_protocol&oldid=14764 id change in there seems wrong 2019-05-17 00:45:49 rom1504 "0x15 0x14Window Items" 2019-05-17 00:45:55 rom1504 this was always 0x14 2019-05-17 00:46:21 rom1504 ah no got it 2019-05-17 00:46:27 rom1504 open windows was deleted right ? 2019-05-17 00:46:58 rom1504 ah no, moved to 0x2e 2019-05-17 00:47:03 rom1504 yeah right, what a weird change 2019-05-17 00:47:08 +pokechu22 Open Window was changed to 0x2E (and Open Horse Window was added) 2019-05-17 00:47:34 +pokechu22 In earlier snapshots, Open Window was moved to 0x5something I think and horse window was 0x14 2019-05-17 00:47:47 +pokechu22 It does look like open horse window wasn't marked as new for some reason, though 2019-05-17 00:49:47 rom1504 same for query response, it moved down 2019-05-17 00:49:52 rom1504 wtf 2019-05-17 00:50:17 rom1504 do they order packets by alphabetical order still and changed the name ? 2019-05-17 00:50:23 +pokechu22 This is what it looked like for a bit: https://wiki.vg/index.php?title=Pre-release_protocol&oldid=14613 2019-05-17 00:50:50 +pokechu22 They reordered a bunch of them in one of the later snapshots, not sure which. Possibly to put it in alphabetical order or something like that, but I've got no idea 2019-05-17 00:51:59 rom1504 it's still a weird thing mojang seems to kind of support the dev community around minecraft, but makes 0 effort to have a stable protocol 2019-05-17 00:52:24 rom1504 it's not like they were changing the ids to introduce some important feature 2019-05-17 00:52:29 rom1504 they just change them 2019-05-17 00:52:30 +pokechu22 It was weird that back then they added open window at basically the end and kept open horse window at 0x14, instead of putting them next to each other... but the new version is also weird 2019-05-17 00:53:19 +pokechu22 It's worth noting that the IDs are determined by the way a list of classes is put somewhere; the IDs aren't hardcoded on their end. But the constant rearrangement is still weird... 2019-05-17 00:53:23 rom1504 in serious projects, you're supposed to never change ids, only introduce new ones 2019-05-17 00:54:11 rom1504 "not hardcoded on their end" yes they support their own code and that's it 2019-05-17 00:54:24 barneygale it's not a protocol that's meant to be implemented used outside of Mojang - there's a distinction there 2019-05-17 00:54:37 barneygale even so I like it when Notch tried to group packets by area 2019-05-17 00:54:38 rom1504 yes that's my complaint 2019-05-17 00:54:48 rom1504 "not meant to be implemented outside of Mojang" 2019-05-17 00:54:56 rom1504 my complaint is they make that choice 2019-05-17 00:55:26 rom1504 it's not new, but is still a bad choice 2019-05-17 00:55:39 barneygale I think they've always been worried about signing up to support developers in it 2019-05-17 00:55:48 barneygale So all the help we've had has been a bit cryptic 2019-05-17 00:55:55 barneygale They want to help but they view it as a slippery slope 2019-05-17 00:56:14 +pokechu22 I dunno, even then if packets IDs are defined dynamically in your code, it's not as bad to deal with (but, granted, the wiki article doesn't really look at it that way and similar things happen with entity metadata and the like...) 2019-05-17 00:57:12 +pokechu22 But at least with entity metadata, the shifting has a clear purpose; packet IDs are weirder 2019-05-17 00:57:34 rom1504 they are not doing obfuscation sure, they could do much worse if they deliberately wanted to make things hard to reimplement, but they are also not trying very hard to be compatible 2019-05-17 00:58:01 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (Ping timeout: 258 seconds) 2019-05-17 00:58:10 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2019-05-17 00:58:27 rom1504 anyway, I'll get on with bringing 1.14 compat to my lib 2019-05-17 00:59:26 barneygale Oh man, they're doing 1.14.2 now? I haven't even done 1.14.1 2019-05-17 01:00:27 +pokechu22 So far no protocol changes (other than the PVN bump); they've just been focusing on bug fixes 2019-05-17 01:01:15 barneygale PVN? 2019-05-17 01:01:19 timmyRS They better focus on fixing their pack_format up a number 2019-05-17 01:01:23 timmyRS Protocol version number 2019-05-17 01:01:41 barneygale Ah, thanks 2019-05-17 01:04:15 rom1504 trade list is new right ? 2019-05-17 01:04:21 rom1504 https://wiki.vg/Pre-release_protocol#Trade_List 2019-05-17 01:04:31 rom1504 don't see it there https://wiki.vg/Protocol 2019-05-17 01:04:34 +pokechu22 It replaces a plugin message 2019-05-17 01:04:56 +pokechu22 https://wiki.vg/Pre-release_protocol#minecraft:trader_list 2019-05-17 01:06:25 rom1504 ok so it's a new packet 2019-05-17 01:08:21 rom1504 open book too 2019-05-17 01:08:35 rom1504 these packets are not marked as new in the packet ids list 2019-05-17 01:19:13 <-- barneygale (~barneygal@90.197.167.73) a quitté (Ping timeout: 245 seconds) 2019-05-17 01:42:06 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (Ping timeout: 258 seconds) 2019-05-17 01:42:21 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2019-05-17 02:00:56 <-- Thinkofname (~Think@5.135.185.23) a quitté (Quit: Leaving) 2019-05-17 02:03:26 --> Thinkofname (~Think@5.135.185.23) a rejoint #mcdevs 2019-05-17 02:03:26 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2019-05-17 02:10:40 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 244 seconds) 2019-05-17 02:33:35 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-17 04:13:55 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-17 04:15:03 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-17 07:39:37 <-- PolarizedIons9 (~Polarized@unaffiliated/polarizedions) a quitté (Quit: The Lounge - https://thelounge.chat) 2019-05-17 07:43:26 --> PolarizedIons9 (~Polarized@ip4da49ab9.direct-adsl.nl) a rejoint #mcdevs 2019-05-17 08:18:24 <-- Andrio (~Andrio@questers-rest.andriocelos.net) a quitté (Quit: while already on Charon's boat.) 2019-05-17 08:26:05 --> Andrio (Andrio@questers-rest.andriocelos.net) a rejoint #mcdevs 2019-05-17 11:16:08 -- PolarizedIons9 est maintenant connu sous le nom PolarizedIons 2019-05-17 11:16:38 -- PolarizedIons est maintenant connu sous le nom Guest55037 2019-05-17 11:18:06 <-- Guest55037 (~Polarized@ip4da49ab9.direct-adsl.nl) a quitté (Changing host) 2019-05-17 11:18:06 --> Guest55037 (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2019-05-17 14:38:01 Not-e6c6 [McUpdates] Minecraft snapshot 1.14.2 Pre-Release 2 has just been published to the launcher! 2019-05-17 14:38:09 Not-e6c6 [McUpdates] Data generated by 1.14.2 Pre-Release 2: https://apimon.de/mcdata/1.14.2%20Pre-Release%202/1.14.2%20Pre-Release%202.zip 2019-05-17 14:44:09 Not-e6c6 [Burger] New data now avaliable for 1.14.2 Pre-Release 2: 2019-05-17 14:44:11 Not-e6c6 [Burger] Diff from 1.14.2 Pre-Release 1: https://pokechu22.github.io/Burger/diff_1.14.2%20Pre-Release%201_1.14.2%20Pre-Release%202.html (https://pokechu22.github.io/Burger/diff_1.14.2%20Pre-Release%201_1.14.2%20Pre-Release%202.json) 2019-05-17 14:44:12 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/1.14.2%20Pre-Release%202.html (https://pokechu22.github.io/Burger/1.14.2%20Pre-Release%202.json) 2019-05-17 15:00:03 Not-e6c6 [McUpdates] An article about Minecraft 1.14.2 Pre-Release 2 was just published: https://www.minecraft.net/en-us/article/minecraft-1-14-2-pre-release-1 2019-05-17 15:35:49 --> barneygale (~barneygal@90.197.167.73) a rejoint #mcdevs 2019-05-17 16:30:06 <-- thekinrar (~thekinrar@static-176-166-247-234.ftth.abo.bbox.fr) a quitté (Remote host closed the connection) 2019-05-17 17:09:13 <-- Guest55037 (~Polarized@unaffiliated/polarizedions) a quitté (Quit: The Lounge - https://thelounge.chat) 2019-05-17 17:13:36 --> Guest55037 (~Polarized@ip4da49ab9.direct-adsl.nl) a rejoint #mcdevs 2019-05-17 17:30:05 <-- Dykam (~Dykam@37.139.10.7) a quitté (Quit: Dykam) 2019-05-17 17:32:01 --> Dykam (~Dykam@37.139.10.7) a rejoint #mcdevs 2019-05-17 19:11:28 <-- pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Quit: ZNC 1.7.3 - https://znc.in) 2019-05-17 22:49:57 <-- barneygale (~barneygal@90.197.167.73) a quitté (Remote host closed the connection) 2019-05-17 23:25:46 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:717e:e371:eb08:f154) a quitté (Read error: Connection reset by peer) 2019-05-17 23:26:12 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:fc37:c451:98dd:d6c8) a rejoint #mcdevs 2019-05-18 01:24:22 --> pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-05-18 02:10:37 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 244 seconds) 2019-05-18 02:32:22 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-18 03:42:51 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:fc37:c451:98dd:d6c8) a quitté (Ping timeout: 248 seconds) 2019-05-18 04:13:28 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-18 04:13:45 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-18 05:30:50 --> Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-18 05:30:50 <-- Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-18 05:30:50 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-18 06:01:08 <-- deltab (~deltab@95.154.230.49) a quitté (Ping timeout: 246 seconds) 2019-05-18 06:03:14 --> deltab (~deltab@95.154.230.49) a rejoint #mcdevs 2019-05-18 07:29:37 -- Guest55037 est maintenant connu sous le nom PolarizedIons 2019-05-18 07:30:07 -- PolarizedIons est maintenant connu sous le nom Guest33484 2019-05-18 07:31:06 <-- Guest33484 (~Polarized@ip4da49ab9.direct-adsl.nl) a quitté (Changing host) 2019-05-18 07:31:06 --> Guest33484 (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2019-05-18 07:31:59 -- Guest33484 est maintenant connu sous le nom PolarizedIons 2019-05-18 11:08:58 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-05-18 16:34:43 --> C4K3_ (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2019-05-18 16:37:54 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Ping timeout: 252 seconds) 2019-05-18 20:05:58 --> barneygale (~barneygal@90.196.176.71) a rejoint #mcdevs 2019-05-18 20:16:27 <-- barneygale (~barneygal@90.196.176.71) a quitté (Remote host closed the connection) 2019-05-18 23:14:42 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-05-19 00:50:13 --> Penguin__ (~Username@162.213.52.173) a rejoint #mcdevs 2019-05-19 00:50:27 Penguin__ Hi 2019-05-19 00:52:03 Penguin__ I'm having trouble with Slot Data 2019-05-19 00:56:29 +pokechu22 What's the problem? Do remember that the format for it changed in 1.13 so that might be part of it 2019-05-19 00:56:38 Penguin__ I'm doing it for 1.8.9 2019-05-19 00:56:51 Penguin__ so I'm reading the NBT Data 2019-05-19 00:57:17 Penguin__ and it a byte[] and i just do packetData.toArray() which makes it work and everything 2019-05-19 00:57:34 Penguin__ however when i remove it from the cache it removed everything and therefore its not able to read the next items in the GUI 2019-05-19 00:57:43 Penguin__ this is for MCC btw 2019-05-19 00:58:43 +pokechu22 Make sure you're looking at the documentation for slot data in 1.12 and earlier: https://wiki.vg/index.php?title=Slot_Data&oldid=7835 2019-05-19 00:59:17 Penguin__ yes i am 2019-05-19 00:59:21 +pokechu22 but also, remember that 1.8.9 is several years old, and not actively maintained. The documentation for it's going to be rather old... 2019-05-19 00:59:28 Penguin__ right 2019-05-19 00:59:33 Penguin__ that was the one i was using 2019-05-19 00:59:36 Penguin__ and it worked fine 2019-05-19 00:59:48 Penguin__ but breaks after reading the NBT Data 2019-05-19 01:00:04 Penguin__ there is more items in the GUI that need to be read 2019-05-19 01:01:03 +pokechu22 You're treating all the remaining bytes in the packet as the item's NBT, but yeah, that won't work. You'd need to actually parse the data, at least to figure out how much to read, which is going to be annoying because there isn't a length prefix 2019-05-19 01:01:17 Penguin__ ya 2019-05-19 01:01:37 Penguin__ there was in previous :( 2019-05-19 01:02:28 Penguin__ any clue on how i can go about this 2019-05-19 01:03:26 +pokechu22 I don't think there's any easy way to do it beyond actually using a library to parse the NBT, or writing something to skip over it (which is basically the same as reading it) 2019-05-19 01:04:04 Penguin__ i am using fNBT to parse the data 2019-05-19 01:04:05 +pokechu22 You could just look if it starts with 00 (TAG_End) since many items won't have NBT on them, but that's not going to help in the general case 2019-05-19 01:04:47 Penguin__ https://gyazo.com/f4d5998812b59d0a3106caf1833a0d3a 2019-05-19 01:06:58 +pokechu22 Check packetData[0] or something like that (look at the next byte without getting rid of it) 2019-05-19 01:07:49 +pokechu22 I also wouldn't do `readData` since I assume that just skips all of it; you'd want to only skip however much the library read... which I'm not sure how you'd do 2019-05-19 01:10:15 Penguin__ would the number of tags it has relate to the amount of byte data read 2019-05-19 01:10:21 Penguin__ would there be any correlation 2019-05-19 01:11:15 +pokechu22 Yes, but not in a particularly usable way since it depends on the tag type 2019-05-19 01:11:41 +pokechu22 The super lazy and bad way of doing it might be to use the library to write out the data again and see how much data it writes... but that's really not a good solution 2019-05-19 02:08:04 Not-e6c6 [minecraft-data] rom1504 pushed 18 commits to master [+2/-0/±22] https://git.io/fj8Vf 2019-05-19 02:08:06 Not-e6c6 [minecraft-data] rom1504 9b6c4b3 - Merge pull request #237 from PrismarineJS/1.14.1 1.14.1 support 2019-05-19 02:10:10 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 246 seconds) 2019-05-19 02:11:15 Not-e6c6 [minecraft-data] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/fj8VU 2019-05-19 02:11:16 Not-e6c6 [minecraft-data] rom1504 f9781e5 - add 1.14 to supported versions 2019-05-19 02:11:18 Not-e6c6 [minecraft-data] rom1504 f3a4865 - Release 2.37.0 2019-05-19 02:11:19 Not-e6c6 [minecraft-data] rom1504 tagged f3a4865 as 2.37.0 https://git.io/fj8VT 2019-05-19 02:25:48 Not-e6c6 [minecraft-data] rom1504 pushed 2 commits to master [+1/-0/±2] https://git.io/fj8Vt 2019-05-19 02:25:50 Not-e6c6 [minecraft-data] rom1504 66fc5fc - add missing version file for 1.14 and 1.14.1 2019-05-19 02:25:52 Not-e6c6 [minecraft-data] rom1504 03980d4 - Release 2.37.1 2019-05-19 02:25:53 Not-e6c6 [minecraft-data] rom1504 tagged 03980d4 as 2.37.1 https://git.io/fj8Vq 2019-05-19 02:26:07 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-19 03:11:40 <-- I9hdkill (~quassel@2001:41d0:d:1cb7::) a quitté (Remote host closed the connection) 2019-05-19 03:14:25 --> I9hdkill (~quassel@2001:41d0:d:1cb7::) a rejoint #mcdevs 2019-05-19 04:02:10 <-- Penguin__ (~Username@162.213.52.173) a quitté (Quit: Going offline, see ya! (www.adiirc.com)) 2019-05-19 04:13:43 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-19 04:13:59 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-19 05:25:23 --> Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-19 05:25:23 <-- Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-19 05:25:23 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-19 05:25:35 --> pranelius_ (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-05-19 05:27:20 <-- pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 268 seconds) 2019-05-19 05:59:51 <-- Plancke (~Plancke@2604:a880:400:d0::d58:e001) a quitté (Quit: Leaving) 2019-05-19 06:00:04 --> Plancke (~Plancke@2604:a880:400:d0::d58:e001) a rejoint #mcdevs 2019-05-19 06:00:04 <-- Plancke (~Plancke@2604:a880:400:d0::d58:e001) a quitté (Client Quit) 2019-05-19 06:00:17 --> Plancke (~Plancke@2604:a880:400:d0::d58:e001) a rejoint #mcdevs 2019-05-19 06:22:51 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-05-19 06:24:36 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 258 seconds) 2019-05-19 06:24:37 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-05-19 07:36:01 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Ping timeout: 246 seconds) 2019-05-19 10:15:35 --> Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-19 10:15:35 <-- Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-19 10:15:35 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-19 13:06:11 <-- pranelius_ (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Quit: ZNC 1.7.3 - https://znc.in) 2019-05-19 13:13:23 --> pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-05-19 13:31:46 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-05-19 16:53:59 <-- Proximyst (~proximyst@proximyst.com) a quitté (Quit: robbing cookies) 2019-05-19 16:54:00 <-- sebagius7110 (~sebagius7@proximyst.com) a quitté (Quit: Nomming on cookies) 2019-05-19 16:54:32 --> sebagius7110 (~sebagius7@proximyst.com) a rejoint #mcdevs 2019-05-19 16:56:00 --> Proximyst (~proximyst@proximyst.com) a rejoint #mcdevs 2019-05-19 18:10:36 --> hwiggy (~hwiggy@mobile-107-77-160-94.mobile.att.net) a rejoint #mcdevs 2019-05-19 18:11:35 hwiggy I just came to say that I am very proud of my project so far. I also want to communicate how painful it feels like it will be to implement entity AI ;D 2019-05-19 18:12:33 hwiggy Machine Learning Minecraft mobs? 2019-05-19 18:17:26 rom1504 hwiggy: what is your project ? 2019-05-19 18:18:49 hwiggy rom1504, I'm making yet another minecraft server in java 2019-05-19 18:19:15 rom1504 ok, what are your objectives for this project ? 2019-05-19 18:19:38 hwiggy There are some atrocities in Bukkit that I dont particularly enjoy, and I want to get rid of the need for reflection to access packets and other things like that 2019-05-19 18:20:05 hwiggy So we started writing a transparent packet event API that the server itself will be using, and that will be open for extension by plugins and such 2019-05-19 18:20:35 hwiggy And then I plan on creating some form of abstraction layer with Spigot to patch it onto my server to maintain compatibility with Spigot plugins and my game server 2019-05-19 18:20:44 hwiggy Realistically, I'm just trying to move away from NMS 2019-05-19 18:23:14 hwiggy I just created this: https://git.io/fj8MB (I've been putting off Legacy Ping because it just stresses me out) 2019-05-19 18:23:47 hwiggy On the inside, its mostly just callback hell. But it is very fast. 2019-05-19 18:25:00 rom1504 ok 2019-05-19 18:25:27 rom1504 what part of vanilla do you want to implement ? 2019-05-19 18:26:07 hwiggy We're actually going to try staying as true to vanilla as possible 2019-05-19 18:26:35 hwiggy We're also going to be working on a built-in modding API which _might_ have the ability to kill forge. no promises. 2019-05-19 18:26:38 rom1504 yeah but since there is 0 full re-implementation of vanilla in existence, you'll have to exclude some parts, willingly or not 2019-05-19 18:27:16 rom1504 for example redstone 2019-05-19 18:28:19 hwiggy Well excluding such a large mechanic is simply out of the question lol 2019-05-19 18:29:44 hwiggy What we really want to do is multithread pretty much wherever possible 2019-05-19 18:30:03 hwiggy I think there is definitely some optimization available there 2019-05-19 18:35:36 rom1504 ok, what about multi version support ? 2019-05-19 18:36:31 hwiggy We're going to be working on the latest version of the protocol and then work backwards 2019-05-19 18:56:17 Not-e6c6 [minecraft-data] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/fj8DL 2019-05-19 18:56:19 Not-e6c6 [minecraft-data] rom1504 5d3d147 - u32 -> i32 in 1.14 2019-05-19 18:56:20 Not-e6c6 [minecraft-data] rom1504 a907732 - Release 2.37.2 2019-05-19 18:56:22 Not-e6c6 [minecraft-data] rom1504 tagged a907732 as 2.37.2 https://git.io/fj8Dt 2019-05-19 18:57:52 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 252 seconds) 2019-05-19 18:58:27 hwiggy I'm not certain if this is a bug, side effect, or intended behavior 2019-05-19 18:58:40 hwiggy But my Legacy Ping reader reads the packet completely fine, except for the protocol version? 2019-05-19 18:58:56 hwiggy But only on later versions (I'm getting 127s on anything past 1.7) 2019-05-19 18:59:00 rom1504 why do you want to handle legacy ping ? 2019-05-19 18:59:10 rom1504 legacy ping is a bug 2019-05-19 18:59:11 hwiggy Is it not standard to do so? 2019-05-19 18:59:31 rom1504 I think it's a bug that it's still hanled 2019-05-19 18:59:38 rom1504 what is the benefit of it ? 2019-05-19 19:00:03 hwiggy It tells legacy clients what version the more recent server is running 2019-05-19 19:00:08 +pokechu22 Nah, it's intended that it's still handled, it's just only handled if the other one fails 2019-05-19 19:00:28 +pokechu22 Handling it is for super old versions, yeah. But all of them are like 5 years old at this point... right? 2019-05-19 19:01:04 rom1504 indeed 2019-05-19 19:01:12 rom1504 do you want to handle these old versions ? 2019-05-19 19:01:18 +pokechu22 I'm not sure what number it's supposed to send, though 2019-05-19 19:01:28 hwiggy No, but I do want to make sure the server does not appear offline to legacy clients 2019-05-19 19:01:31 +pokechu22 It's useful to tell those versions explicitly that they're not going to work at least 2019-05-19 19:01:51 hwiggy Also, what is `patchy` and why wont the mojang library server give it up 2019-05-19 19:02:05 hwiggy I keep getting read timeouts 2019-05-19 19:02:12 +pokechu22 It's a patch to netty, but I'm not sure why you can't load it 2019-05-19 19:02:22 +pokechu22 Looks like the legacy ping uses a single byte for the protocol version 2019-05-19 19:02:44 hwiggy I was using 1.6.4 and got the proper protocol number from that packet as expected 2019-05-19 19:02:57 hwiggy But when I tried with 1.8, I got a 47 for Server list ping and 127 for legacy 2019-05-19 19:03:20 hwiggy Also this is an issue: https://hastebin.com/ogezoqocap.rb 2019-05-19 19:03:23 tyteen4a03 Is there an up-to-date version of MCEdit? 2019-05-19 19:03:28 +pokechu22 Just checked, and it looks like it hardcodes 127 for the legacy ping (probably so that it just doesn't mark it as a version since the numbers were reset) 2019-05-19 19:03:47 +pokechu22 I need to head out, though -- back in a few hours 2019-05-19 19:03:51 hwiggy Thanks 2019-05-19 19:04:06 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2019-05-19 19:04:43 hwiggy I probably cant download the jar because I'm on my LTE as a hotspot 2019-05-19 19:08:08 --> PolarizedIons0 (~Polarized@ip4da49ab9.direct-adsl.nl) a rejoint #mcdevs 2019-05-19 19:09:22 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 246 seconds) 2019-05-19 19:30:22 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-19 19:31:09 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-19 19:33:49 --> PolarizedIons00 (~Polarized@ip4da49ab9.direct-adsl.nl) a rejoint #mcdevs 2019-05-19 19:35:03 <-- PolarizedIons0 (~Polarized@ip4da49ab9.direct-adsl.nl) a quitté (Ping timeout: 245 seconds) 2019-05-19 19:53:29 rom1504 is stonecutting correct in https://wiki.vg/Pre-release_protocol#Declare_Recipes ? 2019-05-19 19:53:32 rom1504 I'm getting errors 2019-05-19 19:53:58 rom1504 were there any nbt/slot change in 1.14.1 ? 2019-05-19 20:03:52 --> b1nzy (~wwwebeu@104-1-88-158.lightspeed.sntcca.sbcglobal.net) a rejoint #mcdevs 2019-05-19 20:14:04 rom1504 looks like it's wrong, see https://github.com/NoneTirex/spigot-1.14/blob/a0c9f613608b80c9fac64e61b104192c005bd96e/src/main/java/org/bukkit/inventory/StonecuttingRecipe.java#L37 2019-05-19 20:14:20 rom1504 trying... 2019-05-19 20:17:50 <-- hwiggy (~hwiggy@mobile-107-77-160-94.mobile.att.net) a quitté (Read error: Connection reset by peer) 2019-05-19 20:44:22 --> hwiggy (~hwiggy@mobile-107-77-160-74.mobile.att.net) a rejoint #mcdevs 2019-05-19 20:44:32 <-- hwiggy (~hwiggy@mobile-107-77-160-74.mobile.att.net) a quitté (Client Quit) 2019-05-20 00:44:13 rom1504 conclusion is indeed it's wrong, I'll fix it 2019-05-20 01:00:39 rom1504 also seems to be something broken with map_chunk heightmaps but can't figure out what 2019-05-20 01:38:03 rom1504 ah I had my long array definition wrong in nbt 2019-05-20 01:38:44 rom1504 I fixed the stonecutting thing in the wiki https://wiki.vg/index.php?title=Pre-release_protocol&diff=14779&oldid=14774 2019-05-20 01:40:12 Not-e6c6 [minecraft-data] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/fj8Qg 2019-05-20 01:40:14 Not-e6c6 [minecraft-data] rom1504 b90ed5b - fix stonecutting in declare_recipes 1.14.1 : only one ingredient https://wiki.vg/index.php?title=Pre-release_protocol&diff=14779&oldid=14774 2019-05-20 01:40:15 Not-e6c6 [minecraft-data] rom1504 1990129 - Release 2.37.3 2019-05-20 01:40:17 Not-e6c6 [minecraft-data] rom1504 tagged 1990129 as 2.37.3 https://git.io/fj8Q2 2019-05-20 02:02:50 rom1504 Took me a few hours but node-minecraft-protocol now has 1.14.1 support :) 2019-05-20 02:09:29 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 244 seconds) 2019-05-20 02:27:12 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-20 05:20:36 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:19cb:39b1:74eb:b007) a rejoint #mcdevs 2019-05-20 05:39:56 --> fyber (~fyber@unaffiliated/fyber) a rejoint #mcdevs 2019-05-20 05:40:13 fyber Should "Minecraft Modern" on wiki.vg be changed to "Minecraft Java"? 2019-05-20 05:40:29 fyber A lot of it is out of date "Minecraft Modern is the latest (and only updated) version of Minecraft" 2019-05-20 05:40:33 fyber I would update it (it' 2019-05-20 05:40:42 fyber s a wiki) but editing the front page is scary :P 2019-05-20 05:42:43 Andrio Yes. 2019-05-20 05:44:07 +pokechu22 It could be, but I'd really rather not make the change 2019-05-20 05:44:16 +pokechu22 but I'm stubborn about that 2019-05-20 05:51:41 Hwiggy Something ironic: Long before I knew of wiki.vg and #mcdevs, I purchased the domain mcdevs.us, and have owned it ever since. 2019-05-20 06:00:46 fyber Eh whatever, I'll just add it in (parenthesis) and if people don't like it they can change it back. 2019-05-20 06:09:20 --> robsob (~Bob@66.235.77.137.BYVW.hsi.whidbey.net) a rejoint #mcdevs 2019-05-20 06:09:46 robsob in the 1.14 protocol, how on earth do you interact with beds? 2019-05-20 06:16:50 +pokechu22 It should just be sending the same packet you would for any right-click (which is player block placement if I recall correctly), for the getting into it part at least 2019-05-20 06:18:40 +pokechu22 To actually _put_ a player into the bed animation, it should be the pose entity metadata field 2019-05-20 06:19:33 robsob out of everything, i still havent definitively found out the interaction packet 2019-05-20 06:21:11 +pokechu22 I'm curious, why are you running into issues with beds specifically? It seems like you'd try to handle say doors first 2019-05-20 06:22:05 robsob well, i tried both, couldnt get it to work, and ended up just ignoring it until now 2019-05-20 06:22:14 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-05-20 06:23:10 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2019-05-20 06:23:10 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-05-20 06:23:20 +pokechu22 Well, either way, I'm pretty sure that it's just player block placement (https://wiki.vg/Pre-release_protocol#Player_Block_Placement) when you don't have a block held... but I'm not 100% sure on that. 2019-05-20 06:23:49 robsob i tried that, but nothing happened 2019-05-20 06:24:37 +pokechu22 Do you have something working in 1.13.2? Or are you starting with 1.14? 2019-05-20 06:24:48 robsob starting with 1.14 2019-05-20 06:26:29 +pokechu22 What happens if you actually try to place a block while looking at a bed or such? Does it successfully place in that case? Or does it toggle things? 2019-05-20 06:29:02 robsob lemme reimplement those 2019-05-20 06:34:43 robsob oh wow 2019-05-20 06:34:44 robsob thats it 2019-05-20 06:34:46 robsob thanks mate 2019-05-20 07:02:44 Hwiggy An example response for LegacyPing would be "§1\000127\0001.8.9\000Hello World\0000\000100", correct? 2019-05-20 07:09:38 Hwiggy Oh I see what was happening; Legacy Ping doesnt help provide information to non legacy clients. Thats why I was struggling to debug. 2019-05-20 07:10:11 +pokechu22 Yeah, it's only used for modern servers to give a meaningful response to legacy clients 2019-05-20 07:12:12 <-- robsob (~Bob@66.235.77.137.BYVW.hsi.whidbey.net) a quitté (Quit: Leaving) 2019-05-20 08:49:45 <-- kashike (kashike@unaffiliated/kashike) a quitté (Ping timeout: 258 seconds) 2019-05-20 08:51:02 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (Ping timeout: 246 seconds) 2019-05-20 08:53:07 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2019-05-20 08:56:10 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:19cb:39b1:74eb:b007) a quitté (Read error: Connection reset by peer) 2019-05-20 08:56:10 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2019-05-20 12:07:27 --> PolarizedIons006 (~Polarized@ip4da49ab9.direct-adsl.nl) a rejoint #mcdevs 2019-05-20 12:08:48 <-- PolarizedIons00 (~Polarized@ip4da49ab9.direct-adsl.nl) a quitté (Ping timeout: 245 seconds) 2019-05-20 13:06:58 <-- pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Quit: ZNC 1.7.3 - https://znc.in) 2019-05-20 14:12:48 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2019-05-20 14:53:35 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2019-05-20 19:30:58 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-20 19:31:51 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-20 23:29:19 <-- spirit (~spirit@unaffiliated/spirit-pact/x-7942062) a quitté (Quit: Leaving) 2019-05-20 23:55:15 --> spirit (~spirit@unaffiliated/spirit-pact/x-7942062) a rejoint #mcdevs 2019-05-21 00:07:31 --> Dadido3_ (~quassel@p200300D9DF2EFE00C900C0E461E3EF7B.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-21 00:10:03 <-- Dadido3 (~quassel@p200300D9DF2EFE00D86F52A4E7B50777.dip0.t-ipconnect.de) a quitté (Ping timeout: 248 seconds) 2019-05-21 02:11:04 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 268 seconds) 2019-05-21 02:24:14 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-21 06:02:54 <-- fyber (~fyber@unaffiliated/fyber) a quitté (Quit: Ping timeout (120 seconds)) 2019-05-21 06:04:18 --> fyber (~fyber@unaffiliated/fyber) a rejoint #mcdevs 2019-05-21 06:22:10 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-05-21 06:23:49 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 258 seconds) 2019-05-21 06:23:50 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-05-21 09:41:04 <-- clonejo (~clonejo@shakik3.shakik.de) a quitté (Read error: Connection reset by peer) 2019-05-21 09:52:33 --> clonejo (~clonejo@shakik3.shakik.de) a rejoint #mcdevs 2019-05-21 12:43:18 --> Dadido3 (~quassel@p5B2CBD65.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-21 12:45:47 <-- Dadido3_ (~quassel@p200300D9DF2EFE00C900C0E461E3EF7B.dip0.t-ipconnect.de) a quitté (Ping timeout: 248 seconds) 2019-05-21 12:50:59 <-- Dadido3 (~quassel@p5B2CBD65.dip0.t-ipconnect.de) a quitté (Ping timeout: 258 seconds) 2019-05-21 12:52:44 --> Dadido3 (~quassel@p200300D9DF36C800F40DB75304130B02.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-21 13:33:49 --> pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-05-21 15:57:54 --> saper_ (saper@wikipedia/saper) a rejoint #mcdevs 2019-05-21 15:58:46 --> ashka` (~postmaste@baptiste-huve.fr) a rejoint #mcdevs 2019-05-21 15:58:46 <-- ashka` (~postmaste@baptiste-huve.fr) a quitté (Changing host) 2019-05-21 15:58:46 --> ashka` (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2019-05-21 15:59:08 --> balrog_ (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2019-05-21 15:59:17 --> Yamakaja_ (~yamakaja@vps.pub.yamakaja.me) a rejoint #mcdevs 2019-05-21 16:00:03 --> peterix (quassel@quassel.woboq.de) a rejoint #mcdevs 2019-05-21 16:00:26 --> killmePI (~killmePI@185.9.253.124) a rejoint #mcdevs 2019-05-21 16:00:42 --> __0x277F (~Hex@four.out.of.five.doctors.recommend.hex.lc) a rejoint #mcdevs 2019-05-21 16:00:48 --> Techcable_ (znc@irc.techcable.net) a rejoint #mcdevs 2019-05-21 16:01:36 --> rheddry (~levi@hakr.io) a rejoint #mcdevs 2019-05-21 16:03:36 --> timmyRS- (~timmyRS@tim.private.hell.sh) a rejoint #mcdevs 2019-05-21 16:04:52 --> chibill_ (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-05-21 16:05:14 --> SinZ_ (znc@grimm.361zn.is) a rejoint #mcdevs 2019-05-21 16:06:10 <-- killme (~killmePI@185.9.253.124) a quitté (*.net *.split) 2019-05-21 16:06:10 <-- balrog (~balrog@unaffiliated/balrog) a quitté (*.net *.split) 2019-05-21 16:06:10 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (*.net *.split) 2019-05-21 16:06:10 <-- peterix-w (~peterix@quassel.woboq.com) a quitté (*.net *.split) 2019-05-21 16:06:11 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (*.net *.split) 2019-05-21 16:06:11 <-- Yamakaja (~yamakaja@vps.pub.yamakaja.me) a quitté (*.net *.split) 2019-05-21 16:06:11 -- WizardCM- est maintenant connu sous le nom WizardCM 2019-05-21 16:06:12 -- ashka` est maintenant connu sous le nom ashka 2019-05-21 16:06:12 -- balrog_ est maintenant connu sous le nom balrog 2019-05-21 16:06:31 <-- sebagius7110 (~sebagius7@proximyst.com) a quitté (*.net *.split) 2019-05-21 16:06:32 <-- knm (~Hex@four.out.of.five.doctors.recommend.hex.lc) a quitté (*.net *.split) 2019-05-21 16:06:32 <-- timmyRS (~timmyRS@tim.private.hell.sh) a quitté (*.net *.split) 2019-05-21 16:06:32 <-- levifig (~levi@hakr.io) a quitté (*.net *.split) 2019-05-21 16:06:32 <-- SinZ (znc@steamdb/source2-guru/sinz) a quitté (*.net *.split) 2019-05-21 16:06:32 <-- saper (saper@wikipedia/saper) a quitté (*.net *.split) 2019-05-21 16:06:32 <-- Techcable (znc@irc.techcable.net) a quitté (*.net *.split) 2019-05-21 16:06:32 <-- x10A94 (~x@207.154.230.175) a quitté (*.net *.split) 2019-05-21 16:06:35 -- timmyRS- est maintenant connu sous le nom timmyRS 2019-05-21 16:06:45 --> sebagius7110 (~sebagius7@proximyst.com) a rejoint #mcdevs 2019-05-21 16:12:29 --> x10A94 (~x@207.154.230.175) a rejoint #mcdevs 2019-05-21 16:16:52 <-- Starz0r (~quassel@138.197.214.219) a quitté (Ping timeout: 276 seconds) 2019-05-21 16:19:18 --> Starz0r (~quassel@138.197.214.219) a rejoint #mcdevs 2019-05-21 17:06:25 -- saper_ est maintenant connu sous le nom saper 2019-05-21 17:08:55 <-- SinZ_ (znc@grimm.361zn.is) a quitté (Changing host) 2019-05-21 17:08:55 --> SinZ_ (znc@steamdb/source2-guru/sinz) a rejoint #mcdevs 2019-05-21 17:08:55 -- Mode #mcdevs [+v SinZ_] par ChanServ 2019-05-21 17:09:14 -- SinZ_ est maintenant connu sous le nom SinZ 2019-05-21 18:41:28 <-- Yamakaja_ (~yamakaja@vps.pub.yamakaja.me) a quitté (Quit: Bye) 2019-05-21 18:42:18 --> Yamakaja (~yamakaja@vps.pub.yamakaja.me) a rejoint #mcdevs 2019-05-21 19:31:34 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-21 19:32:01 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-21 20:02:49 <-- SupaHam (~SupaHam@supaham.com) a quitté (Read error: No route to host) 2019-05-21 20:03:10 --> SupaHam (~SupaHam@supaham.com) a rejoint #mcdevs 2019-05-21 22:16:36 --> maybe0 (~plg@h-113-140.A444.priv.bahnhof.se) a rejoint #mcdevs 2019-05-21 22:17:54 maybe0 Hello All. Would someone be so kind to explain how spawn points work for multiplayer servers? 1) Who configures them? 2) Where are they configured?) 3) Are they randomized (after death)? ... 2019-05-21 22:39:17 maybe0 I guess not. 2019-05-21 22:39:52 <-- maybe0 (~plg@h-113-140.A444.priv.bahnhof.se) a quitté 2019-05-21 23:23:04 -- Pseudos #mcdevs : [@ChanServ +Amaranth +ammar2 +AndrewPH +Dinnerbone +md_5 +pokechu22 +Prf_Jakob +SinZ +SpaceManiac +Thinkofname _123DMWM __0x277F _MrGr33n_ Adam Aikar Akkarin Andrio Anna ashka b1nzy balrog bildramer blackdog476_ Botched Brandon15811 Byteflux C4K3_ cc0 charims chibill_ clonejo csnxs Dadido3 darngeek dav1d Deaygo deltab DemonWav dexter0 Dykam ecx86 electronicboy EvilJStoker fyber gabizou GingerGeek Guest40343 Hafydd_ humerusj I9hdkill Intelli iso2013 jamierocks kashike killmePI KnownUnown Krenair l4mRh4X0r Luck masterdonx matthewprenger McLive Meeeh mgrech_ MiniDigger Morrolan mrarm mrkirby153 mundus2018 Mustek NickG365 Not-e6c6 offbeatwitch peterix Plancke PolarizedIons006 pranelius Processus42 Proximyst Pyker redstonehelper rheddry RoboMWM rom1504 saper sebagius7110 shoghicp simon816 spirit Starz0r sudden SupaHam tassu Techcable_ timmyRS TkTech Tuxel tyteen4a03 vemacs Wanderer WizardCM wlp1s1 x10A94 Yamakaja yangm97 yawkat] 2019-05-21 23:23:04 -- Canal #mcdevs : 107 pseudos (1 op, 10 voices, 96 normaux) 2019-05-21 23:23:21 rom1504 one more person who doesn't understand irc 2019-05-21 23:24:36 rom1504 https://logs.rom1504.fr/ is fixed fyi 2019-05-22 00:01:11 --> thekinrar (~thekinrar@static-176-166-247-234.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-05-22 02:10:14 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 258 seconds) 2019-05-22 02:24:39 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-22 04:06:46 -- tyteen4a03 est maintenant connu sous le nom SheriffCranky 2019-05-22 04:07:12 -- SheriffCranky est maintenant connu sous le nom tyteen4a03 2019-05-22 04:07:14 --> Moonster (~Moonster@189.152.87.158) a rejoint #mcdevs 2019-05-22 04:07:25 Moonster Hello 2019-05-22 04:15:26 <-- Moonster (~Moonster@189.152.87.158) a quitté (Remote host closed the connection) 2019-05-22 06:21:22 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-05-22 06:22:33 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2019-05-22 06:22:33 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-05-22 11:06:58 <-- Akkarin (~Akkarin@hyperion.torchmind.com) a quitté (Quit: Spuds are good for you!) 2019-05-22 11:07:09 --> Akkarin (~Akkarin@hyperion.torchmind.com) a rejoint #mcdevs 2019-05-22 12:22:09 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:6c45:21f0:b21a:1671) a rejoint #mcdevs 2019-05-22 12:23:22 Hwiggy I'm getting a bit lost with encryption; with Java do I want a Cipher set to ENCRYPT_MODE using the Private key as the key field? 2019-05-22 12:23:30 Hwiggy Considering I am supposed to be sending the Public key to the client? 2019-05-22 12:24:18 Hwiggy Or do I need 4 Ciphers in different initializations (encrypt + public, encrypt + private, decrypt + public, decrypt + private) 2019-05-22 12:41:36 Hwiggy Or really I just need a cipher in decrypt mode with the private key and just send the public key *slaps forehead* 2019-05-22 12:59:43 Hwiggy I have a question about the encryption request packet; do I need to send an empty string of 20 characters or can I send any string I want 2019-05-22 15:44:02 Not-e6c6 [McUpdates] Minecraft snapshot 1.14.2 Pre-Release 3 has just been published to the launcher! 2019-05-22 15:44:12 Not-e6c6 [McUpdates] Data generated by 1.14.2 Pre-Release 3: https://apimon.de/mcdata/1.14.2%20Pre-Release%203/1.14.2%20Pre-Release%203.zip 2019-05-22 15:53:49 Not-e6c6 [Burger] New data now avaliable for 1.14.2 Pre-Release 3: 2019-05-22 15:53:50 Not-e6c6 [Burger] Diff from 1.14.2 Pre-Release 2: https://pokechu22.github.io/Burger/diff_1.14.2%20Pre-Release%202_1.14.2%20Pre-Release%203.html (https://pokechu22.github.io/Burger/diff_1.14.2%20Pre-Release%202_1.14.2%20Pre-Release%203.json) 2019-05-22 15:53:52 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/1.14.2%20Pre-Release%203.html (https://pokechu22.github.io/Burger/1.14.2%20Pre-Release%203.json) 2019-05-22 16:15:02 Not-e6c6 [McUpdates] An article about Minecraft 1.14.2 Pre-Release 3 was just published: https://www.minecraft.net/en-us/article/minecraft-1-14-2-pre-release-1 2019-05-22 17:10:01 iso2013 is it possible to send a packet from S->C to open the command block GUI? 2019-05-22 17:10:06 iso2013 Like the sign packet? 2019-05-22 17:14:20 Hwiggy https://wiki.vg/Protocol#Open_Window 2019-05-22 17:15:27 Hwiggy iso2013, ping so you can see above 2019-05-22 17:16:17 timmyRS Command blocks aren't inventories 2019-05-22 17:34:12 <-- Hafydd_ (~Hafydd@unaffiliated/joo) a quitté (Ping timeout: 245 seconds) 2019-05-22 17:34:40 --> Hafydd_ (~Hafydd@unaffiliated/joo) a rejoint #mcdevs 2019-05-22 17:47:29 +pokechu22 You _need_ to send a packet to cause it to open (the update block entity one IIRC), but that only responds to the player clicking it I think 2019-05-22 17:50:36 +pokechu22 Hwiggy: I don't know too much about encryption, but to my understanding the server always encrypts with the private key and the client decrypts with the public key -- data encrypted with the private key is descrypted with the public key. The client encrypts with the public key and the server decrypts the data with the private key. 2019-05-22 17:51:51 Hwiggy Yes, so I just need an RSA cipher on the server with ENCRYPT and DECRYPT mode on the private key 2019-05-22 18:16:32 saper Encryption with a private key is used for signatures - anyone with a public key can decrypt a check it. If you want stuff to be secret, you have to encrypt with the public key. 2019-05-22 19:31:43 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 245 seconds) 2019-05-22 19:32:45 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-22 19:48:00 <-- Processus42 (processus4@gateway/shell/matrix.org/x-amqimehgxbibotus) a quitté (Disconnected by services) 2019-05-22 19:48:08 --> Processus42 (processus4@gateway/shell/matrix.org/x-cyfigsfidyelslka) a rejoint #mcdevs 2019-05-22 19:53:25 --> Processus42_ (~leo@superlel.me) a rejoint #mcdevs 2019-05-22 20:01:49 <-- Processus42 (processus4@gateway/shell/matrix.org/x-cyfigsfidyelslka) a quitté (Changing host) 2019-05-22 20:01:49 --> Processus42 (processus4@unaffiliated/processus42) a rejoint #mcdevs 2019-05-22 20:01:49 <-- Processus42 (processus4@unaffiliated/processus42) a quitté (Changing host) 2019-05-22 20:01:49 --> Processus42 (processus4@gateway/shell/matrix.org/x-cyfigsfidyelslka) a rejoint #mcdevs 2019-05-22 20:03:40 -- Processus42 est maintenant connu sous le nom Processus421 2019-05-22 20:13:36 -- Processus42_ est maintenant connu sous le nom Processus42 2019-05-22 20:14:14 <-- Processus42 (~leo@superlel.me) a quitté (Changing host) 2019-05-22 20:14:14 --> Processus42 (~leo@unaffiliated/processus42) a rejoint #mcdevs 2019-05-22 20:19:31 <-- wlp1s1 (iczero@hellomouse/dev/iczero) a quitté (Quit: rip) 2019-05-22 20:19:51 --> iczero (iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2019-05-22 20:20:44 -- Processus421 est maintenant connu sous le nom M-Processus42 2019-05-22 20:21:33 -- M-Processus42 est maintenant connu sous le nom Processus42_ 2019-05-22 20:22:00 -- Processus42_ est maintenant connu sous le nom M-Processus42 2019-05-22 21:22:44 Not-e6c6 [minecraft-data] rom1504 pushed 1 commit to master [+1/-0/±1] https://git.io/fj4AX 2019-05-22 21:22:45 Not-e6c6 [minecraft-data] rom1504 7440eae - add protocol.json to 1.14 copied from 1.14.1 2019-05-22 21:23:27 Not-e6c6 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/fj4A1 2019-05-22 21:23:29 Not-e6c6 [minecraft-data] rom1504 7d06ec9 - Release 2.37.4 2019-05-22 21:23:30 Not-e6c6 [minecraft-data] rom1504 tagged 7d06ec9 as 2.37.4 https://git.io/fj4AM 2019-05-22 22:07:49 <-- pokechu22 (~pokechu22@2601:602:980:3d99:78f7:a549:526a:f769) a quitté (Quit: Rebooting pi) 2019-05-22 22:19:01 --> pokechu22 (~pokechu22@2601:602:980:3d99:78f7:a549:526a:f769) a rejoint #mcdevs 2019-05-22 22:19:01 -- Mode #mcdevs [+v pokechu22] par ChanServ 2019-05-22 23:01:50 --> Craftplacer (~Craftplac@p200300F813D2EF00F4B94EA755059964.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-22 23:04:42 Craftplacer Is there an example command node available on the wiki? 2019-05-22 23:11:49 +pokechu22 As in a packet? I don't think so unfortunately, you'd have to grab one from the vanilla server 2019-05-22 23:13:28 Craftplacer Either one of them, I don't care. I just don't know how one looks like. 2019-05-22 23:15:28 +pokechu22 If you want it as JSON, you can use https://wiki.vg/Data_Generators to get it from the server itself. There's also an older one at https://gist.github.com/Dinnerbone/7370a2846953eee2d8fc64514fb76de8 2019-05-22 23:16:16 timmyRS Data Generators I hear? https://apimon.de/mcdata/1.14.1/commands.json 2019-05-22 23:21:00 Craftplacer Yeah, I need it in protocol form.. 2019-05-22 23:21:15 Craftplacer Wireshark ain't a help either, since it lacks a parser for MC. 2019-05-22 23:35:54 rom1504 you can use this proxy https://github.com/PrismarineJS/node-minecraft-protocol/tree/master/examples/proxy and filter to get only the packet you want 2019-05-23 00:55:51 <-- chibill_ (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 264 seconds) 2019-05-23 01:01:23 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-05-23 01:04:33 <-- McLive (~McLive@2a05:bec0:20:1::9) a quitté (Ping timeout: 258 seconds) 2019-05-23 01:16:35 --> McLive (~McLive@2a05:bec0:20:1::9) a rejoint #mcdevs 2019-05-23 01:48:15 <-- Dadido3 (~quassel@p200300D9DF36C800F40DB75304130B02.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-05-23 01:56:04 --> Dadido3 (~quassel@p200300D9DF08AB00DDC42DD0346CFE75.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-23 02:19:14 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 258 seconds) 2019-05-23 02:24:53 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-23 02:26:39 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:6c45:21f0:b21a:1671) a quitté (Read error: Connection reset by peer) 2019-05-23 02:27:06 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:e517:a1ba:fcce:ce5b) a rejoint #mcdevs 2019-05-23 02:34:00 <-- Craftplacer (~Craftplac@p200300F813D2EF00F4B94EA755059964.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2019-05-23 02:36:09 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:e517:a1ba:fcce:ce5b) a quitté (Read error: Connection reset by peer) 2019-05-23 02:36:34 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:e517:a1ba:fcce:ce5b) a rejoint #mcdevs 2019-05-23 02:38:12 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:e517:a1ba:fcce:ce5b) a quitté (Read error: Connection reset by peer) 2019-05-23 02:38:39 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:e517:a1ba:fcce:ce5b) a rejoint #mcdevs 2019-05-23 02:45:13 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:e517:a1ba:fcce:ce5b) a quitté (Read error: Connection reset by peer) 2019-05-23 02:45:35 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:e517:a1ba:fcce:ce5b) a rejoint #mcdevs 2019-05-23 02:46:10 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:e517:a1ba:fcce:ce5b) a quitté (Read error: Connection reset by peer) 2019-05-23 02:46:26 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:e517:a1ba:fcce:ce5b) a rejoint #mcdevs 2019-05-23 03:55:17 <-- killmePI (~killmePI@185.9.253.124) a quitté (Remote host closed the connection) 2019-05-23 03:56:30 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2019-05-23 04:27:56 <-- iczero (iczero@hellomouse/dev/iczero) a quitté (Quit: rip) 2019-05-23 04:28:53 --> iczero (~iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2019-05-23 04:32:26 <-- iczero (~iczero@hellomouse/dev/iczero) a quitté (Excess Flood) 2019-05-23 04:50:06 --> iczero (iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2019-05-23 13:44:11 --> Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-23 13:44:11 <-- Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-23 13:44:11 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-23 14:20:01 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-05-23 19:12:48 -- Deaygo est maintenant connu sous le nom Deaygo-o 2019-05-23 19:31:43 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-23 19:32:29 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-23 19:37:17 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:e517:a1ba:fcce:ce5b) a quitté (Ping timeout: 250 seconds) 2019-05-23 21:31:45 --> Mr_Gr33n (~None@2a00:ee2:2702:ee00:5029:37a5:6b07:1267) a rejoint #mcdevs 2019-05-23 21:36:03 <-- _MrGr33n_ (~None@2a00:ee2:2702:ee00:2d4e:fcc0:7584:1c51) a quitté (Ping timeout: 264 seconds) 2019-05-23 21:47:08 --> kutsuya (~bit@gentoo/contributor/kutsuya) a rejoint #mcdevs 2019-05-23 23:45:46 <-- kutsuya (~bit@gentoo/contributor/kutsuya) a quitté (Ping timeout: 259 seconds) 2019-05-23 23:59:40 --> kutsuya (~bit@c-67-189-2-79.hsd1.or.comcast.net) a rejoint #mcdevs 2019-05-24 00:33:03 <-- killme (~killmePI@185.9.253.124) a quitté (Ping timeout: 248 seconds) 2019-05-24 02:09:03 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 248 seconds) 2019-05-24 02:26:05 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-24 05:00:52 --> Tknoguyfication (~Tknoguyfi@75.167.64.245) a rejoint #mcdevs 2019-05-24 06:00:40 <-- kutsuya (~bit@c-67-189-2-79.hsd1.or.comcast.net) a quitté (Changing host) 2019-05-24 06:00:40 --> kutsuya (~bit@gentoo/contributor/kutsuya) a rejoint #mcdevs 2019-05-24 09:36:55 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-rtftyouaafcudvoa) a quitté (Ping timeout: 252 seconds) 2019-05-24 09:39:56 --> Brandon15811 (sid13052@gateway/web/irccloud.com/x-mktpbfqcuydxodwt) a rejoint #mcdevs 2019-05-24 10:07:51 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 258 seconds) 2019-05-24 10:08:30 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-24 12:00:02 --> Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-24 12:00:02 <-- Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-24 12:00:02 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-24 12:05:00 --> Me4502_ (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-24 12:05:00 <-- Me4502_ (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-24 12:05:00 --> Me4502_ (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-24 12:09:08 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Ping timeout: 244 seconds) 2019-05-24 12:14:21 <-- Me4502_ (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-05-24 12:15:43 --> Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-24 12:15:43 <-- Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-24 12:15:43 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-24 12:26:34 --> Me4502_ (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-24 12:26:34 <-- Me4502_ (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-24 12:26:34 --> Me4502_ (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-24 12:27:50 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Ping timeout: 258 seconds) 2019-05-24 12:56:39 --> tachyon_ (5bc768f4@gateway/web/cgi-irc/kiwiirc.com/ip.91.199.104.244) a rejoint #mcdevs 2019-05-24 13:27:24 <-- tachyon_ (5bc768f4@gateway/web/cgi-irc/kiwiirc.com/ip.91.199.104.244) a quitté (Remote host closed the connection) 2019-05-24 14:27:36 <-- Me4502_ (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-05-24 14:33:56 <-- csnxs (sean@unaffiliated/plussean) a quitté (Quit: I was wrong. It creeps up back; through coloured glass.) 2019-05-24 14:51:27 --> csnxs (sean@unaffiliated/plussean) a rejoint #mcdevs 2019-05-24 15:55:20 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2019-05-24 18:05:02 Not-e6c6 [McUpdates] Minecraft snapshot 1.14.2 Pre-Release 4 has just been published to the launcher! 2019-05-24 18:05:03 Not-e6c6 [McUpdates] An article about Minecraft 1.14.2 Pre-Release 4 was just published: https://www.minecraft.net/en-us/article/minecraft-1-14-2-pre-release-1 2019-05-24 18:05:09 Not-e6c6 [McUpdates] Data generated by 1.14.2 Pre-Release 4: https://apimon.de/mcdata/1.14.2%20Pre-Release%204/1.14.2%20Pre-Release%204.zip 2019-05-24 18:14:32 Not-e6c6 [Burger] New data now avaliable for 1.14.2 Pre-Release 4: 2019-05-24 18:14:33 Not-e6c6 [Burger] Diff from 1.14.2 Pre-Release 3: https://pokechu22.github.io/Burger/diff_1.14.2%20Pre-Release%203_1.14.2%20Pre-Release%204.html (https://pokechu22.github.io/Burger/diff_1.14.2%20Pre-Release%203_1.14.2%20Pre-Release%204.json) 2019-05-24 18:14:35 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/1.14.2%20Pre-Release%204.html (https://pokechu22.github.io/Burger/1.14.2%20Pre-Release%204.json) 2019-05-24 18:19:36 <-- bildramer (~bildramer@p2003004CEA0173002FF99070BCC2ACA5.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2019-05-24 18:44:37 <-- mrarm (~mrarm@unaffiliated/mrarm) a quitté (Quit: ZNC 1.7.1 - https://znc.in) 2019-05-24 18:49:50 --> bildramer (~bildramer@p548A919B.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-24 19:31:43 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 248 seconds) 2019-05-24 19:32:11 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-24 23:11:39 --> barneygale_ (~barneygal@2.125.88.225) a rejoint #mcdevs 2019-05-24 23:19:55 <-- pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Quit: ZNC 1.7.3 - https://znc.in) 2019-05-24 23:23:47 --> pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-05-24 23:25:06 -- barneygale_ est maintenant connu sous le nom barneygale 2019-05-25 00:37:00 <-- Mr_Gr33n (~None@2a00:ee2:2702:ee00:5029:37a5:6b07:1267) a quitté (Read error: Connection reset by peer) 2019-05-25 00:38:51 --> _MrGr33n_ (~None@2a00:ee2:2702:ee00:3cfb:f91c:84a5:8886) a rejoint #mcdevs 2019-05-25 02:14:56 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 272 seconds) 2019-05-25 02:34:46 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-25 02:56:20 --> kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a rejoint #mcdevs 2019-05-25 02:56:20 -- Mode #mcdevs [+v kev009] par ChanServ 2019-05-25 03:09:32 --> barneygale_ (~barneygal@90.196.190.152) a rejoint #mcdevs 2019-05-25 03:11:56 <-- barneygale (~barneygal@2.125.88.225) a quitté (Ping timeout: 272 seconds) 2019-05-25 03:44:41 <-- barneygale_ (~barneygal@90.196.190.152) a quitté (Remote host closed the connection) 2019-05-25 09:25:29 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (Ping timeout: 268 seconds) 2019-05-25 09:31:38 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2019-05-25 09:33:59 --> Me4502_ (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-25 09:33:59 <-- Me4502_ (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-25 09:33:59 --> Me4502_ (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-25 11:07:18 <-- kutsuya (~bit@gentoo/contributor/kutsuya) a quitté (Remote host closed the connection) 2019-05-25 12:11:13 --> Craftplacer (~Craftplac@p4FF0664D.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-25 12:11:57 Craftplacer Hi everyone. When is the Declare Commands packet supposed to be sent? 2019-05-25 12:13:45 Craftplacer I tried implementing a chat command for sending that command, after its sent Minecraft still seems to be doing nothing with it. Maybe I misread something on the wiki about the command nodes. 2019-05-25 12:13:52 Craftplacer *sending that packet 2019-05-25 13:26:29 <-- Me4502_ (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-05-25 13:31:10 --> Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-25 13:31:10 <-- Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-25 13:31:10 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-25 14:59:20 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-05-25 16:20:04 --> hwiggy (~hwiggy@ip38.ip-142-44-193.net) a rejoint #mcdevs 2019-05-25 16:20:26 hwiggy What do I have to change about my RSA PublicKey in order to send it to the client properly? (Java) 2019-05-25 16:20:40 hwiggy At the moment I am just using Key#getEncoded and that just causes an NPE inside the client log 2019-05-25 16:24:38 hwiggy Nevermind, I did 400 IQ and encrypted my verify token 2019-05-25 16:28:51 --> Ninjasploit (252c9f57@gateway/web/cgi-irc/kiwiirc.com/ip.37.44.159.87) a rejoint #mcdevs 2019-05-25 16:50:20 --> hwiggy2point0 (~hwiggy@mobile-107-77-160-124.mobile.att.net) a rejoint #mcdevs 2019-05-25 16:54:03 <-- hwiggy (~hwiggy@ip38.ip-142-44-193.net) a quitté (Ping timeout: 258 seconds) 2019-05-25 16:54:16 Ninjasploit Hey, haven't looked into the PacketIDs too much yet, but I have noticed that some have duplicate IDs; How should I handle these? 2019-05-25 17:21:53 Hafydd_ Ninjasploit: for each choice of game state (handshake, status, login or play) and direction (clientbound or serverbound), the packet IDs are unique. 2019-05-25 17:23:01 Hafydd_ You should handle this by interpreting packet IDs in the context of the current game state. 2019-05-25 17:23:30 timmyRS I just thought of a big brain solution: switch(state * id) 2019-05-25 17:24:04 timmyRS Actually, (state + 1) * id 2019-05-25 17:25:40 Hafydd_ Do you not mean state * max_id + id? 2019-05-25 17:26:14 Hafydd_ 2**state * (2*id + 1) would also work. 2019-05-25 17:26:45 timmyRS Where do you get max_id from? 2019-05-25 17:27:27 timmyRS Oh, I realize what you mean. 2019-05-25 17:27:36 Hafydd_ timmyRS: that would have to be hard-coded, I suppose. 2019-05-25 17:27:55 timmyRS The point was that you can make the IDs unique... somehow, if that really bugs you 2019-05-25 17:28:15 Hafydd_ Yes. 2019-05-25 17:28:30 -- Hafydd_ est maintenant connu sous le nom Hafydd 2019-05-25 17:29:55 Hafydd (state + 1) * id would not do that, though, since the id 0x00 occurs more than once, for example. 2019-05-25 17:30:25 timmyRS Yeah 2019-05-25 17:32:59 timmyRS Since the non-play states have so few packets you could also just use negative numbers, not be bugged by the un-uniqueness of the packet IDs, and not be bugged that your play packet IDs are different 2019-05-25 17:33:40 hwiggy2point0 I use opcodes as array indices and translate them as needed 2019-05-25 17:33:44 -- hwiggy2point0 est maintenant connu sous le nom hwiggy 2019-05-25 17:34:02 hwiggy But anyway, does anyone know what happens after the client receives Login Success? 2019-05-25 17:34:38 hwiggy Also, should I be setting the encryption before or after Login Success 2019-05-25 17:34:45 hwiggy Encryption on the channel* 2019-05-25 17:35:11 timmyRS before 2019-05-25 17:35:56 hwiggy Okay, that means I have another bug somewhere ;D 2019-05-25 17:37:00 Hafydd Specifically, the set compression and set encryption packets reside in the login state. 2019-05-25 17:37:17 Hafydd And Login Success switches the state to Play. 2019-05-25 17:37:50 hwiggy If anyone can assist, please review this anomaly: http://prntscr.com/nt85fp 2019-05-25 17:38:36 timmyRS You're writing a server? For the 1.8? 2019-05-25 17:38:55 hwiggy I'm writing a server for whatever and using 1.8 2019-05-25 17:39:06 hwiggy I should probably change client version honestly 2019-05-25 17:39:18 timmyRS Abandon all hope, ye who enter this rabbit hole 2019-05-25 17:39:30 timmyRS The 1.8 protocol was shit 2019-05-25 17:40:27 timmyRS And, interpolating between versions is probably not really worth it, and also a real pain in the butt. 2019-05-25 17:40:33 hwiggy Pretty sure its just my reader method being borked 2019-05-25 17:40:38 hwiggy writer* 2019-05-25 17:41:37 hwiggy Is 1.14.1 stable enough for me to use it to write my server? 2019-05-25 17:42:05 timmyRS As stable as any version 2019-05-25 17:43:12 timmyRS The error you're seeing is that the client has been told to read 83 (by one or both of the first 2 bytes it had already read) but then errored out because there aren't that many bytes in the buffer. 2019-05-25 17:43:35 Hafydd Well, 1.14.2 will come out soon, but the changes to the protocol should be minimal or nonexistent. 2019-05-25 17:44:24 hwiggy The source code on this is a mix between really cool and really gross 2019-05-25 17:44:39 timmyRS sounds like python 2019-05-25 17:45:42 hwiggy Some stuff is really nice like this: https://github.com/Hwiggy/Pioneer/blob/master/src/main/java/org/pioneermc/networking/protocol/PacketWriter.java 2019-05-25 17:45:57 hwiggy Which is a cached, adaptable packet writer system 2019-05-25 17:46:30 hwiggy And the really bad is stuff like this https://github.com/Hwiggy/Pioneer/blob/master/src/main/java/org/pioneermc/utility/SessionManager.java 2019-05-25 17:47:17 timmyRS Personally, I find the second class better. But, they're both bad because they're lacking documentation. 2019-05-25 17:48:09 hwiggy the event handler is absolute madness 2019-05-25 17:48:27 timmyRS Actually, your packetwriter does have documentation. I'm blind. 2019-05-25 17:49:52 hwiggy It has a tiny bit 2019-05-25 17:50:17 hwiggy I really enjoyed the CipherPair system (in the crypto utility package) 2019-05-25 17:50:31 Hafydd Do you think that the other video games are jealous that "wiki.vg" is used for Minecraft? 2019-05-25 17:50:32 timmyRS I like my PHP event system because it uses type hints, e.g. $plugin->registerEvent(function(SomeEvent $e) { ... }); 2019-05-25 17:50:54 hwiggy Hafydd, only if #mcdevs is mad that I own mcdevs.us ;) 2019-05-25 17:50:56 timmyRS I think they're more jealous of the fact that Minecraft has more sales than them 2019-05-25 17:52:03 * Hafydd reads as far as "I like my PHP", then stops and looks into the camera. 2019-05-25 17:53:03 timmyRS I'll have you know PHP is like 5x smaller than Java, can still object orient, and has much more features by default, even with a better API pattern, e.g. try base64 encoding or sha hashing in Java without googling 2019-05-25 17:53:32 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (Ping timeout: 272 seconds) 2019-05-25 17:53:50 Hafydd Good heavens. A better API?! 2019-05-25 17:53:54 --> gabizou (~gabizou@185.57.191.43) a rejoint #mcdevs 2019-05-25 17:54:00 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-05-25 17:54:41 timmyRS https://github.com/timmyrs/Phpcraft 2019-05-25 17:55:18 Hafydd I'll just leave this here: https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/ 2019-05-25 17:55:26 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 272 seconds) 2019-05-25 17:55:27 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-05-25 17:55:39 Hafydd I hope you can some day come to repent and mend your ears 2019-05-25 17:55:51 Hafydd *your ways! 2019-05-25 17:57:01 <-- iczero (iczero@hellomouse/dev/iczero) a quitté (Excess Flood) 2019-05-25 17:57:50 --> iczero (~iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2019-05-25 17:58:13 timmyRS I'm afraid not, PHP is just too damn awesome. I never had any of the problems mentioned. Usually, I look at the documentations anyway to avoid going with an unexpected return value, etc. 2019-05-25 18:03:22 hwiggy The packet length is encrypted yeah? 2019-05-25 18:03:59 timmyRS Yes, the entire stream is continued in one contious cipher, e.g. you just warp it with a CipherStream 2019-05-25 18:04:37 hwiggy Cipher#update good enough? 2019-05-25 18:05:18 timmyRS I still don't understand why you're avoiding the standard Java networking library 2019-05-25 18:05:33 timmyRS That's one of the things Java gives you for free, with a not so shit API 2019-05-25 18:07:23 hwiggy Because I feel it will be really cool to use this library for something like Minecraft 2019-05-25 18:08:36 timmyRS From the documentation, it seems that Cipher#update does the thing you want 2019-05-25 18:10:14 hwiggy Perfect, so I just need to amend the library with the author again. This library actually doesnt have any known practical uses; I want to be the first 2019-05-25 18:10:34 timmyRS Also, make sure to comply with NSA's Anti-Ciphercrime legislation of 2020 if you're US-based or your product is targeted towards a US demographic, which includes RSA keypairs either below 1024 bit or pre-registered with the NSA's keypair repository. 2019-05-25 18:11:00 hwiggy Wait wot 2019-05-25 18:12:09 +SinZ that is depressing because its not far off :( 2019-05-25 18:17:55 <-- thekinrar (~thekinrar@static-176-166-247-234.ftth.abo.bbox.fr) a quitté (Remote host closed the connection) 2019-05-25 18:18:15 --> thekinrar (~thekinrar@static-176-166-247-234.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-05-25 18:19:06 hwiggy I found my issue timmyRS 2019-05-25 18:19:22 hwiggy I was writing the UUID incorrectly (msbs + lsbs) where the packet wants a String with hyphens 2019-05-25 18:25:29 <-- iczero (~iczero@hellomouse/dev/iczero) a quitté (Excess Flood) 2019-05-25 18:25:47 --> iczero (iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2019-05-25 18:58:13 <-- __0x277F (~Hex@four.out.of.five.doctors.recommend.hex.lc) a quitté (Quit: ​) 2019-05-25 18:58:31 --> __0x277F (~Hex@four.out.of.five.doctors.recommend.hex.lc) a rejoint #mcdevs 2019-05-25 19:05:33 <-- C4K3_ (~C4K3@0127801301.0.fullrate.ninja) a quitté (Remote host closed the connection) 2019-05-25 19:08:35 <-- iczero (iczero@hellomouse/dev/iczero) a quitté (Quit: rip) 2019-05-25 19:08:55 --> iczero (iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2019-05-25 19:31:52 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-25 19:32:14 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-25 20:07:18 <-- hwiggy (~hwiggy@mobile-107-77-160-124.mobile.att.net) a quitté (Quit: Leaving) 2019-05-25 20:20:20 --> Craftplacer_ (~Craftplac@p4FF0664D.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-25 20:21:34 <-- Craftplacer (~Craftplac@p4FF0664D.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2019-05-25 20:39:20 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Quit: redstonehelper) 2019-05-25 21:56:00 --> Craftplacer (~Craftplac@p4FF0664D.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-25 21:59:27 <-- Craftplacer_ (~Craftplac@p4FF0664D.dip0.t-ipconnect.de) a quitté (Ping timeout: 248 seconds) 2019-05-26 02:02:09 <-- Ninjasploit (252c9f57@gateway/web/cgi-irc/kiwiirc.com/ip.37.44.159.87) a quitté (Ping timeout: 258 seconds) 2019-05-26 02:03:17 --> bildramer1 (~bildramer@p200300CF33E44E00820906B29252D871.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-26 02:07:00 <-- bildramer (~bildramer@p548A919B.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2019-05-26 04:24:51 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:910d:a0b2:f294:649e) a rejoint #mcdevs 2019-05-26 05:48:39 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:910d:a0b2:f294:649e) a quitté (Ping timeout: 250 seconds) 2019-05-26 06:47:51 --> Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-05-26 06:47:51 <-- Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-05-26 06:47:51 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-26 10:04:33 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-05-26 13:34:41 <-- Craftplacer (~Craftplac@p4FF0664D.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2019-05-26 15:03:17 --> barneygale (~barneygal@90.194.212.246) a rejoint #mcdevs 2019-05-26 15:09:52 <-- PolarizedIons006 (~Polarized@ip4da49ab9.direct-adsl.nl) a quitté (Ping timeout: 244 seconds) 2019-05-26 16:43:39 --> IRC-Source_56 (565ee6b6@gateway/web/cgi-irc/kiwiirc.com/ip.86.94.230.182) a rejoint #mcdevs 2019-05-26 16:45:10 --> dragonium (uid369013@gateway/web/irccloud.com/x-hibabzobarxmlgkz) a rejoint #mcdevs 2019-05-26 16:45:38 <-- IRC-Source_56 (565ee6b6@gateway/web/cgi-irc/kiwiirc.com/ip.86.94.230.182) a quitté (Remote host closed the connection) 2019-05-26 17:22:14 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2019-05-26 17:42:52 <-- barneygale (~barneygal@90.194.212.246) a quitté (Remote host closed the connection) 2019-05-26 19:32:12 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 268 seconds) 2019-05-26 19:32:52 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-27 02:12:22 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 258 seconds) 2019-05-27 02:25:02 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-27 08:35:00 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (Remote host closed the connection) 2019-05-27 08:35:36 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2019-05-27 09:02:09 <-- rom1504 (rom1504@rom1504.fr) a quitté (Ping timeout: 258 seconds) 2019-05-27 09:02:09 -- irc : déconnecté du serveur 2019-05-27 09:03:55 --> rom1504 (rom1504@rom1504.fr) a rejoint #mcdevs 2019-05-27 09:03:55 -- Le titre pour #mcdevs est "A haunt for developers working on projects related to Minecraft | Website & Rules: http://wiki.vg/MCDevs/rules | Wiki: http://wiki.vg | Channel is publicly logged as of Feb.25/13 https://logs.rom1504.fr/" 2019-05-27 09:03:55 -- Titre défini par tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) le jeu., 11 mai 2017 00:28:31 2019-05-27 09:03:55 -- Canal #mcdevs : 109 pseudos (1 op, 11 voices, 97 normaux) 2019-05-27 09:08:28 -- irc : déconnecté du serveur 2019-05-27 09:08:47 --> rom1504 (rom1504@rom1504.fr) a rejoint #mcdevs 2019-05-27 09:08:47 -- Le titre pour #mcdevs est "A haunt for developers working on projects related to Minecraft | Website & Rules: http://wiki.vg/MCDevs/rules | Wiki: http://wiki.vg | Channel is publicly logged as of Feb.25/13 https://logs.rom1504.fr/" 2019-05-27 09:08:47 -- Titre défini par tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) le jeu., 11 mai 2017 00:28:31 2019-05-27 09:08:47 -- Canal #mcdevs : 109 pseudos (1 op, 11 voices, 97 normaux) 2019-05-27 09:10:51 -- Canal créé le lun., 06 déc. 2010 12:22:40 2019-05-27 09:36:17 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 245 seconds) 2019-05-27 09:39:06 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-05-27 14:11:02 Not-e6c6 [McUpdates] Minecraft release 1.14.2 has just been published to the launcher! 2019-05-27 14:11:11 Not-e6c6 [McUpdates] Data generated by 1.14.2: https://apimon.de/mcdata/1.14.2/1.14.2.zip 2019-05-27 14:24:12 Not-e6c6 [Burger] New data now avaliable for 1.14.2: 2019-05-27 14:24:14 Not-e6c6 [Burger] Diff from 1.14.2 Pre-Release 4: https://pokechu22.github.io/Burger/diff_1.14.2%20Pre-Release%204_1.14.2.html (https://pokechu22.github.io/Burger/diff_1.14.2%20Pre-Release%204_1.14.2.json) 2019-05-27 14:24:15 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/1.14.2.html (https://pokechu22.github.io/Burger/1.14.2.json) 2019-05-27 15:19:23 <-- pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Quit: ZNC 1.7.3 - https://znc.in) 2019-05-27 15:29:32 --> pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-05-27 16:59:02 <-- _MrGr33n_ (~None@2a00:ee2:2702:ee00:3cfb:f91c:84a5:8886) a quitté (Read error: Connection reset by peer) 2019-05-27 16:59:30 --> _MrGr33n_ (~None@2a00:ee2:2702:ee00:14ff:9219:5361:a7a) a rejoint #mcdevs 2019-05-27 17:32:56 --> Dadido3_ (~quassel@p200300D9DF08AB00C900C0E461E3EF7B.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-27 17:35:18 <-- Dadido3 (~quassel@p200300D9DF08AB00DDC42DD0346CFE75.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2019-05-27 18:49:51 --> barneygale (~barneygal@2.217.102.204) a rejoint #mcdevs 2019-05-27 19:32:01 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-27 19:32:46 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-27 19:43:11 <-- barneygale (~barneygal@2.217.102.204) a quitté (Remote host closed the connection) 2019-05-27 21:03:45 <-- iczero (iczero@hellomouse/dev/iczero) a quitté (Quit: rip) 2019-05-27 21:04:57 --> iczero (iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2019-05-28 00:14:22 Not-e6c6 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/fjRrS 2019-05-28 00:14:24 Not-e6c6 [mineflayer] rom1504 876891f - add error handling example in readme 2019-05-28 02:15:03 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 245 seconds) 2019-05-28 02:19:56 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-28 19:32:56 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 272 seconds) 2019-05-28 19:33:22 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-28 22:56:38 --> ME1312 (~ME1312@cpe-71-72-93-156.columbus.res.rr.com) a rejoint #mcdevs 2019-05-28 23:24:48 <-- Akkarin (~Akkarin@hyperion.torchmind.com) a quitté (Remote host closed the connection) 2019-05-29 00:37:30 --> Oatmeal (~Suzeanne@2600:8802:1500:74d:c42e:ccf6:4f39:587) a rejoint #mcdevs 2019-05-29 01:20:00 --> Akkarin (~Akkarin@hyperion.torchmind.com) a rejoint #mcdevs 2019-05-29 01:29:58 <-- Tuxel (~tux@mailer.tuxelcode.de) a quitté (Ping timeout: 246 seconds) 2019-05-29 01:30:11 --> Tuxel (~tux@mailer.tuxelcode.de) a rejoint #mcdevs 2019-05-29 02:13:22 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 246 seconds) 2019-05-29 02:20:29 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-29 03:26:25 <-- bildramer1 (~bildramer@p200300CF33E44E00820906B29252D871.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-05-29 03:36:05 +pokechu22 ... seems I didn't think to generate a diff from 1.14.1 to 1.14.2; I'll do that now 2019-05-29 03:45:22 Not-e6c6 [Burger] New data now avaliable for 1.14.2: 2019-05-29 03:45:24 Not-e6c6 [Burger] Diff from 1.14.1: https://pokechu22.github.io/Burger/diff_1.14.1_1.14.2.html (https://pokechu22.github.io/Burger/diff_1.14.1_1.14.2.json) 2019-05-29 03:45:25 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/1.14.2.html (https://pokechu22.github.io/Burger/1.14.2.json) 2019-05-29 03:54:02 --> bildramer (~bildramer@p548B68FD.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-29 05:38:43 <-- ME1312 (~ME1312@cpe-71-72-93-156.columbus.res.rr.com) a quitté (Quit: Leaving) 2019-05-29 06:36:46 <-- M-Processus42 (processus4@gateway/shell/matrix.org/x-cyfigsfidyelslka) a quitté (Read error: Connection reset by peer) 2019-05-29 06:36:58 <-- yangm97 (yangm97mat@gateway/shell/matrix.org/x-ohilhecbyxhvqewq) a quitté (Write error: Connection reset by peer) 2019-05-29 06:46:32 --> M-Processus42 (processus4@gateway/shell/matrix.org/x-sfjjautmuoxiglvd) a rejoint #mcdevs 2019-05-29 06:52:37 <-- Starz0r (~quassel@138.197.214.219) a quitté (Ping timeout: 276 seconds) 2019-05-29 06:54:52 --> Starz0r (~quassel@138.197.214.219) a rejoint #mcdevs 2019-05-29 07:25:25 --> yangm97 (yangm97mat@gateway/shell/matrix.org/x-cwiihzlmssmzsyzs) a rejoint #mcdevs 2019-05-29 08:38:34 <-- Starz0r (~quassel@138.197.214.219) a quitté (Ping timeout: 276 seconds) 2019-05-29 08:40:58 --> Starz0r (~quassel@138.197.214.219) a rejoint #mcdevs 2019-05-29 10:37:06 <-- kashike (kashike@unaffiliated/kashike) a quitté (Ping timeout: 252 seconds) 2019-05-29 10:42:21 --> pranelius_ (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-05-29 10:44:18 <-- pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 272 seconds) 2019-05-29 11:25:18 -- pranelius_ est maintenant connu sous le nom pranelius 2019-05-29 12:41:36 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2019-05-29 12:55:44 --> Dadido3 (~quassel@p54A3A482.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-05-29 12:58:16 <-- Dadido3_ (~quassel@p200300D9DF08AB00C900C0E461E3EF7B.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2019-05-29 14:37:51 <-- killme (~killmePI@185.9.253.124) a quitté (Ping timeout: 248 seconds) 2019-05-29 14:42:43 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2019-05-29 16:05:19 <-- WizardCM (~WizardCM@103.93.232.1) a quitté (Ping timeout: 246 seconds) 2019-05-29 18:13:58 Hafydd The packet name "Open Horse Window" reminds me of this: https://soon.horse/soon-horse.jpg 2019-05-29 18:19:29 --> WizardCM (~WizardCM@103.93.232.1) a rejoint #mcdevs 2019-05-29 19:32:10 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-29 19:32:43 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-29 21:25:20 --> pranelius_ (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-05-29 21:26:55 <-- pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 248 seconds) 2019-05-29 23:26:09 --> barneygale (~barneygal@2.216.57.4) a rejoint #mcdevs 2019-05-30 00:31:39 <-- sudden (~lax@unaffiliated/laxask) a quitté (Ping timeout: 268 seconds) 2019-05-30 01:28:01 --> sudden (~lax@unaffiliated/laxask) a rejoint #mcdevs 2019-05-30 01:48:47 <-- barneygale (~barneygal@2.216.57.4) a quitté (Ping timeout: 248 seconds) 2019-05-30 01:49:25 <-- b1nzy (~wwwebeu@104-1-88-158.lightspeed.sntcca.sbcglobal.net) a quitté (Read error: Connection reset by peer) 2019-05-30 01:51:32 --> b1nzy (~wwwebeu@104-1-88-158.lightspeed.sntcca.sbcglobal.net) a rejoint #mcdevs 2019-05-30 02:09:46 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 246 seconds) 2019-05-30 02:22:29 <-- pranelius_ (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Quit: ZNC 1.7.3 - https://znc.in) 2019-05-30 02:23:28 --> pranelius (~pranelius@91.65.220.151) a rejoint #mcdevs 2019-05-30 02:24:57 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-30 03:52:50 --> ME1312 (~ME1312@cpe-71-72-93-156.columbus.res.rr.com) a rejoint #mcdevs 2019-05-30 06:42:58 <-- ME1312 (~ME1312@cpe-71-72-93-156.columbus.res.rr.com) a quitté (Quit: Leaving) 2019-05-30 09:39:36 --> barneygale (~barneygal@2.216.57.4) a rejoint #mcdevs 2019-05-30 10:18:40 <-- Oatmeal (~Suzeanne@2600:8802:1500:74d:c42e:ccf6:4f39:587) a quitté (Ping timeout: 252 seconds) 2019-05-30 11:24:46 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-05-30 11:31:32 Not-e6c6 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/fj0a8 2019-05-30 11:31:33 Not-e6c6 [minecraft-data] Shana6 be2b98f - add 1.14.2 to the protocol versions json file (#239) * add 1.14.2 * added 1.14.2 prereleases 2019-05-30 14:36:56 <-- barneygale (~barneygal@2.216.57.4) a quitté (Ping timeout: 272 seconds) 2019-05-30 15:12:38 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-05-30 19:32:04 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-30 19:32:35 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-30 20:28:06 --> Oatmeal (~Suzeanne@2600:8802:1500:74d:dd03:7721:b645:e68d) a rejoint #mcdevs 2019-05-30 23:55:01 <-- iso2013 (~iso2013@198.199.78.67) a quitté (Quit: o/) 2019-05-31 02:10:43 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 246 seconds) 2019-05-31 02:12:44 --> thekinrar_ (~thekinrar@static-176-166-247-234.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-05-31 02:15:23 <-- thekinrar (~thekinrar@static-176-166-247-234.ftth.abo.bbox.fr) a quitté (Ping timeout: 248 seconds) 2019-05-31 02:21:36 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-05-31 02:36:21 --> pranelius_ (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-05-31 02:37:21 <-- pranelius (~pranelius@91.65.220.151) a quitté (Ping timeout: 244 seconds) 2019-05-31 03:18:32 --> Penguin__ (~Username@162.213.53.216) a rejoint #mcdevs 2019-05-31 05:19:21 <-- Penguin__ (~Username@162.213.53.216) a quitté (Quit: Going offline, see ya! (www.adiirc.com)) 2019-05-31 12:24:42 <-- Oatmeal (~Suzeanne@2600:8802:1500:74d:dd03:7721:b645:e68d) a quitté (Quit: Suzie says, "TTFNs!") 2019-05-31 13:31:11 <-- Byteflux (~byte@byteflux.net) a quitté (Quit: lax is dum lol) 2019-05-31 13:32:23 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2019-05-31 13:34:04 Not-e6c6 [minecraft-data] rom1504 pushed 2 commits to master [+0/-0/±25] https://git.io/fj0Nr 2019-05-31 13:34:06 Not-e6c6 [minecraft-data] rom1504 0240fb4 - fix intfield -> objectData in spawn_entity in all versions > 1.8 2019-05-31 13:34:07 Not-e6c6 [minecraft-data] rom1504 2beb986 - Release 2.37.5 2019-05-31 13:34:10 Not-e6c6 [minecraft-data] rom1504 pushed 2 commits [+0/-0/±25] https://git.io/fj0No 2019-05-31 13:34:11 Not-e6c6 [minecraft-data] rom1504 bf6d7c9 - fix intfield -> objectData in spawn_entity in all versions > 1.8 2019-05-31 13:34:13 Not-e6c6 [minecraft-data] rom1504 28a3d19 - Release 2.37.5 2019-05-31 13:36:11 Not-e6c6 [minecraft-data] rom1504 deleted tag 2.37.5 2019-05-31 13:36:30 Not-e6c6 [minecraft-data] rom1504 tagged 2beb986 as 2.37.5 https://git.io/fj0Ni 2019-05-31 14:13:05 rom1504 where is item id of dropped item entity in recent minecraft protocol ? 2019-05-31 14:23:02 --> Meeeh_ (~Meeeh@206.ip-51-68-140.eu) a rejoint #mcdevs 2019-05-31 14:24:14 <-- csnxs (sean@unaffiliated/plussean) a quitté (Ping timeout: 252 seconds) 2019-05-31 14:24:53 <-- EvilJStoker (jstoker@unaffiliated/jstoker) a quitté (Ping timeout: 257 seconds) 2019-05-31 14:25:46 <-- cc0 (~cc0@2a03:b0c0:0:1010::28:e001) a quitté (Ping timeout: 252 seconds) 2019-05-31 14:25:50 <-- Meeeh (~Meeeh@206.ip-51-68-140.eu) a quitté (Ping timeout: 252 seconds) 2019-05-31 14:25:53 <-- Prf_Jakob (jakob@volt/developer/jakob) a quitté (Ping timeout: 252 seconds) 2019-05-31 14:25:57 --> EvilJStoker (jstoker@claire.jcs.me.uk) a rejoint #mcdevs 2019-05-31 14:26:00 --> cc0 (~cc0@2a03:b0c0:0:1010::28:e001) a rejoint #mcdevs 2019-05-31 14:26:03 <-- EvilJStoker (jstoker@claire.jcs.me.uk) a quitté (Changing host) 2019-05-31 14:26:03 --> EvilJStoker (jstoker@unaffiliated/jstoker) a rejoint #mcdevs 2019-05-31 14:26:05 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (Ping timeout: 252 seconds) 2019-05-31 14:26:25 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2019-05-31 14:26:25 -- Mode #mcdevs [+v Dinnerbone] par ChanServ 2019-05-31 14:26:59 --> Prf_Jakob (jakob@volt/developer/jakob) a rejoint #mcdevs 2019-05-31 14:26:59 -- Mode #mcdevs [+v Prf_Jakob] par ChanServ 2019-05-31 14:27:00 --> csnxs (sean@unaffiliated/plussean) a rejoint #mcdevs 2019-05-31 14:29:32 <-- gabizou (~gabizou@185.57.191.43) a quitté (Ping timeout: 272 seconds) 2019-05-31 14:31:01 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2019-05-31 18:45:04 --> gabrielchihongle (uid274900@gateway/web/irccloud.com/x-nwbzdjyuvckvcoiv) a rejoint #mcdevs 2019-05-31 18:47:35 gabrielchihongle hi there, i'm trying to write a client that can connect to a server and chat in python 2019-05-31 18:47:36 gabrielchihongle I've been able to get the access token and client token from authserver/authenticate 2019-05-31 18:47:36 gabrielchihongle i suppose that the next step is to connect to the server and handshake 2019-05-31 18:47:36 gabrielchihongle just wanna confirm, it's through TCP right? thanks a lot 2019-05-31 19:32:40 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2019-05-31 19:33:07 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-05-31 20:31:36 -- Wanderer est maintenant connu sous le nom Peristeronic 2019-05-31 20:31:46 -- Peristeronic est maintenant connu sous le nom wanderer 2019-05-31 20:57:29 Hafydd gabrielchihongle: yes, it is over TCP. 2019-05-31 21:02:26 gabrielchihongle I have the following code, which should send a ping packet to the server: 2019-05-31 21:02:28 gabrielchihongle https://www.irccloud.com/pastebin/zufuDUK6/ 2019-05-31 21:02:51 gabrielchihongle I expect a pong packet response, but it gives me an empty response 2019-05-31 21:03:15 gabrielchihongle how do I find the cause? thanks 2019-05-31 23:14:11 <-- bildramer (~bildramer@p548B68FD.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2019-05-31 23:14:38 --> bildramer (~bildramer@p200300CF33C4270070F5B92D11E51823.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-06-01 02:08:00 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 248 seconds) 2019-06-01 02:24:05 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-06-01 03:46:57 --> Penguin__ (~Username@162.213.53.196) a rejoint #mcdevs 2019-06-01 03:52:22 -- Penguin__ est maintenant connu sous le nom Penguin 2019-06-01 03:52:52 -- Penguin est maintenant connu sous le nom Guest92738 2019-06-01 04:04:04 <-- matthewprenger (~matt@irc.prenger.co) a quitté (Ping timeout: 258 seconds) 2019-06-01 04:04:24 --> matthewprenger (~matt@irc.prenger.co) a rejoint #mcdevs 2019-06-01 04:55:17 <-- gabrielchihongle (uid274900@gateway/web/irccloud.com/x-nwbzdjyuvckvcoiv) a quitté (Quit: Connection closed for inactivity) 2019-06-01 05:24:35 <-- Guest92738 (~Username@162.213.53.196) a quitté (Quit: Going offline, see ya! (www.adiirc.com)) 2019-06-01 05:38:58 --> pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-06-01 05:39:44 <-- pranelius_ (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 248 seconds) 2019-06-01 06:28:35 <-- Intelli (sid46069@gateway/web/irccloud.com/x-kxjzogoatquujtme) a quitté (Ping timeout: 252 seconds) 2019-06-01 06:51:57 --> Intelli (sid46069@gateway/web/irccloud.com/x-nnofydxmguoyukvv) a rejoint #mcdevs 2019-06-01 06:59:52 --> Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-06-01 06:59:52 <-- Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-06-01 06:59:52 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-06-01 11:24:28 --> gabrielchihongle (uid274900@gateway/web/irccloud.com/x-drrmaxlybmkooixf) a rejoint #mcdevs 2019-06-01 11:29:13 <-- killme (~killmePI@185.9.253.124) a quitté (Ping timeout: 246 seconds) 2019-06-01 11:29:56 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2019-06-01 12:54:38 <-- pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Quit: ZNC 1.7.3 - https://znc.in) 2019-06-01 15:13:36 --> pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-06-01 15:36:12 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-06-01 16:12:24 --> pranelius_ (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-06-01 16:13:52 <-- pranelius (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 248 seconds) 2019-06-01 18:43:39 <-- kashike (kashike@unaffiliated/kashike) a quitté (Ping timeout: 248 seconds) 2019-06-01 18:52:11 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 258 seconds) 2019-06-01 18:58:11 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2019-06-01 19:12:09 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2019-06-01 19:33:06 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 272 seconds) 2019-06-01 19:33:32 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-06-01 20:35:44 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 248 seconds) 2019-06-01 20:42:49 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2019-06-01 23:51:18 --> Oatmeal (~Suzeanne@2600:8802:1500:3c1:c56d:e11e:d2c:b73a) a rejoint #mcdevs 2019-06-02 02:08:25 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 246 seconds) 2019-06-02 02:19:36 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-06-02 02:46:34 <-- Starz0r (~quassel@138.197.214.219) a quitté (Ping timeout: 276 seconds) 2019-06-02 02:48:14 --> Starz0r (~quassel@138.197.214.219) a rejoint #mcdevs 2019-06-02 05:09:38 <-- gabrielchihongle (uid274900@gateway/web/irccloud.com/x-drrmaxlybmkooixf) a quitté (Quit: Connection closed for inactivity) 2019-06-02 05:29:54 <-- mrkirby153 (~mrkirby15@mrkirby153.com) a quitté (Quit: ZNC - http://znc.in) 2019-06-02 05:37:52 --> mrkirby153 (~mrkirby15@mrkirby153.com) a rejoint #mcdevs 2019-06-02 05:49:36 <-- Oatmeal (~Suzeanne@2600:8802:1500:3c1:c56d:e11e:d2c:b73a) a quitté (Ping timeout: 252 seconds) 2019-06-02 06:46:10 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-06-02 09:57:27 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2019-06-02 10:35:36 <-- b1nzy (~wwwebeu@104-1-88-158.lightspeed.sntcca.sbcglobal.net) a quitté (Ping timeout: 272 seconds) 2019-06-02 10:35:52 --> b1nzy (~wwwebeu@104-1-88-158.lightspeed.sntcca.sbcglobal.net) a rejoint #mcdevs 2019-06-02 12:18:02 --> gabrielchihongle (uid274900@gateway/web/irccloud.com/x-jnwnbtaxeuyvfjuo) a rejoint #mcdevs 2019-06-02 16:55:03 <-- dragonium (uid369013@gateway/web/irccloud.com/x-hibabzobarxmlgkz) a quitté (Quit: Connection closed for inactivity) 2019-06-02 17:12:50 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Read error: Connection reset by peer) 2019-06-02 17:13:25 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-06-02 19:32:57 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Ping timeout: 252 seconds) 2019-06-02 19:33:20 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-06-03 00:23:02 --> Mr_Gr33n (~None@2a00:ee2:2702:ee00:c67:7169:a9ee:6e60) a rejoint #mcdevs 2019-06-03 00:27:05 <-- _MrGr33n_ (~None@2a00:ee2:2702:ee00:14ff:9219:5361:a7a) a quitté (Ping timeout: 258 seconds) 2019-06-03 01:14:50 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (Remote host closed the connection) 2019-06-03 01:15:30 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2019-06-03 01:35:39 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (Remote host closed the connection) 2019-06-03 01:36:12 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2019-06-03 02:10:24 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 272 seconds) 2019-06-03 02:26:16 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-06-03 02:39:41 <-- gabrielchihongle (uid274900@gateway/web/irccloud.com/x-jnwnbtaxeuyvfjuo) a quitté (Quit: Connection closed for inactivity) 2019-06-03 03:53:31 --> Oatmeal (~Suzeanne@2600:8802:1500:3c1:c56d:e11e:d2c:b73a) a rejoint #mcdevs 2019-06-03 04:25:24 --> pranelius (~pranelius@ip5b4132e1.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-06-03 04:28:28 <-- pranelius_ (~pranelius@ip5b41dc97.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 272 seconds) 2019-06-03 06:54:07 --> Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-06-03 06:54:07 <-- Me4502 (~quassel@117-20-69-140.751445.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-06-03 06:54:07 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-06-03 07:27:31 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Ping timeout: 246 seconds) 2019-06-03 08:36:22 --> pranelius_ (~pranelius@ip5b4132e1.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-06-03 08:37:41 <-- pranelius (~pranelius@ip5b4132e1.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 258 seconds) 2019-06-03 09:40:13 <-- EvilJStoker (jstoker@unaffiliated/jstoker) a quitté (Ping timeout: 250 seconds) 2019-06-03 09:42:02 --> EvilJStoker (jstoker@unaffiliated/jstoker) a rejoint #mcdevs 2019-06-03 09:47:45 <-- M-Processus42 (processus4@gateway/shell/matrix.org/x-sfjjautmuoxiglvd) a quitté (*.net *.split) 2019-06-03 09:47:45 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-mktpbfqcuydxodwt) a quitté (*.net *.split) 2019-06-03 09:47:46 <-- pokechu22 (~pokechu22@2601:602:980:3d99:78f7:a549:526a:f769) a quitté (*.net *.split) 2019-06-03 09:47:46 <-- KnownUnown (KnownUnown@die.in.firrre.com) a quitté (*.net *.split) 2019-06-03 09:50:50 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (Ping timeout: 272 seconds) 2019-06-03 09:51:00 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2019-06-03 09:52:43 --> M-Processus42 (processus4@gateway/shell/matrix.org/x-sfjjautmuoxiglvd) a rejoint #mcdevs 2019-06-03 09:52:43 --> Brandon15811 (sid13052@gateway/web/irccloud.com/x-mktpbfqcuydxodwt) a rejoint #mcdevs 2019-06-03 09:52:43 --> pokechu22 (~pokechu22@2601:602:980:3d99:78f7:a549:526a:f769) a rejoint #mcdevs 2019-06-03 09:52:43 --> KnownUnown (KnownUnown@die.in.firrre.com) a rejoint #mcdevs 2019-06-03 09:52:43 -- Mode #mcdevs [+v pokechu22] par wolfe.freenode.net 2019-06-03 09:56:16 --> gabrielchihongle (uid274900@gateway/web/irccloud.com/x-bqhuaykieuxqtiom) a rejoint #mcdevs 2019-06-03 11:20:19 <-- Oatmeal (~Suzeanne@2600:8802:1500:3c1:c56d:e11e:d2c:b73a) a quitté (Ping timeout: 250 seconds) 2019-06-03 12:53:59 --> tachyon_ (5bc768f4@gateway/web/cgi-irc/kiwiirc.com/ip.91.199.104.244) a rejoint #mcdevs 2019-06-03 13:07:28 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-06-03 14:04:59 <-- tachyon_ (5bc768f4@gateway/web/cgi-irc/kiwiirc.com/ip.91.199.104.244) a quitté (Remote host closed the connection) 2019-06-03 15:35:50 <-- _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a quitté (Quit: _123DMWM) 2019-06-03 15:36:54 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-mktpbfqcuydxodwt) a quitté (Ping timeout: 252 seconds) 2019-06-03 15:37:06 --> Brandon15811 (sid13052@gateway/web/irccloud.com/x-wsgvwjhwxbvsnvnj) a rejoint #mcdevs 2019-06-03 15:52:23 --> _123DMWM (~123DMWM@pool-96-252-55-56.bstnma.fios.verizon.net) a rejoint #mcdevs 2019-06-03 16:58:02 Not-e6c6 [McUpdates] Minecraft snapshot 1.14.3-pre1 has just been published to the launcher! 2019-06-03 16:58:11 Not-e6c6 [McUpdates] Data generated by 1.14.3-pre1: https://apimon.de/mcdata/1.14.3-pre1/1.14.3-pre1.zip 2019-06-03 17:06:44 Not-e6c6 [Burger] New data now avaliable for 1.14.3-pre1: 2019-06-03 17:06:45 Not-e6c6 [Burger] Diff from 1.14.2: https://pokechu22.github.io/Burger/diff_1.14.2_1.14.3-pre1.html (https://pokechu22.github.io/Burger/diff_1.14.2_1.14.3-pre1.json) 2019-06-03 17:06:47 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/1.14.3-pre1.html (https://pokechu22.github.io/Burger/1.14.3-pre1.json) 2019-06-03 17:40:02 Not-e6c6 [McUpdates] An article about Minecraft 1.14.3 Pre-Release 1 was just published: https://www.minecraft.net/en-us/article/minecraft-1-14-3-pre-release-1 2019-06-03 17:40:51 timmyRS Back to the -pre format again, I see 2019-06-03 17:50:19 +pokechu22 Huh, sounds broke with "urllib.error.HTTPError: HTTP Error 505: HTTP Version not supported". That's odd. 2019-06-03 17:53:31 +pokechu22 ... ok, that's just weird 2019-06-03 17:55:06 +pokechu22 It's trying to load https://launchermeta.mojang.com/v1/packages/581a41e0240e3460f2e30a069cf5523de061158d/1.14.3-pre1.json first which works, but then for sounds it's trying to load https://s3.amazonaws.com/Minecraft.Download/versions/1.14.3%20Pre-Release%201/1.14.3%20Pre-Release%201.json which it doesn't like? That doesn't make sense exactly 2019-06-03 18:01:11 +pokechu22 Seems like the name inside the jar itself is still `1.14.3 Pre-Release 1` and burger uses that name when determining sounds... I'll just hardcode it for the moment and make a new one 2019-06-03 18:04:03 +pokechu22 Ok, should update in a few minutes 2019-06-03 18:06:28 Hafydd Perhaps there is currently a power struggle between the "-pre" and " Pre-Release " factions within Mojang. 2019-06-03 18:20:44 timmyRS It's funny how companies fail to communicate with themselves at a certain size 2019-06-03 18:40:55 <-- bildramer (~bildramer@p200300CF33C4270070F5B92D11E51823.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2019-06-03 18:41:24 --> bildramer (~bildramer@p200300CF33C4270070F5B92D11E51823.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-06-03 20:11:26 <-- Akkarin (~Akkarin@hyperion.torchmind.com) a quitté (Quit: Spuds are good for you!) 2019-06-03 20:11:39 --> Akkarin (~Akkarin@hyperion.torchmind.com) a rejoint #mcdevs 2019-06-03 21:43:32 <-- pranelius_ (~pranelius@ip5b4132e1.dynamic.kabel-deutschland.de) a quitté (Read error: Connection reset by peer) 2019-06-03 21:43:54 --> pranelius (~pranelius@ip5b4132e1.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2019-06-03 22:11:23 kashike Hafydd: no, it was done intentionally :P 2019-06-03 22:20:59 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:e525:5d35:b303:cdfd) a rejoint #mcdevs 2019-06-03 22:28:49 Hafydd kashike: the naming scheme of pre-release versions was intentionally changed twice? 2019-06-03 22:37:12 rom1504 "at a certain size" idk, mojang is pretty small isn't it ? 2019-06-03 22:37:48 rom1504 yeah 70 apparently 2019-06-03 22:37:51 rom1504 very small 2019-06-03 22:38:34 rom1504 it's not about a company not communicating with itself, it's just that there's 2 people doing the release and they didn't talk about it, and nobody at mojang think naming matter 2019-06-03 22:38:41 timmyRS the "certain size" really depends on the company but it's basically inevitable 2019-06-03 22:39:13 rom1504 no ? 2019-06-03 22:39:22 Hwiggy The size of Mojang is just everyone with a Mojang cape kappa 2019-06-03 22:39:51 rom1504 of course you cannot talk to every single person every day, but it's definitely possible to organize small to medium sized companies 2019-06-03 22:39:58 Hwiggy Not legal to work at Mojang without owning a Minecraft account - Markus Persson June 6, 2019 2019-06-03 22:40:10 Hwiggy And apparently I tell the future 2019-06-03 22:40:14 kashike Hafydd: yes, it was intentional 2019-06-03 22:40:16 rom1504 and like, google and microsoft works, so I'd day big one too ? 2019-06-03 22:41:07 Hafydd kashike: could you elaborate on the raisin for doing son? 2019-06-03 22:41:10 Hafydd *doing so 2019-06-03 22:41:18 rom1504 kashike: what is the rule ? when the sum of digit is a multiple of 3 it's pre-1, then the modulo is 1 it's Pre release 1 ? 2019-06-03 22:41:26 rom1504 *when 2019-06-03 22:42:13 kashike Hafydd: crash collector wasn't handling the new version name format 2019-06-03 22:42:44 rom1504 that's not intentional, that's avoiding a bug 2019-06-03 22:42:59 rom1504 and what was the initial reason for breaking consistency ? 2019-06-03 22:43:36 Hafydd Ah, I see, so it was Regretted. 2019-06-03 22:46:35 --> Oatmeal (~Suzeanne@2600:8802:1500:8e9:c56d:e11e:d2c:b73a) a rejoint #mcdevs 2019-06-03 22:49:00 timmyRS You might conceive google to be big, but it's really just a lot of small teams which all have their own agendas and don't cooperate at all. 2019-06-03 22:52:44 rom1504 I doubt that 2019-06-04 00:42:25 <-- Oatmeal (~Suzeanne@2600:8802:1500:8e9:c56d:e11e:d2c:b73a) a quitté (Ping timeout: 250 seconds) 2019-06-04 01:24:09 --> Oatmeal (~Suzeanne@2600:8802:1500:5b:c56d:e11e:d2c:b73a) a rejoint #mcdevs 2019-06-04 02:10:48 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 244 seconds) 2019-06-04 02:25:39 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-06-04 05:14:33 <-- Oatmeal (~Suzeanne@2600:8802:1500:5b:c56d:e11e:d2c:b73a) a quitté (Ping timeout: 250 seconds) 2019-06-04 05:22:56 <-- gabrielchihongle (uid274900@gateway/web/irccloud.com/x-bqhuaykieuxqtiom) a quitté (Quit: Connection closed for inactivity) 2019-06-04 05:35:28 Hwiggy Does anyone know how to download older versions of the minecraft server 2019-06-04 05:38:08 +ammar2 how far back 2019-06-04 05:38:50 +ammar2 mojang has official downloads for 1.2.1, probably more, looks like this websites collects the links https://mcversions.net/ 2019-06-04 05:39:03 +ammar2 further than that, especially into the betas it gets trickier 2019-06-04 05:42:01 Hwiggy inb4 classic 2019-06-04 05:42:21 Hwiggy But yeah the launcher helped me 2019-06-04 05:46:32 +pokechu22 If you look on the minecraft wiki they're usually linked in the infobox for each version 2019-06-04 05:50:00 --> Oatmeal (~Suzeanne@2600:8802:1500:5b:c56d:e11e:d2c:b73a) a rejoint #mcdevs 2019-06-04 07:44:02 <-- Hwiggy (~Hwiggy@2604:6000:d982:4e00:e525:5d35:b303:cdfd) a quitté (Read error: Connection reset by peer) 2019-06-04 07:44:45 --> Hwiggy (~Hwiggy@2604:6000:d982:4e00:10a5:6b81:fa8e:b87c) a rejoint #mcdevs 2019-06-04 08:19:37 <-- SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a quitté (Ping timeout: 245 seconds) 2019-06-04 08:28:55 --> SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-06-04 08:28:55 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2019-06-04 08:35:31 Not-e6c6 [minecraft-data] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/fjuLt 2019-06-04 08:35:32 Not-e6c6 [minecraft-data] timmyrs a9cb389 - Add 1.14.3-pre1 to pc/common/protocolVersions.json