2020-06-29 22:18:29 Sainan Although I assumed it would also work for a client 2020-06-29 22:20:08 rom1504 it's quite possible the notchian client can still parse entries that span across multiple longs 2020-06-29 22:20:31 rom1504 but the notchian server doesn't produce that so the client need to be adapted 2020-06-29 22:20:35 Sainan I do send "ignore old data" as true tho O.o 2020-06-29 22:21:00 rom1504 I don't think that's related to the problem 2020-06-29 22:22:29 Sainan Well, time to open IDA... for Java 2020-06-29 22:26:18 rom1504 22:25 let's say you have bitPerValue = 5, you can fit 12 x 5 bits values, and you'll have 4 bit remaining 2020-06-29 22:26:18 rom1504 22:25 in the old version, you would store the first 4 bit of the value in the same long, and the remaining 1 bit in the next 2020-06-29 22:26:18 rom1504 22:25 in 1.16, you store the 5 bits in the next, and you leave 4 bits of padding 2020-06-29 22:27:08 Sainan I wonder what the reasoning behind that decision was 2020-06-29 22:37:35 Not-944e [minecraft-data] rom1504 pushed 6 commits to master [+1/-1/±15] https://git.io/JJfWK 2020-06-29 22:37:36 Not-944e [minecraft-data] Karang a1b5380 - Add tool to update block states 2020-06-29 22:37:38 Not-944e [minecraft-data] Karang 4344f10 - Update block states 2020-06-29 22:37:39 Not-944e [minecraft-data] Karang 21d6d32 - Update schema 2020-06-29 22:37:41 Not-944e [minecraft-data] ... and 3 more commits. 2020-06-29 22:39:29 Not-944e [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JJfWX 2020-06-29 22:39:30 Not-944e [minecraft-data] rom1504 fc2078a - 2.61.0 2020-06-29 22:39:33 Not-944e [minecraft-data] rom1504 tagged fc2078a as 2.61.0 https://git.io/JJfWM 2020-06-29 22:56:23 --> cheakoirccloud (uid293319@gateway/web/irccloud.com/x-yevwmmpksrlnbthe) a rejoint #mcdevs 2020-06-29 23:02:23 --> Webbiii (d9e388a5@pd9e388a5.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-06-29 23:02:52 Webbiii Does anyone here have experience with C# DotNetty? 2020-06-29 23:07:20 +pokechu22 I think it was something to do with performance in memory (since they use the same representation in memory and over the network (and also on disk)) 2020-06-29 23:09:39 Sainan I feel like sending a byte over a network has a bigger impact than doing some bit maths but okay :D 2020-06-29 23:12:04 +pokechu22 It's sent over the network once, but pretty much everything ingame reads blocks, so increasing performance there does apparently make a bit of an impact (and the new format gets rid of branching to my understanding, which does help) 2020-06-29 23:13:02 Sainan I feel like they have a lot more problems with performance, and I don't even know what they did, I just know that newer versions have been getting slower and slower 2020-06-29 23:18:13 <-- Webbiii (d9e388a5@pd9e388a5.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2020-06-29 23:19:31 <-- circuit10 (~circuit10@200.92.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-29 23:19:32 <-- SiebeDW (~SiebeDW@200.92.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-29 23:19:32 <-- islender (~islender@200.92.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-29 23:19:32 <-- None4U (~None4U@200.92.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-29 23:23:31 --> None4U (~None4U@100.236.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-29 23:23:31 --> circuit10 (~circuit10@100.236.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-29 23:23:31 --> SiebeDW (~SiebeDW@100.236.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-29 23:23:31 --> islender (~islender@100.236.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-29 23:29:42 <-- mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a quitté (Ping timeout: 260 seconds) 2020-06-30 00:35:48 <-- SiebeDW (~SiebeDW@100.236.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 00:35:48 <-- circuit10 (~circuit10@100.236.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 00:35:48 <-- islender (~islender@100.236.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 00:35:48 <-- None4U (~None4U@100.236.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 00:39:34 --> islender (~islender@113.13.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 00:39:34 --> None4U (~None4U@113.13.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 00:39:34 --> SiebeDW (~SiebeDW@113.13.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 00:39:34 --> circuit10 (~circuit10@113.13.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 01:12:05 <-- _123DMWM (~123DMWM@156.146.37.79) a quitté (Ping timeout: 256 seconds) 2020-06-30 01:12:58 --> _123DMWM (~123DMWM@173.234.153.182) a rejoint #mcdevs 2020-06-30 01:26:55 rom1504 if there is any existing implementation of pchunk 1.16 would be interested 2020-06-30 01:27:15 rom1504 I mean of mc chunks (in any language) 2020-06-30 01:35:41 <-- SiebeDW (~SiebeDW@113.13.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 01:35:41 <-- islender (~islender@113.13.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 01:35:41 <-- None4U (~None4U@113.13.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 01:35:41 <-- circuit10 (~circuit10@113.13.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 01:41:04 --> circuit10 (~circuit10@105.67.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 01:41:04 --> SiebeDW (~SiebeDW@105.67.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 01:41:04 --> islender (~islender@105.67.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 01:41:04 --> None4U (~None4U@105.67.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 01:47:49 <-- None4U (~None4U@105.67.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 01:47:49 <-- SiebeDW (~SiebeDW@105.67.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 01:47:49 <-- islender (~islender@105.67.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 01:47:49 <-- circuit10 (~circuit10@105.67.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 01:49:59 <-- _123DMWM (~123DMWM@173.234.153.182) a quitté (Quit: _123DMWM) 2020-06-30 01:50:16 --> _123DMWM (~123DMWM@173.234.153.182) a rejoint #mcdevs 2020-06-30 01:52:15 --> circuit10 (~circuit10@64.195.239.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 01:52:19 --> None4U (~None4U@64.195.239.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 01:52:19 --> SiebeDW (~SiebeDW@64.195.239.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 01:52:19 --> islender (~islender@64.195.239.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 02:44:48 <-- _123DMWM (~123DMWM@173.234.153.182) a quitté (Quit: _123DMWM) 2020-06-30 02:45:14 --> _123DMWM (~123DMWM@173.234.153.182) a rejoint #mcdevs 2020-06-30 03:07:22 --> gabizou (~gabizou@69.147.207.130) a rejoint #mcdevs 2020-06-30 03:07:58 <-- gabizou- (~gabizou@69.147.207.130) a quitté (Ping timeout: 265 seconds) 2020-06-30 04:36:33 <-- cheakoirccloud (uid293319@gateway/web/irccloud.com/x-yevwmmpksrlnbthe) a quitté (Ping timeout: 246 seconds) 2020-06-30 04:38:42 --> cheakoirccloud (uid293319@gateway/web/irccloud.com/x-fnyjciixlcfoqlmp) a rejoint #mcdevs 2020-06-30 05:06:07 <-- cheakoirccloud (uid293319@gateway/web/irccloud.com/x-fnyjciixlcfoqlmp) a quitté (Quit: Connection closed for inactivity) 2020-06-30 06:03:09 --> cheakoirccloud (uid293319@gateway/web/irccloud.com/x-dgrouelhfpfurcua) a rejoint #mcdevs 2020-06-30 07:13:50 --> nermc (490f638c@c-73-15-99-140.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-06-30 07:15:03 nermc Hey guys! I'm using MC protocol here and I have a question: can we drop part of item stacks in our inventory in creative mode? I saw that we can only drop one item or the whole stack. 2020-06-30 07:19:41 nermc If the answer is 'no', what I'm thinking rn is to drop item for multiple times to mimic the behavior of dropping part of an item stack. The question is about entity status update: I'm using entity_metadata to update the status of dropped items. Let's say I dropped three items of same kind. It actually gives me such packet 5 times: first three is to 2020-06-30 07:19:42 nermc create single item on the ground. the fourth one is to update the first item with count 1 -> 2. the fifth one is to update the first item with count 2->3. I wonder how do I know that the second item and third item is deleted? Is there any packets I will receive to tell me such info? 2020-06-30 07:34:22 <-- circuit10 (~circuit10@64.195.239.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 07:34:22 <-- SiebeDW (~SiebeDW@64.195.239.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 07:34:22 <-- None4U (~None4U@64.195.239.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 07:34:22 <-- islender (~islender@64.195.239.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 07:38:55 +pokechu22 I don't think you can drop part of a stack; that's not something you can do in normal gameplay (left click while holding a stack drops one; right click drops the whole stack). But, it's creative, so you have access to the somewhat jank destroying-and-creating items system so you should be fine with doing things however 2020-06-30 07:40:05 +pokechu22 I'd expect https://wiki.vg/Protocol#Destroy_Entities to be sent when items are merged, not sure if that's actually what's done 2020-06-30 07:43:47 --> None4U (~None4U@34.250.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 07:43:47 --> circuit10 (~circuit10@34.250.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 07:43:47 --> islender (~islender@34.250.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 07:43:48 --> SiebeDW (~SiebeDW@34.250.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 08:10:39 <-- None4U (~None4U@34.250.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 08:10:39 <-- islender (~islender@34.250.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 08:10:39 <-- SiebeDW (~SiebeDW@34.250.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 08:10:39 <-- circuit10 (~circuit10@34.250.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 08:14:55 --> islender (~islender@71.210.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 08:14:55 --> None4U (~None4U@71.210.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 08:14:55 --> circuit10 (~circuit10@71.210.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 08:14:55 --> SiebeDW (~SiebeDW@71.210.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 08:22:08 --> iczero (iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2020-06-30 08:43:29 <-- SiebeDW (~SiebeDW@71.210.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 08:43:29 <-- islender (~islender@71.210.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 08:43:29 <-- None4U (~None4U@71.210.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 08:43:29 <-- circuit10 (~circuit10@71.210.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 08:46:15 --> circuit10 (~circuit10@80.176.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 08:46:15 --> None4U (~None4U@80.176.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 08:46:15 --> islender (~islender@80.176.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 08:46:17 --> SiebeDW (~SiebeDW@80.176.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 09:04:09 <-- StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a quitté (Quit: The Lounge - https://thelounge.chat) 2020-06-30 09:04:27 --> StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2020-06-30 09:26:06 <-- None4U (~None4U@80.176.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 09:26:06 <-- SiebeDW (~SiebeDW@80.176.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 09:26:06 <-- circuit10 (~circuit10@80.176.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 09:26:06 <-- islender (~islender@80.176.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-06-30 09:29:55 <-- nermc (490f638c@c-73-15-99-140.hsd1.ca.comcast.net) a quitté (Remote host closed the connection) 2020-06-30 09:31:25 --> SiebeDW (~SiebeDW@8.104.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 09:31:25 --> islender (~islender@8.104.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 09:31:25 --> circuit10 (~circuit10@8.104.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 09:31:25 --> None4U (~None4U@8.104.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-06-30 09:51:51 <-- NodeDigital (~NodeDigit@2606-a000-1015-0006-20dd-8e70-d0fb-546b.inf6.spectrum.com) a quitté (Ping timeout: 272 seconds) 2020-06-30 09:52:22 --> mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a rejoint #mcdevs 2020-06-30 10:38:35 <-- chibill (chibillmat@gateway/shell/matrix.org/x-texxffgdstqbmlmd) a quitté (Quit: killed) 2020-06-30 10:38:36 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-qmbhgbpxqybhnxgf) a quitté (Quit: killed) 2020-06-30 10:38:36 <-- JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-bnxdnjmiqhucflku) a quitté (Quit: killed) 2020-06-30 10:38:49 <-- keg[m] (kegicyname@gateway/shell/matrix.org/x-muvnpxzceyicloun) a quitté (Quit: killed) 2020-06-30 10:52:02 --> yangm (yanyetanot@gateway/shell/matrix.org/x-qejqmwbdbduukfrw) a rejoint #mcdevs 2020-06-30 11:23:10 --> JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-zspojxjzqrlfczwg) a rejoint #mcdevs 2020-06-30 11:23:10 --> chibill (chibillmat@gateway/shell/matrix.org/x-ziummkucdrhhbqot) a rejoint #mcdevs 2020-06-30 11:23:16 --> keg[m] (kegicyname@gateway/shell/matrix.org/x-vztkacdwhqjgwxtr) a rejoint #mcdevs 2020-06-30 13:32:51 <-- cheakoirccloud (uid293319@gateway/web/irccloud.com/x-dgrouelhfpfurcua) a quitté (Quit: Connection closed for inactivity) 2020-06-30 14:13:32 --> cheakoirccloud (uid293319@gateway/web/irccloud.com/x-tbvqlwrixthqxtiz) a rejoint #mcdevs 2020-06-30 15:07:03 circuit10 Isn't there a remove entity packet? 2020-06-30 15:07:47 circuit10 If you can't do something in game then not all servers/anticheats will necessarily accept it 2020-06-30 15:08:03 circuit10 Even if it possible 2020-06-30 15:08:09 circuit10 Can you do that in game? 2020-06-30 15:09:07 circuit10 rom1504: I know an implementation of 1.16 chunks 2020-06-30 15:09:57 circuit10 https://github.com/Steveice10/MCProtocolLib/pull/527 2020-06-30 15:29:55 --> NodeDigital (~NodeDigit@2606-a000-1015-0006-3177-5f27-eb5f-0191.inf6.spectrum.com) a rejoint #mcdevs 2020-06-30 16:22:51 <-- cheakoirccloud (uid293319@gateway/web/irccloud.com/x-tbvqlwrixthqxtiz) a quitté (Quit: Connection closed for inactivity) 2020-06-30 17:21:32 <-- NodeDigital (~NodeDigit@2606-a000-1015-0006-3177-5f27-eb5f-0191.inf6.spectrum.com) a quitté (Ping timeout: 260 seconds) 2020-06-30 17:33:20 <-- _123DMWM (~123DMWM@173.234.153.182) a quitté (Quit: _123DMWM) 2020-06-30 17:33:38 --> _123DMWM (~123DMWM@173.234.153.182) a rejoint #mcdevs 2020-06-30 18:20:44 <-- _123DMWM (~123DMWM@173.234.153.182) a quitté (Quit: _123DMWM) 2020-06-30 18:25:53 --> _123DMWM (~123DMWM@156.146.37.26) a rejoint #mcdevs 2020-06-30 18:41:42 rom1504 yeah we also figured it out https://github.com/PrismarineJS/prismarine-chunk/pull/91 2020-06-30 18:42:19 rom1504 important part is these get and set https://github.com/PrismarineJS/prismarine-chunk/pull/91/files#diff-3a6156c175a37308bc9897bb382f3530R48 2020-06-30 23:24:51 rom1504 is anybody aware of behavior change in inventory protocol for mc 1.16 ? 2020-06-30 23:25:12 rom1504 I'm seeing the server is not answering set slot packet after creative inventory change when it should 2020-07-01 00:05:01 <-- mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a quitté (Ping timeout: 264 seconds) 2020-07-01 00:23:52 --> levifig (~levi@205.186.144.152) a rejoint #mcdevs 2020-07-01 03:15:03 --> NodeDigital (~NodeDigit@2606-a000-1015-0006-2869-1d54-afe1-75ee.inf6.spectrum.com) a rejoint #mcdevs 2020-07-01 04:29:17 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 258 seconds) 2020-07-01 04:39:59 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2020-07-01 05:57:36 <-- circuit10 (~circuit10@8.104.154.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-01 05:57:36 <-- SiebeDW (~SiebeDW@8.104.154.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-01 05:57:36 <-- None4U (~None4U@8.104.154.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-01 05:57:36 <-- islender (~islender@8.104.154.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-01 06:01:27 --> islender (~islender@178.89.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-01 06:01:27 --> SiebeDW (~SiebeDW@178.89.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-01 06:01:27 --> circuit10 (~circuit10@178.89.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-01 06:01:27 --> None4U (~None4U@178.89.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-01 06:11:07 <-- NodeDigital (~NodeDigit@2606-a000-1015-0006-2869-1d54-afe1-75ee.inf6.spectrum.com) a quitté (Ping timeout: 240 seconds) 2020-07-01 08:46:39 StackDoubleFlow is there a way to make the client recalculate lighting in 1.15? I noticed that re-sending chunks causes lighting to go all dark 2020-07-01 08:48:32 +pokechu22 If you use unload chunk first, then that might work, but you're supposed to use the update light packet if you're resending stuff to my understanding 2020-07-01 08:48:46 StackDoubleFlow ye I am unloading it first 2020-07-01 08:49:08 StackDoubleFlow and yeah that's what I thought 2020-07-01 08:49:34 StackDoubleFlow I noticed how 1.16 has the recalculate light field in the chunk data packet and I was thinking 1.15 might have something similar 2020-07-01 08:52:56 +pokechu22 Possibly not; it's likely that that field was added specifically to fix some kind of case where vanilla wasn't recalculating it (but I haven't researched it at all) 2020-07-01 08:59:39 StackDoubleFlow ah yea 2020-07-01 09:00:23 --> mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a rejoint #mcdevs 2020-07-01 09:02:27 StackDoubleFlow might as well update to 1.16 then :p 2020-07-01 09:18:45 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-01 09:37:11 <-- None4U (~None4U@178.89.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-01 09:37:12 <-- islender (~islender@178.89.193.35.bc.googleusercontent.com) a quitté (Write error: Broken pipe) 2020-07-01 09:37:12 <-- SiebeDW (~SiebeDW@178.89.193.35.bc.googleusercontent.com) a quitté (Write error: Broken pipe) 2020-07-01 09:37:12 <-- circuit10 (~circuit10@178.89.193.35.bc.googleusercontent.com) a quitté (Write error: Broken pipe) 2020-07-01 09:37:15 --> None4U1 (~None4U@178.89.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-01 09:37:15 --> islender1 (~islender@178.89.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-01 09:37:15 --> SiebeDW1 (~SiebeDW@178.89.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-01 09:37:15 --> circuit101 (~circuit10@178.89.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-01 09:41:01 iczero would this be an appropriate place to ask questions about node-minecraft-protocol? 2020-07-01 09:41:17 iczero or any of the prismarinejs projects 2020-07-01 11:01:56 --> kaletaa (~kaletaa@2a02:ab88:1a82:b780:428d:5cff:fe6f:c800) a rejoint #mcdevs 2020-07-01 11:07:58 --> SpaceMan1ac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-07-01 11:08:43 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 258 seconds) 2020-07-01 11:08:43 -- SpaceMan1ac est maintenant connu sous le nom SpaceManiac 2020-07-01 11:08:44 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2020-07-01 13:52:23 <-- gabizou (~gabizou@69.147.207.130) a quitté (Quit: ZNC - http://znc.in) 2020-07-01 13:53:11 --> gabizou (~gabizou@69.147.207.130) a rejoint #mcdevs 2020-07-01 13:54:22 <-- NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a quitté (Ping timeout: 260 seconds) 2020-07-01 13:54:31 <-- electroniccat (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 265 seconds) 2020-07-01 13:54:41 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2020-07-01 13:56:07 <-- winny (~winny@unaffiliated/winstonw) a quitté (Ping timeout: 240 seconds) 2020-07-01 13:57:11 --> Sai- (~Sai@static.222.155.69.159.clients.your-server.de) a rejoint #mcdevs 2020-07-01 13:58:38 <-- Sainan (~Sai@tim.private.hell.sh) a quitté (Quit: Bye) 2020-07-01 13:59:24 --> winny (~winny@unaffiliated/winstonw) a rejoint #mcdevs 2020-07-01 14:03:37 --> NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a rejoint #mcdevs 2020-07-01 14:06:42 <-- ddevault (znc@sourcehut/staff/ddevault) a quitté (Quit: Why do I even put this quit message in if I never quit) 2020-07-01 14:06:59 --> ddevault (znc@sourcehut/staff/ddevault) a rejoint #mcdevs 2020-07-01 14:06:59 -- Mode #mcdevs [+v ddevault] par ChanServ 2020-07-01 14:09:48 --> RoboMWM_ (~RoboMWM@tf.robomwm.com) a rejoint #mcdevs 2020-07-01 14:10:25 <-- RoboMWM (~RoboMWM@tf.robomwm.com) a quitté (Ping timeout: 264 seconds) 2020-07-01 14:10:26 -- RoboMWM_ est maintenant connu sous le nom RoboMWM 2020-07-01 14:12:18 <-- Wanderer (~wanderer@unaffiliated/wanderer) a quitté (Read error: Connection timed out) 2020-07-01 14:14:46 --> Wanderer (~wanderer@unaffiliated/wanderer) a rejoint #mcdevs 2020-07-01 14:15:08 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Quit: Ping timeout (120 seconds)) 2020-07-01 14:20:01 <-- kaletaa (~kaletaa@2a02:ab88:1a82:b780:428d:5cff:fe6f:c800) a quitté (Remote host closed the connection) 2020-07-01 14:30:39 <-- Adam (Adam@unaffiliated/adam-) a quitté (Ping timeout: 260 seconds) 2020-07-01 14:30:47 --> Adam (Adam@unaffiliated/adam-) a rejoint #mcdevs 2020-07-01 14:38:08 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2020-07-01 14:51:15 <-- Luck (~Luck@51.89.139.51) a quitté (Ping timeout: 260 seconds) 2020-07-01 14:52:52 --> Luck (~Luck@51.89.139.51) a rejoint #mcdevs 2020-07-01 15:22:36 <-- iczero (iczero@hellomouse/dev/iczero) a quitté (Quit: rip) 2020-07-01 15:23:32 --> iczero (iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2020-07-01 15:49:30 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-01 16:27:30 circuit101 I think they have their own IRC, but rom1504 is here 2020-07-01 17:02:25 <-- bswartz (~bswartz@unaffiliated/bswartz) a quitté (Remote host closed the connection) 2020-07-01 17:06:32 --> bswartz (~bswartz@unaffiliated/bswartz) a rejoint #mcdevs 2020-07-01 18:10:02 Not-944e [McUpdates] Minecraft snapshot 20w27a has just been published to the launcher! 2020-07-01 18:10:14 Not-944e [McUpdates] Data generated by 20w27a: https://apimon.de/mcdata/20w27a/ 2020-07-01 18:10:24 Not-944e [minecraft-data] automatic-beyond-belief pushed 1 commit to master [+0/-0/±1] https://git.io/JJJjs 2020-07-01 18:10:26 Not-944e [minecraft-data] automatic-beyond-belief bf55e72 - Add 20w27a to common/protocolVersions.json 2020-07-01 18:16:27 Not-944e [Burger] New data now avaliable for 20w27a: 2020-07-01 18:16:28 Not-944e [Burger] Diff from 1.16.1: https://pokechu22.github.io/Burger/diff_1.16.1_20w27a.html (https://pokechu22.github.io/Burger/diff_1.16.1_20w27a.json) 2020-07-01 18:16:30 Not-944e [Burger] Full data: https://pokechu22.github.io/Burger/20w27a.html (https://pokechu22.github.io/Burger/20w27a.json) 2020-07-01 19:15:47 <-- Wanderer (~wanderer@unaffiliated/wanderer) a quitté (*.net *.split) 2020-07-01 19:15:47 <-- gabizou (~gabizou@69.147.207.130) a quitté (*.net *.split) 2020-07-01 19:15:48 <-- Thinkofname_ (~Think@167.172.50.173) a quitté (*.net *.split) 2020-07-01 19:15:48 <-- m0r13 (~m0r13@mail.yellow-ray.de) a quitté (*.net *.split) 2020-07-01 19:15:48 <-- shoghicp (~shoghicp@bouncer.pocketmine.net) a quitté (*.net *.split) 2020-07-01 19:15:48 <-- Disconsented (~quassel@disconsented.com) a quitté (*.net *.split) 2020-07-01 19:18:03 --> Disconsented (~quassel@disconsented.com) a rejoint #mcdevs 2020-07-01 19:18:15 <-- spirit (~spirit@unaffiliated/spirit-pact/x-7942062) a quitté (Ping timeout: 251 seconds) 2020-07-01 19:18:44 --> Thinkofname (~Think@167.172.50.173) a rejoint #mcdevs 2020-07-01 19:18:44 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2020-07-01 19:20:17 --> shoghicp (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2020-07-01 19:21:25 --> spirit (~spirit@233.ip-144-217-92.net) a rejoint #mcdevs 2020-07-01 19:26:22 <-- ddevault (znc@sourcehut/staff/ddevault) a quitté (*.net *.split) 2020-07-01 19:26:22 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (*.net *.split) 2020-07-01 19:26:22 <-- laxask (~lax@unaffiliated/laxask) a quitté (*.net *.split) 2020-07-01 19:26:23 <-- Dykam (~Dykam@dykam.nl) a quitté (*.net *.split) 2020-07-01 19:29:29 --> m0r13 (~m0r13@mail.yellow-ray.de) a rejoint #mcdevs 2020-07-01 19:29:29 --> gabizou (~gabizou@69.147.207.130) a rejoint #mcdevs 2020-07-01 19:29:29 --> Wanderer (~wanderer@unaffiliated/wanderer) a rejoint #mcdevs 2020-07-01 19:29:29 --> ddevault (znc@sourcehut/staff/ddevault) a rejoint #mcdevs 2020-07-01 19:29:29 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-01 19:29:29 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2020-07-01 19:29:29 --> Dykam (~Dykam@dykam.nl) a rejoint #mcdevs 2020-07-01 19:29:29 -- Mode #mcdevs [+v ddevault] par moon.freenode.net 2020-07-01 19:43:12 <-- mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a quitté (Ping timeout: 256 seconds) 2020-07-01 20:11:02 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2020-07-01 20:11:02 -- Mode #mcdevs [+v Amaranth] par ChanServ 2020-07-01 23:59:50 --> NodeDigital (~NodeDigit@2606-a000-1015-0006-248c-68fa-9d79-0226.inf6.spectrum.com) a rejoint #mcdevs 2020-07-02 00:56:16 <-- kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a quitté (Remote host closed the connection) 2020-07-02 00:58:54 --> kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a rejoint #mcdevs 2020-07-02 00:58:55 -- Mode #mcdevs [+v kev009] par ChanServ 2020-07-02 05:45:19 <-- None4U1 (~None4U@178.89.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 05:45:19 <-- circuit101 (~circuit10@178.89.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 05:45:19 <-- islender1 (~islender@178.89.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 05:45:20 <-- SiebeDW1 (~SiebeDW@178.89.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 05:46:26 --> SiebeDW (~SiebeDW@151.150.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 05:46:30 --> circuit10 (~circuit10@151.150.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 05:46:30 --> None4U (~None4U@151.150.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 05:46:30 --> islender (~islender@151.150.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 06:16:06 <-- NodeDigital (~NodeDigit@2606-a000-1015-0006-248c-68fa-9d79-0226.inf6.spectrum.com) a quitté (Ping timeout: 246 seconds) 2020-07-02 06:48:12 <-- SiebeDW (~SiebeDW@151.150.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 06:48:12 <-- None4U (~None4U@151.150.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 06:48:12 <-- circuit10 (~circuit10@151.150.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 06:48:12 <-- islender (~islender@151.150.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 06:51:26 --> circuit10 (~circuit10@44.151.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 06:51:26 --> None4U (~None4U@44.151.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 06:51:28 --> islender (~islender@44.151.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 06:51:29 --> SiebeDW (~SiebeDW@44.151.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 06:57:56 <-- islender (~islender@44.151.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 06:57:56 <-- SiebeDW (~SiebeDW@44.151.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 06:58:10 --> islender (~islender@44.151.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 06:58:11 --> SiebeDW (~SiebeDW@44.151.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 08:15:45 --> cheakoirccloud (uid293319@gateway/web/irccloud.com/x-zxabfedbxgrxaybd) a rejoint #mcdevs 2020-07-02 08:32:03 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-02 09:22:34 <-- circuit10 (~circuit10@44.151.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 09:22:34 <-- islender (~islender@44.151.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 09:22:34 <-- None4U (~None4U@44.151.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 09:22:34 <-- SiebeDW (~SiebeDW@44.151.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 09:26:30 --> circuit10 (~circuit10@247.163.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 09:26:30 --> islender (~islender@247.163.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 09:26:30 --> None4U (~None4U@247.163.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 09:26:30 --> SiebeDW (~SiebeDW@247.163.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 09:58:30 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-02 10:14:21 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-02 10:25:19 <-- cheakoirccloud (uid293319@gateway/web/irccloud.com/x-zxabfedbxgrxaybd) a quitté (Quit: Connection closed for inactivity) 2020-07-02 10:42:49 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-02 13:41:45 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-02 14:11:49 --> mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a rejoint #mcdevs 2020-07-02 14:36:30 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-02 16:00:53 <-- _123DMWM (~123DMWM@156.146.37.26) a quitté (Read error: Connection reset by peer) 2020-07-02 16:01:46 --> _123DMWM (~123DMWM@156.146.37.26) a rejoint #mcdevs 2020-07-02 17:05:58 <-- SinZ (znc@steamdb/source2-guru/sinz) a quitté (Ping timeout: 260 seconds) 2020-07-02 17:06:13 --> SinZ (znc@2400:6180:0:d0::64f:9001) a rejoint #mcdevs 2020-07-02 17:06:37 -- SinZ est maintenant connu sous le nom Guest76055 2020-07-02 17:07:16 --> circuit101 (~circuit10@247.163.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 17:07:21 <-- circuit10 (~circuit10@247.163.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 17:08:33 --> islender1 (~islender@247.163.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 17:08:36 --> SiebeDW1 (~SiebeDW@247.163.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 17:08:49 <-- None4U (~None4U@247.163.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 17:08:49 <-- SiebeDW (~SiebeDW@247.163.67.34.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-07-02 17:08:53 --> None4U1 (~None4U@247.163.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 17:09:12 <-- islender (~islender@247.163.67.34.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-07-02 17:12:22 <-- Andrio (Andrio@questers-rest.andriocelos.net) a quitté (Ping timeout: 244 seconds) 2020-07-02 17:12:25 --> Plancke_ (~Plancke@2604:a880:400:d0::d58:e001) a rejoint #mcdevs 2020-07-02 17:12:29 --> balrog_ (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2020-07-02 17:13:05 --> bswartz1 (~bswartz@76-230-155-140.lightspeed.rlghnc.sbcglobal.net) a rejoint #mcdevs 2020-07-02 17:13:05 <-- bswartz1 (~bswartz@76-230-155-140.lightspeed.rlghnc.sbcglobal.net) a quitté (Changing host) 2020-07-02 17:13:05 --> bswartz1 (~bswartz@unaffiliated/bswartz) a rejoint #mcdevs 2020-07-02 17:14:02 --> Andrio (Andrio@questers-rest.andriocelos.net) a rejoint #mcdevs 2020-07-02 17:14:13 --> md_5 (~md_5@mcdevs/trusted/md-5) a rejoint #mcdevs 2020-07-02 17:14:14 -- Mode #mcdevs [+v md_5] par ChanServ 2020-07-02 17:14:15 <-- bswartz (~bswartz@unaffiliated/bswartz) a quitté (Ping timeout: 264 seconds) 2020-07-02 17:14:15 <-- Plancke (~Plancke@159.203.185.60) a quitté (Ping timeout: 264 seconds) 2020-07-02 17:14:15 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 264 seconds) 2020-07-02 17:14:15 <-- md_5- (~md_5@mcdevs/trusted/md-5) a quitté (Quit: ZNC - http://znc.in) 2020-07-02 17:14:15 <-- killme (~killmePI@185.9.253.124) a quitté (Ping timeout: 264 seconds) 2020-07-02 17:14:15 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté (Ping timeout: 264 seconds) 2020-07-02 17:14:16 -- Plancke_ est maintenant connu sous le nom Plancke 2020-07-02 17:14:16 --> killmePI (~killmePI@185.9.253.124) a rejoint #mcdevs 2020-07-02 17:14:32 <-- Techcable (znc@irc.techcable.net) a quitté (Ping timeout: 246 seconds) 2020-07-02 17:14:37 <-- mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a quitté (Ping timeout: 264 seconds) 2020-07-02 17:14:39 --> Techcable_ (znc@irc.techcable.net) a rejoint #mcdevs 2020-07-02 17:15:01 --> MisterVector (~AlphaBlen@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-07-02 17:15:14 <-- asdew (~asdew@dsl-hkibng11-50dc43-88.dhcp.inet.fi) a quitté (Ping timeout: 264 seconds) 2020-07-02 17:15:50 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 264 seconds) 2020-07-02 17:16:34 -- balrog_ est maintenant connu sous le nom balrog 2020-07-02 17:16:52 --> asdew (~asdew@dsl-hkibng11-50dc43-88.dhcp.inet.fi) a rejoint #mcdevs 2020-07-02 17:17:50 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2020-07-02 17:51:42 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2020-07-02 17:57:26 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-02 18:14:06 <-- circuit101 (~circuit10@247.163.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 18:14:06 <-- SiebeDW1 (~SiebeDW@247.163.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 18:14:06 <-- islender1 (~islender@247.163.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 18:14:06 <-- None4U1 (~None4U@247.163.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 18:16:17 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 260 seconds) 2020-07-02 18:16:49 --> islender (~islender@106.87.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 18:16:49 --> None4U (~None4U@106.87.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 18:16:49 --> SiebeDW (~SiebeDW@106.87.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 18:16:49 --> circuit10 (~circuit10@106.87.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 19:12:05 --> mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a rejoint #mcdevs 2020-07-02 20:39:30 <-- circuit10 (~circuit10@106.87.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 20:39:30 <-- islender (~islender@106.87.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 20:39:30 <-- None4U (~None4U@106.87.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 20:39:30 <-- SiebeDW (~SiebeDW@106.87.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-02 20:43:04 --> SiebeDW (~SiebeDW@219.148.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 20:43:06 --> circuit10 (~circuit10@219.148.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 20:43:06 --> None4U (~None4U@219.148.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 20:43:06 --> islender (~islender@219.148.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-02 22:18:51 --> Alex_ (~alex@2606-a000-1218-c661-b841-645c-3cd1-897d.inf6.spectrum.com) a rejoint #mcdevs 2020-07-02 22:19:44 -- Alex_ est maintenant connu sous le nom AlexCalder 2020-07-02 22:19:52 AlexCalder hello? 2020-07-02 22:19:55 AlexCalder anyone there? 2020-07-02 22:21:41 <-- AlexCalder (~alex@2606-a000-1218-c661-b841-645c-3cd1-897d.inf6.spectrum.com) a quitté #mcdevs 2020-07-02 22:22:01 Sai- Just as I noticed HexChat, what an impatient dude 2020-07-02 22:22:04 --> Alex_ (~alex@2606-a000-1218-c661-b841-645c-3cd1-897d.inf6.spectrum.com) a rejoint #mcdevs 2020-07-02 22:23:20 -- Sai- est maintenant connu sous le nom Sainan 2020-07-02 22:23:32 Alex_ Does anyone know how i can contact the devs of prismarinejs/mineflayer??? Im having issues running the tests 2020-07-02 22:24:03 -- Alex_ est maintenant connu sous le nom AlexCalder 2020-07-02 22:24:07 Sainan rom1504 2020-07-02 22:24:11 rom1504 yeah that kind of people that don't know how to use irc make me want to add a "wait Tmin before you can talk" bot, with T varying between 10min and 24h depending how many people are acting that way 2020-07-02 22:24:24 rom1504 (answering about AlexCalder) 2020-07-02 22:24:44 rom1504 Alex_: you can go to our discord or gitter (link is in the readme) 2020-07-02 22:27:03 AlexCalder rom1504: thank you 2020-07-02 22:27:18 <-- AlexCalder (~alex@2606-a000-1218-c661-b841-645c-3cd1-897d.inf6.spectrum.com) a quitté 2020-07-02 22:29:56 -- Pseudos #mcdevs : [@ChanServ +Amaranth +ammar2 +ddevault +Dinnerbone +Fador +Fenhl +kev009 +md_5 +pokechu22 +Prf_Jakob +SpaceManiac +Thinkofname _123DMWM __0x277E Adam Aikar Akkarin AndrewPH_ Andrio Anna asdew ashka balrog bigfoot547 bildramer Brandon15811 bswartz1 Byteflux chibill circuit10 clonejo craftxbox csnxs Dadido3 dav1d deltab dexter0 Disconsented doopqoob dranghek Dykam e ecx electronicboy EvilJStoker gabizou GingerGeek Guest76055 humerusj I9hdkill_ iczero imharvol1 Intelli islender jamierocks Jeebiss JuniorJPDJ Karyon kashike keg[m] KennyTV killmePI Krenair l4mRh4X0r_ laxask levifig Luck m0r13 matthewprenger mgrech MiniDigger MisterVector Morrolan mrarm mrkirby153 niceplace NickG365 None4U Not-944e offbeatwitch peterix-w Plancke PolarizedIons Processus42 Proximyst Pyker redstonehelper RoboMWM rom1504 Sainan saper shoghicp SiebeDW simon816 spirit StackDoubleFlow Steve42 SupaHam switchy Techcable_ tktech Tux Tuxel vemacs vemacse Wanderer willies952002 winny WizardCM x10A94 Yamakaja yangm yawkat] 2020-07-02 22:29:56 -- Canal #mcdevs : 114 pseudos (1 op, 12 voices, 101 normaux) 2020-07-02 22:30:08 rom1504 and he left again 2020-07-02 22:30:28 rom1504 definitely would call for a ban in some places :) 2020-07-02 22:32:16 Sainan Well, he left after he got the answer. A bot to make people wait might be good, but just an info for "be patient dude" might be just as good. 2020-07-02 22:32:42 Sainan Especially for people who just wanna get straight to asking a question or whatever. 2020-07-02 22:34:27 rom1504 no idea that Alex_ was the same as AlexCalder 2020-07-02 22:35:20 rom1504 for me irc is something you need to be always connected, coming and leaving doesn't really fit 2020-07-02 23:11:20 bswartz1 rom1504: The next generation has been trained by social media to have super short attention spans 2020-07-02 23:48:39 +SpaceManiac massively off-topic... but I would make a case that it's more conincidentally than essentially generational. people were doing the same "ask question and leave" bit a decade ago too 2020-07-02 23:49:27 +SpaceManiac "irc is something you need to be always connected" <- this is how everything *except* IRC actually works - only on IRC is it an etiquette instead of part of the tech stack 2020-07-03 00:29:33 rom1504 yes 2020-07-03 00:44:56 --> geekmakes (ad6e1cff@ip-173-110-28-255.orldfl.spcsdns.net) a rejoint #mcdevs 2020-07-03 00:45:46 geekmakes Hi, I think my server has some kind of packet issue. I'm not sure if this is the correct place to ask. 2020-07-03 00:46:34 geekmakes geekmakes lost connection: Internal Exception: java.lang.IndexOutOfBoundsException: readerIndex(50) + length(1) exceeds writerIndex(50): PooledUnsafeDirectByteBuf(ridx: 50, widx: 50, cap: 256) 2020-07-03 00:57:45 geekmakes eh, guess not 2020-07-03 01:03:59 --> NodeDigital (~NodeDigit@2606-a000-1015-0006-2c49-8ddc-17fd-3874.inf6.spectrum.com) a rejoint #mcdevs 2020-07-03 01:11:35 -- Pseudos #mcdevs : [@ChanServ +Amaranth +ammar2 +ddevault +Dinnerbone +Fador +Fenhl +kev009 +md_5 +pokechu22 +Prf_Jakob +SpaceManiac +Thinkofname _123DMWM __0x277E Adam Aikar Akkarin AndrewPH_ Andrio Anna asdew ashka balrog bigfoot547 bildramer Brandon15811 bswartz1 Byteflux chibill circuit10 clonejo craftxbox csnxs Dadido3 dav1d deltab dexter0 Disconsented doopqoob dranghek Dykam e ecx electronicboy EvilJStoker gabizou geekmakes GingerGeek Guest76055 humerusj I9hdkill_ iczero imharvol1 Intelli islender jamierocks Jeebiss JuniorJPDJ Karyon kashike keg[m] KennyTV killmePI Krenair l4mRh4X0r_ laxask levifig Luck m0r13 matthewprenger mgrech MiniDigger MisterVector Morrolan mrarm mrkirby153 niceplace NickG365 NodeDigital None4U Not-944e offbeatwitch peterix-w Plancke PolarizedIons Processus42 Proximyst Pyker redstonehelper RoboMWM rom1504 Sainan saper shoghicp SiebeDW simon816 spirit StackDoubleFlow Steve42 SupaHam switchy Techcable_ tktech Tux Tuxel vemacs vemacse Wanderer willies952002 winny WizardCM x10A94 Yamakaja yangm yawkat] 2020-07-03 01:11:35 -- Canal #mcdevs : 116 pseudos (1 op, 12 voices, 103 normaux) 2020-07-03 01:11:52 rom1504 We are waiting for your question 2020-07-03 01:15:37 geekmakes Anyone familiar with this disconnect message? geekmakes lost connection: Internal Exception: java.lang.IndexOutOfBoundsException: readerIndex(50) + length(1) exceeds writerIndex(50): PooledUnsafeDirectByteBuf(ridx: 50, widx: 50, cap: 256)[5:59 PM]multiple players are getting disconnected with it at the same time but not everyone. it started after 2020-07-03 01:15:38 geekmakes updating to 1.16.1 2020-07-03 01:17:36 Sainan Which server and which client? 2020-07-03 01:19:10 geekmakes I've tried Spigot and paper 2020-07-03 01:20:22 Sainan If the client is vanilla as well, then I don't think this is the right place. Maybe seek out the spigot and paper support places? 2020-07-03 01:22:46 geekmakes Ah alright, that's where I came from. Papers discord directed me to wiki.vg which is where I found this. Sorry to bother 2020-07-03 01:24:51 Sainan Why would Paper direct you to wiki.vg? That's some shit support like "just fix it yourself?" Wiki.vg is for documenting the underlying Minecraft protocol (more or less) 2020-07-03 01:31:08 <-- geekmakes (ad6e1cff@ip-173-110-28-255.orldfl.spcsdns.net) a quitté (Remote host closed the connection) 2020-07-03 01:35:04 iczero lol i got that bug when i sent bogus stuff to the client 2020-07-03 01:35:08 iczero er *error not bug 2020-07-03 01:50:25 <-- mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a quitté (Ping timeout: 246 seconds) 2020-07-03 02:29:11 --> VADemon (~VADemon@2a01:4f8:212:2f1d:88::41) a rejoint #mcdevs 2020-07-03 04:03:09 <-- islender (~islender@219.148.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-03 04:03:09 <-- None4U (~None4U@219.148.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-03 04:03:09 <-- SiebeDW (~SiebeDW@219.148.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-03 04:03:09 <-- circuit10 (~circuit10@219.148.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-03 04:09:21 --> circuit10 (~circuit10@208.161.202.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-03 04:09:26 --> None4U (~None4U@208.161.202.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-03 04:09:26 --> SiebeDW (~SiebeDW@208.161.202.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-03 04:09:26 --> islender (~islender@208.161.202.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-03 04:14:24 <-- NodeDigital (~NodeDigit@2606-a000-1015-0006-2c49-8ddc-17fd-3874.inf6.spectrum.com) a quitté (Ping timeout: 244 seconds) 2020-07-03 05:43:28 <-- _123DMWM (~123DMWM@156.146.37.26) a quitté (Quit: _123DMWM) 2020-07-03 05:44:22 --> _123DMWM (~123DMWM@156.146.37.26) a rejoint #mcdevs 2020-07-03 06:15:05 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-03 06:16:54 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2020-07-03 06:16:54 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-07-03 06:46:25 <-- MisterVector (~AlphaBlen@cpe-172-90-152-76.socal.res.rr.com) a quitté (Ping timeout: 264 seconds) 2020-07-03 06:47:11 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-07-03 07:19:01 --> NodeDigital (~NodeDigit@2606-a000-1015-0006-05ab-ba20-16a2-80ab.inf6.spectrum.com) a rejoint #mcdevs 2020-07-03 08:06:21 <-- VADemon (~VADemon@2a01:4f8:212:2f1d:88::41) a quitté (Read error: Connection reset by peer) 2020-07-03 09:34:03 --> mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a rejoint #mcdevs 2020-07-03 11:56:20 <-- NodeDigital (~NodeDigit@2606-a000-1015-0006-05ab-ba20-16a2-80ab.inf6.spectrum.com) a quitté (Ping timeout: 256 seconds) 2020-07-03 17:24:04 --> mgrech_ (~mgrech@178-190-6-212.adsl.highway.telekom.at) a rejoint #mcdevs 2020-07-03 17:25:21 --> ddevault_ (znc@173.195.146.141) a rejoint #mcdevs 2020-07-03 17:25:33 --> Wanderer_ (~wanderer@unaffiliated/wanderer) a rejoint #mcdevs 2020-07-03 17:25:41 <-- ddevault (znc@sourcehut/staff/ddevault) a quitté (Read error: Connection reset by peer) 2020-07-03 17:25:41 <-- Wanderer (~wanderer@unaffiliated/wanderer) a quitté (Ping timeout: 240 seconds) 2020-07-03 17:25:41 <-- mgrech (~mgrech@178-190-6-212.adsl.highway.telekom.at) a quitté (Ping timeout: 240 seconds) 2020-07-03 17:27:03 <-- ddevault_ (znc@173.195.146.141) a quitté (Changing host) 2020-07-03 17:27:03 --> ddevault_ (znc@sourcehut/staff/ddevault) a rejoint #mcdevs 2020-07-03 17:27:03 -- Mode #mcdevs [+v ddevault_] par ChanServ 2020-07-03 17:27:04 -- ddevault_ est maintenant connu sous le nom ddevault 2020-07-03 18:05:44 <-- circuit10 (~circuit10@208.161.202.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-03 18:06:01 --> circuit10 (~circuit10@208.161.202.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-03 18:21:49 --> OrlaDog (5ce84c12@gateway/web/cgi-irc/kiwiirc.com/ip.92.232.76.18) a rejoint #mcdevs 2020-07-03 18:42:01 --> circuit20 (~circuit20@71.183.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-03 18:46:30 <-- circuit20 (~circuit20@71.183.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-03 19:21:49 <-- OrlaDog (5ce84c12@gateway/web/cgi-irc/kiwiirc.com/ip.92.232.76.18) a quitté (Ping timeout: 264 seconds) 2020-07-03 20:23:01 <-- _123DMWM (~123DMWM@156.146.37.26) a quitté (Ping timeout: 264 seconds) 2020-07-03 20:25:52 --> _123DMWM (~123DMWM@172.241.166.47) a rejoint #mcdevs 2020-07-03 21:51:43 --> Bixilon (~moritz@x5f753335.dyn.telefonica.de) a rejoint #mcdevs 2020-07-03 21:53:39 Bixilon ...having an other problem with chunk parsing (v. 1.9.4). I can read all data correctly, but: after the biome array (256bytes), there are 0x2ca01 zero bytes. The first bytes needed to be an varint and after that an arrray of nbt tag. The first part (chunk section array) works well. Can anybody help me? 2020-07-03 22:03:18 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2020-07-03 22:17:47 +pokechu22 Are you sure the biome data is supposed to be biomes? 2020-07-03 22:20:02 +pokechu22 That many zero bytes makes it seem like you're not reading enough sections 2020-07-03 22:20:23 +pokechu22 Also, to make sure, you're using the right version of the article for 1.9.4 (https://wiki.vg/index.php?title=Chunk_Format&oldid=13818 I think), and not the most recent version? 2020-07-03 22:34:08 Bixilon I used https://wiki.vg/index.php?title=Chunk_Format&oldid=13712 (lookes identically). Here is a dump of the packet: https://dl.bixilon.de/minecraft/minosoft/dump_chunk_0x20_1_9.bin 2020-07-03 22:37:22 Bixilon I am not 100% sure, if it is the biome, but after reading all bytes from the sections, I ended up at 0x97a5 (which is after 256 identically bytes, biome id: 0x04). After that ther should be an var int. which would make sense. In almost all chunk packets the data is getting read correctly, but in some packets there are remaining bytes 2020-07-03 22:39:16 --> NodeDigital (~NodeDigit@2606-a000-1015-0006-b9c6-78e9-1089-ca53.inf6.spectrum.com) a rejoint #mcdevs 2020-07-03 23:08:59 +pokechu22 Hmm, yeah, that really does look like a bunch of useless extra bytes after the varint. Is it possible that your packet decompression code is broken? 2020-07-03 23:09:23 Bixilon Of course this is possible. Let me check... 2020-07-03 23:11:26 +pokechu22 Vanilla would give a "Packet id/str (cls) was larger than I expected, found size bytes extra whilst reading packet str" error in that case, I think 2020-07-03 23:12:07 Bixilon Yes, thats true- 2020-07-03 23:18:31 Bixilon No, decompression works without a problem (tested with compressed bytes and a binwalk -e). 2020-07-03 23:23:25 +pokechu22 Hm, and the data length field decodes to 0x36197, which is consistent with the overall length of the packet... 2020-07-03 23:24:25 +pokechu22 Oh, right, that's it! You do need to actually treat the data array as a byte array of the given size, and ignore any extra space in it. That said, this many extra bytes is a LOT more than I've seen it produce before... 2020-07-03 23:26:42 Bixilon How can you see the packet length? It is not included in this dump. 2020-07-03 23:26:43 +pokechu22 https://bugs.mojang.com/browse/MC-131684 is an issue in current versions, but that's 1-16 bytes in specific cases. This is an insane number of them, and I can only assume it's not an issue in current versions (I'd think someone would have noticed, though compression does probably eliminate most of them). 2020-07-03 23:27:06 +pokechu22 If you skip 0x2ca00 of the 0-bytes, then you're left with one more, which would be the varint 2020-07-03 23:27:38 +pokechu22 I'm referring to the "Size" field which indicates the size of the "Data" field; it's the bytes `97 c3 0d` in that dump 2020-07-03 23:29:44 +pokechu22 The other thing I notice is that the bit mask is 01111110 - the bottommost section is missing. That's rather odd for overworld terrain - is this the end or some kind of custom map? 2020-07-03 23:30:01 Bixilon It is a Hypixel lobby 2020-07-03 23:30:18 Bixilon or "the" hypixel lobby 2020-07-03 23:30:25 Bixilon So it is okay 2020-07-03 23:30:46 +pokechu22 Ahh, not a vanilla server 2020-07-03 23:31:03 +pokechu22 It might be an issue on their end with creating the packets, then 2020-07-03 23:32:03 Bixilon I could not follow everything you wrote. Currently I am fully ignoring the "Size" field (I still read the varint). So I should read the bytes left according to the Size field? And after that there is my varint? 2020-07-03 23:32:15 Bixilon It is defenetly an issue on their side 2020-07-03 23:32:39 Bixilon (or in the wiki), but I think the wiki is correct 2020-07-03 23:33:23 +pokechu22 Yeah. One way you could do it is record where you were in the packet when you started reading the data array, and then after reading biomes, skip to that offset plus the size field. Then you should find the right varint. 2020-07-03 23:33:56 Bixilon Okay. Thanks. Thats easy. I will file an bug report in the hypixel forums 2020-07-03 23:39:15 +pokechu22 I'll add a note that the size field does actually matter in some cases 2020-07-03 23:46:04 Bixilon In which ones? 2020-07-03 23:46:42 Bixilon Bug report opened 2020-07-03 23:59:29 +pokechu22 https://wiki.vg/index.php?title=Chunk_Format&diff=15905&oldid=15530 - as in, if you're writing a client, you do need to read the field, otherwise you'll run into the problem you just ran into (or the similar but much smaller vanilla issue) 2020-07-04 00:00:14 Bixilon Super 2020-07-04 00:00:21 Bixilon Thanks for the help btw. 2020-07-04 00:07:54 <-- Bixilon (~moritz@x5f753335.dyn.telefonica.de) a quitté (Ping timeout: 240 seconds) 2020-07-04 01:35:12 +Fenhl I'm writing a library for handling the Anvil format and it's hitting EOF for chunk 372/-132 in this region file https://senf.fenhl.net/r.11.-5.mca 2020-07-04 01:35:45 +Fenhl am I doing something wrong or is my server (vanilla 1.16.1, just force-upgraded all chunks) writing corrupt regions? 2020-07-04 01:41:54 <-- laxask (~lax@unaffiliated/laxask) a quitté (Ping timeout: 240 seconds) 2020-07-04 01:42:33 +Fenhl the code, in case anyone's interested https://github.com/wurstmineberg/rust-anvil 2020-07-04 01:43:00 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2020-07-04 01:59:58 +pokechu22 Opening it with NBTExplorer doesn't seem to have any problems, so it's probably something wrong with your code 2020-07-04 02:21:54 +Fenhl I'm looking at the file in Python now, seems like the chunk column is supposed to be at sector 0x420 and have a length of 2 sectors (8192 bytes) but the region file only has 4282 more bytes after the start of that sector 2020-07-04 02:24:05 +Fenhl > Minecraft always pads the last chunk's data to be a multiple-of-4096B in length 2020-07-04 02:24:13 +Fenhl maybe that's no longer the case in 1.16.1? 2020-07-04 02:26:01 +pokechu22 The file's size is 0x422000, which seems like it's padded to me? 2020-07-04 02:28:33 +Fenhl when I open the file in Python and read it as bytes, I get a length of 0x4210ba 2020-07-04 02:30:13 +Fenhl which is also what ls tells me 2020-07-04 02:31:50 +pokechu22 Hm, python isn't doing that for me, but `curl --head https://senf.fenhl.net/r.11.-5.mca` shows `Content-Length: 4329658` which is 0x4210BA 2020-07-04 02:32:02 None4U hmm 2020-07-04 02:32:10 None4U where did you get your number 2020-07-04 02:32:16 None4U > 0x422000 2020-07-04 02:32:30 +Fenhl maybe NBTExplorer modified your copy on disk? 2020-07-04 02:32:39 +pokechu22 Ooh, good point 2020-07-04 02:32:50 None4U Oh 2020-07-04 02:32:51 None4U right 2020-07-04 02:38:42 +pokechu22 Yeah, it looks like NBTExplorer silently expanded it without me saving it, huh 2020-07-04 02:40:16 None4U Well 2020-07-04 02:40:19 None4U Either the docs are wrong 2020-07-04 02:40:28 None4U or MC is failing to work properly 2020-07-04 02:40:37 None4U Neither is very good 2020-07-04 02:41:09 +pokechu22 I'm guessing this changed in 1.16, since they also changed the way the file was written (it now uses more flushing or something like that) 2020-07-04 02:52:04 +Fenhl yeah, looks like out of our 3903 Overworld regions, 15 have sizes that aren't multiples of 4KiB, all of them ones that have had player activity since I force-upgraded the chunks 2020-07-04 02:52:32 <-- mgrech_ (~mgrech@178-190-6-212.adsl.highway.telekom.at) a quitté (Ping timeout: 256 seconds) 2020-07-04 03:27:34 +Fenhl another thing, the docs for the Biomes tag on a chunk column say “May not exist.” What are the semantics of a missing Biomes tag? 2020-07-04 03:28:41 +Fenhl I thought that was just for chunk columns that haven't been touched since before Anvil was introduced, but our world isn't that old and I just encountered a chunk column with missing Biomes 2020-07-04 03:29:56 +pokechu22 It might be the case for a proto-chunk(?) that hasn't had biomes generated for it yet? 2020-07-04 03:30:26 +Fenhl hm, I guess that would make sense 2020-07-04 04:12:17 <-- NodeDigital (~NodeDigit@2606-a000-1015-0006-b9c6-78e9-1089-ca53.inf6.spectrum.com) a quitté (Ping timeout: 244 seconds) 2020-07-04 04:49:23 <-- islender (~islender@208.161.202.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 04:49:23 <-- SiebeDW (~SiebeDW@208.161.202.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 04:49:23 <-- circuit10 (~circuit10@208.161.202.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 04:49:23 <-- None4U (~None4U@208.161.202.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 04:53:16 --> circuit10 (~circuit10@233.199.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 04:53:16 --> SiebeDW (~SiebeDW@233.199.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 04:53:16 --> None4U (~None4U@233.199.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 04:53:16 --> islender (~islender@233.199.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 05:02:55 <-- _123DMWM (~123DMWM@172.241.166.47) a quitté (Ping timeout: 244 seconds) 2020-07-04 05:03:22 --> _123DMWM (~123DMWM@156.146.37.26) a rejoint #mcdevs 2020-07-04 05:42:17 <-- None4U (~None4U@233.199.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 05:42:17 <-- islender (~islender@233.199.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 05:42:17 <-- circuit10 (~circuit10@233.199.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 05:42:17 <-- SiebeDW (~SiebeDW@233.199.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 05:43:19 --> None4U (~None4U@205.15.194.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 05:43:19 --> SiebeDW (~SiebeDW@205.15.194.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 05:43:19 --> islender (~islender@205.15.194.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 05:43:19 --> circuit10 (~circuit10@205.15.194.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 06:12:55 --> cheakoirccloud (uid293319@gateway/web/irccloud.com/x-lllswguyudkotrss) a rejoint #mcdevs 2020-07-04 07:55:04 <-- islender (~islender@205.15.194.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 07:55:04 <-- None4U (~None4U@205.15.194.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 07:55:04 <-- SiebeDW (~SiebeDW@205.15.194.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 07:55:04 <-- circuit10 (~circuit10@205.15.194.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-04 07:56:52 --> NodeDigital (~NodeDigit@2606-a000-1015-0006-4168-4bc3-b8e9-cc1a.inf6.spectrum.com) a rejoint #mcdevs 2020-07-04 07:58:15 --> islender (~islender@93.229.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 07:58:15 --> SiebeDW (~SiebeDW@93.229.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 07:58:15 --> None4U (~None4U@93.229.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 07:58:19 --> circuit10 (~circuit10@93.229.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-04 09:04:31 <-- NodeDigital (~NodeDigit@2606-a000-1015-0006-4168-4bc3-b8e9-cc1a.inf6.spectrum.com) a quitté (Ping timeout: 272 seconds) 2020-07-04 09:15:43 --> blueybloke (~blueyblok@94-209-148-20.cable.dynamic.v4.ziggo.nl) a rejoint #mcdevs 2020-07-04 09:17:20 blueybloke Heyo, anyone know of some good resources besides wiki.vg for writing a stand alone mc server? 2020-07-04 09:19:12 +Fenhl the Minecraft wiki is often the best resource for file formats 2020-07-04 09:21:28 blueybloke Good idea yeah, i have been thinking of maybe making a small custom server code. Still looking into it tho 2020-07-04 09:22:49 blueybloke been playing with the idea of making a server code that can be scaled with docker or something similar to hold more players 2020-07-04 09:25:31 <-- Techcable_ (znc@irc.techcable.net) a quitté (Quit: ZNC - http://znc.in) 2020-07-04 09:29:25 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2020-07-04 09:29:50 <-- Techcable (znc@irc.techcable.net) a quitté (Remote host closed the connection) 2020-07-04 09:31:02 <-- blueybloke (~blueyblok@94-209-148-20.cable.dynamic.v4.ziggo.nl) a quitté (Remote host closed the connection) 2020-07-04 09:33:13 --> blueybloke1 (~blueyblok@94-209-148-20.cable.dynamic.v4.ziggo.nl) a rejoint #mcdevs 2020-07-04 09:33:31 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2020-07-04 09:36:58 blueybloke1 exit 2020-07-04 09:37:00 blueybloke1 exit 2020-07-04 09:37:05 blueybloke1 woops 2020-07-04 09:37:07 <-- blueybloke1 (~blueyblok@94-209-148-20.cable.dynamic.v4.ziggo.nl) a quitté (Quit: WeeChat 2.8) 2020-07-04 09:42:42 <-- cheakoirccloud (uid293319@gateway/web/irccloud.com/x-lllswguyudkotrss) a quitté (Quit: Connection closed for inactivity) 2020-07-04 10:30:30 --> mgrech_ (~mgrech@178-190-6-212.adsl.highway.telekom.at) a rejoint #mcdevs 2020-07-04 11:51:32 --> Bixilon (~moritz@x5f763f7d.dyn.telefonica.de) a rejoint #mcdevs 2020-07-04 12:57:54 rom1504 blueybloke: did you think about using a protocol library instead of reimplementing everything from scratch 2020-07-04 12:58:35 rom1504 I'm still amazed so many people have been doing that for the 7 years I've been in this room 2020-07-04 12:58:56 circuit10 It's not always obvious that they exist 2020-07-04 12:59:31 rom1504 If instead they had been building on existing stuff every time, who knows what amazing things we'd have now 2020-07-04 13:00:09 rom1504 circuit10: yes it needs to be searched, but it's not that hard to find them 2020-07-04 13:01:05 circuit10 Maybe there should be a clearer message about it on wiki.vg 2020-07-04 13:01:41 Bixilon Or peope want to learn (like me) 2020-07-04 13:02:22 rom1504 It's really a skill that I feel nobody is teaching and would be very useful to the whole community. I feel people building libs are usually people that have 10+ years of xp. But actually even beginners could build and share cool stuff 2020-07-04 13:02:41 rom1504 Bixilon: using and improving libs is also great to learn 2020-07-04 13:03:25 Bixilon rom1504: But you can learn more, when you start from scratch 2020-07-04 13:03:46 rom1504 I disagree actually 2020-07-04 13:03:57 rom1504 If you start from scratch you usually work alone 2020-07-04 13:04:02 rom1504 Nobody to learn from 2020-07-04 13:04:16 Bixilon also true. did not thought about this 2020-07-04 13:04:28 rom1504 Not saying you can't learn by starting from scratch, you can definitely learn 2020-07-04 13:04:41 Bixilon I know waht you mean 2020-07-04 13:04:46 rom1504 But I don't think it's more than when working with other people 2020-07-04 13:04:57 rom1504 I think a mix of both is good 2020-07-04 13:05:15 Bixilon true 2020-07-04 13:05:38 rom1504 And actually even when you do work on libs, sometimes you need to rewrite something from scratch and PR it to the lib because there's a much better way than the current thing 2020-07-04 13:07:00 rom1504 I try to push people (and actually succeeding a bit these days :) ) to contribute more in PrismarineJS, but for other languages and minecraft sub communities it could work too 2020-07-04 14:29:34 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-04 15:33:02 Bixilon having an other issue (Packet 0/2 (PacketPlayInChat) was larger than I expected, found 8 bytes extra whilst reading packet 2). I do everything right. I experimentally set compression threshold to 1, so my client need to compress (and decompress) all packets. Decompression works well, but compression not. The packet format after the set compression packet is correct and works uncompressed. also I compress correct (used a dump and binwalk to 2020-07-04 15:33:03 Bixilon extract it). Is there a "special" trick? 2020-07-04 15:34:27 Sainan 1.16 changed the clientbound chat message packet 2020-07-04 15:35:12 Bixilon I am using 1.9 / 1.10 2020-07-04 15:35:30 Bixilon and it is a serverbound packet 2020-07-04 15:36:21 Sainan Does your message contain special characters? 2020-07-04 15:36:51 Bixilon and: chatmessage is only an example. happens in all other packets. 2020-07-04 15:36:58 Bixilon Don't think so ("I am alive! ~ Minosoft") 2020-07-04 15:37:46 Sainan That tilde will be encoded as 0xE2 0x88 0xBC 2020-07-04 15:37:58 Sainan The chat messages are UTF-8 encoded 2020-07-04 15:38:57 Bixilon I know. I am using UTF-8. The thing is, it works when the compression threashold is at 50+. Btw. same error message when sending an empty message 2020-07-04 16:10:35 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-04 16:26:30 Not-944e [flying-squid] rom1504 pushed 20 commits to master [+2/-0/±47] https://git.io/JJkVh 2020-07-04 16:26:31 Not-944e [flying-squid] redcarti 581b682 - tab 2020-07-04 16:26:33 Not-944e [flying-squid] redcarti 88f070b - uhh 2020-07-04 16:26:34 Not-944e [flying-squid] redcarti 8fc2650 - trying to fix 2020-07-04 16:26:36 Not-944e [flying-squid] ... and 17 more commits. 2020-07-04 16:39:55 Not-944e [minecraft-data] rom1504 pushed 7 commits to master [+22/-2/±20] https://git.io/JJkwR 2020-07-04 16:39:56 Not-944e [minecraft-data] AppDevMichael a5f72d5 - Added foods 1.15 - 1.16.1 Edited `data\datapaths.json` Added `data\pc\1.16.1\foods.json` 2020-07-04 16:39:58 Not-944e [minecraft-data] AppDevMichael f49b1a7 - Added foods Test schema and test Added `schemas\foods_schema.json` Edited `tools\js\test\test.js` 2020-07-04 16:39:59 Not-944e [minecraft-data] AppDevMichael 5bce811 - Added all versions of foods.json 2020-07-04 16:40:01 Not-944e [minecraft-data] ... and 4 more commits. 2020-07-04 16:42:36 Not-944e [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JJkwz 2020-07-04 16:42:37 Not-944e [minecraft-data] rom1504 db36d53 - Release 2.62.0 2020-07-04 16:42:42 Not-944e [minecraft-data] rom1504 tagged db36d53 as 2.62.0 https://git.io/JJkwg 2020-07-04 16:50:54 Not-944e [minecraft-data] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/JJkwS 2020-07-04 16:50:55 Not-944e [minecraft-data] u9g a94ef45 - Update README.md 2020-07-04 16:50:56 Not-944e [minecraft-data] rom1504 d9a2ae8 - Merge pull request #303 from u9g/master Get rid of a dead link 2020-07-04 17:53:34 --> circuit10_ (uid386904@gateway/web/irccloud.com/x-cyqznekbgcubvuhh) a rejoint #mcdevs 2020-07-04 18:33:57 <-- killmePI (~killmePI@185.9.253.124) a quitté (Ping timeout: 260 seconds) 2020-07-04 19:38:37 -- Wanderer_ est maintenant connu sous le nom Wanderer 2020-07-04 20:53:01 <-- circuit10_ (uid386904@gateway/web/irccloud.com/x-cyqznekbgcubvuhh) a quitté (Quit: Connection closed for inactivity) 2020-07-04 21:23:07 --> Unarelith (~Quent4234@2a01:cb14:bcd:1000:c9cc:94a9:a59c:ca9c) a rejoint #mcdevs 2020-07-04 21:23:21 --> cheakoirccloud (uid293319@gateway/web/irccloud.com/x-kvwpedzlfotlpelr) a rejoint #mcdevs 2020-07-04 21:43:09 <-- Unarelith (~Quent4234@2a01:cb14:bcd:1000:c9cc:94a9:a59c:ca9c) a quitté (Quit: Leaving) 2020-07-04 21:45:23 --> Unarelith (~Quent4234@2a01:cb14:bcd:1000:c9cc:94a9:a59c:ca9c) a rejoint #mcdevs 2020-07-04 21:46:31 <-- Unarelith (~Quent4234@2a01:cb14:bcd:1000:c9cc:94a9:a59c:ca9c) a quitté (Remote host closed the connection) 2020-07-04 22:19:38 --> circuit10_ (uid386904@gateway/web/irccloud.com/x-cegjmmlucmroleai) a rejoint #mcdevs 2020-07-04 22:43:52 Not-944e [flying-squid] rom1504 pushed 27 commits to master [+0/-0/±92] https://git.io/JJkHo 2020-07-04 22:43:54 Not-944e [flying-squid] rom1504 af52d3d - Merge pull request #400 from PrismarineJS/1.13 1.13 support 2020-07-04 22:55:49 --> OrlaDog (5ce84c12@gateway/web/cgi-irc/kiwiirc.com/ip.92.232.76.18) a rejoint #mcdevs 2020-07-04 22:56:10 <-- OrlaDog (5ce84c12@gateway/web/cgi-irc/kiwiirc.com/ip.92.232.76.18) a quitté (Client Quit) 2020-07-04 23:21:58 Not-944e [flying-squid] rom1504 pushed 1 commit to master [+1/-0/±4] https://git.io/JJkQ7 2020-07-04 23:22:00 Not-944e [flying-squid] rrwr 1e306cc - Save .dat files (with player's inventory) (#411) * Bugfix * Save .dat files * Remove debug line * Move .dat read logic to function in separate library * Move .dat save logic to function in separate library * Move .dat save logic to function in separate library * Fix 2020-07-05 00:11:17 <-- Bixilon (~moritz@x5f763f7d.dyn.telefonica.de) a quitté (Ping timeout: 265 seconds) 2020-07-05 00:20:22 Not-944e [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JJk5o 2020-07-05 00:20:23 Not-944e [flying-squid] rrwr ac3b2fa - Update TODO.md (#417) Seems like inventories are done 2020-07-05 00:38:28 --> NodeDigital (~NodeDigit@2606-a000-1015-0006-75de-8793-e538-33c3.inf6.spectrum.com) a rejoint #mcdevs 2020-07-05 00:43:07 <-- NodeDigital (~NodeDigit@2606-a000-1015-0006-75de-8793-e538-33c3.inf6.spectrum.com) a quitté (Read error: Connection reset by peer) 2020-07-05 01:01:11 Not-944e [flying-squid] rom1504 pushed 2 commits to master [+0/-0/±4] https://git.io/JJkdp 2020-07-05 01:01:12 Not-944e [flying-squid] Karang b1aa1a4 - Create playerData dir if not exist, Fix lint and add lint to tests 2020-07-05 01:01:14 Not-944e [flying-squid] rom1504 303ad46 - Merge pull request #418 from Karang/1.13 Create playerData dir if not exist, Fix lint and add lint to tests 2020-07-05 01:01:59 <-- circuit10_ (uid386904@gateway/web/irccloud.com/x-cegjmmlucmroleai) a quitté (Quit: Connection closed for inactivity) 2020-07-05 01:47:37 <-- mgrech_ (~mgrech@178-190-6-212.adsl.highway.telekom.at) a quitté (Ping timeout: 264 seconds) 2020-07-05 01:55:34 --> Weapon (5702ab51@host-87-2-171-81.retail.telecomitalia.it) a rejoint #mcdevs 2020-07-05 01:58:07 Weapon Hello, I'm writing a client for vanilla 1.12.2 (340) but I have encountered a little problem. I don't receive keep-alive packets from the server and get disconnected as a consequence after a few seconds. During the login I receive all the packets that I am supposed to receive according to https://wiki.vg/Protocol_FAQ. I'm ignoring the first Player 2020-07-05 01:58:12 Weapon Position and Look, and send Teleport Confirm, Player Position and Look and Client Status after the second. 2020-07-05 01:58:47 Weapon I also receive one single keep alive at some point, to which I reply with the correct id. I send Player Position once every 20 ticks as indicated in the protocol page for stationary players. However, after the Client Status I receive plenty of Entity Head Look, Entity Look and Relative Move, Entity Velocity, Entity Teleport and probably a few 2020-07-05 01:58:48 Weapon others, but the elusive Keep Alive won't show up. I even got killed once according to the logs (???). 2020-07-05 01:59:18 +pokechu22 I don't think you should be ignoring the first player position and look? Not sure why there are two listed anyways... 2020-07-05 02:00:00 Sainan You might need to give a teleport confirm for those? 2020-07-05 02:00:16 +pokechu22 IIRC the keep-alive timeout is 15 seconds (used to be 30) 2020-07-05 02:00:35 +pokechu22 You do, but I don't think teleport confirm existed in 1.9.4 so it doesn't affect you (if I'm remembering who you are correctly) 2020-07-05 02:04:21 Weapon Okay, I'm not longer ignoring the first Player Position and Look, but it's pretty much the same. 2020-07-05 02:05:34 Weapon no longer* 2020-07-05 04:23:01 <-- cheakoirccloud (uid293319@gateway/web/irccloud.com/x-kvwpedzlfotlpelr) a quitté (Quit: Connection closed for inactivity) 2020-07-05 05:32:59 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-05 05:33:54 --> None4U1 (~None4U@93.229.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 05:33:54 --> SiebeDW1 (~SiebeDW@93.229.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 05:33:55 --> islender1 (~islender@93.229.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 05:34:01 <-- SiebeDW (~SiebeDW@93.229.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 05:34:01 <-- None4U (~None4U@93.229.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 05:34:01 <-- islender (~islender@93.229.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 05:40:54 Weapon Yeah, the keep alive timeout is 15 seconds in protocol version 340. Pokechu, I think you are mistaking me for someone else, I have never worked with 1.9.4 :) However, I keep getting slain by zombies and spiders in those 15 seconds during which I manage to be connected. 2020-07-05 06:13:01 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-05 06:16:14 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2020-07-05 06:16:14 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-07-05 08:17:47 +pokechu22 I had confused Sainan for Bixilon who was using 1.9.4 a few days ago 2020-07-05 09:00:58 Weapon I will look up into the chat logs to see whether someone else had a similar issue before. I don't have this problem with 1.14.4. 2020-07-05 09:29:58 <-- circuit10 (~circuit10@93.229.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 09:29:58 <-- None4U1 (~None4U@93.229.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 09:29:58 <-- SiebeDW1 (~SiebeDW@93.229.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 09:29:58 <-- islender1 (~islender@93.229.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 09:33:20 --> islender (~islender@130.124.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 09:33:20 --> SiebeDW (~SiebeDW@130.124.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 09:33:20 --> None4U (~None4U@130.124.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 09:33:20 --> circuit10 (~circuit10@130.124.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 09:53:30 <-- circuit10 (~circuit10@130.124.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 09:53:30 <-- islender (~islender@130.124.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 09:53:30 <-- None4U (~None4U@130.124.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 09:53:30 <-- SiebeDW (~SiebeDW@130.124.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 09:58:15 --> islender (~islender@106.87.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 09:58:16 --> circuit10 (~circuit10@106.87.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 09:58:17 --> SiebeDW (~SiebeDW@106.87.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 09:58:17 --> None4U (~None4U@106.87.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 10:10:03 <-- islender (~islender@106.87.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 10:10:03 <-- circuit10 (~circuit10@106.87.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 10:10:03 <-- SiebeDW (~SiebeDW@106.87.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 10:10:03 <-- None4U (~None4U@106.87.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-05 10:14:25 --> SiebeDW (~SiebeDW@147.116.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 10:14:25 --> None4U (~None4U@147.116.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 10:14:26 --> circuit10 (~circuit10@147.116.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 10:14:26 --> islender (~islender@147.116.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 10:59:37 <-- Weapon (5702ab51@host-87-2-171-81.retail.telecomitalia.it) a quitté (Remote host closed the connection) 2020-07-05 10:59:53 --> Weapon (5702ab51@host-87-2-171-81.retail.telecomitalia.it) a rejoint #mcdevs 2020-07-05 11:10:58 <-- Weapon (5702ab51@host-87-2-171-81.retail.telecomitalia.it) a quitté (Remote host closed the connection) 2020-07-05 11:11:19 --> Weapon (5702ab51@host-87-2-171-81.retail.telecomitalia.it) a rejoint #mcdevs 2020-07-05 11:11:24 <-- Weapon (5702ab51@host-87-2-171-81.retail.telecomitalia.it) a quitté (Remote host closed the connection) 2020-07-05 11:11:40 --> Weapon (5702ab51@host-87-2-171-81.retail.telecomitalia.it) a rejoint #mcdevs 2020-07-05 11:15:56 <-- Weapon (5702ab51@host-87-2-171-81.retail.telecomitalia.it) a quitté (Remote host closed the connection) 2020-07-05 12:50:38 Not-944e [flying-squid] rom1504 pushed 6 commits to master [+0/-0/±15] https://git.io/JJIL8 2020-07-05 12:50:38 Not-944e [flying-squid] Karang 73b0aa5 - Fix portal command 2020-07-05 12:50:39 Not-944e [flying-squid] Karang 0cd0d19 - Fix error when item is null, preventing inventory saving 2020-07-05 12:50:40 Not-944e [flying-squid] Karang 33089e8 - Fix flint and steel and spawn_egg uses, simplify code 2020-07-05 12:50:42 Not-944e [flying-squid] ... and 3 more commits. 2020-07-05 13:14:33 --> Bixilon (~moritz@x4d048f49.dyn.telefonica.de) a rejoint #mcdevs 2020-07-05 15:00:03 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-05 15:04:53 <-- Bixilon (~moritz@x4d048f49.dyn.telefonica.de) a quitté (Remote host closed the connection) 2020-07-05 15:10:39 --> barneygale (~barneygal@82-69-49-24.dsl.in-addr.zen.co.uk) a rejoint #mcdevs 2020-07-05 15:26:06 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2020-07-05 16:18:23 Not-944e [flying-squid] rom1504 pushed 2 commits to master [+0/-0/±12] https://git.io/JJI3X 2020-07-05 16:18:24 Not-944e [flying-squid] Karang 816e61d - Fix item drops and a few bugs along the way 2020-07-05 16:18:26 Not-944e [flying-squid] rom1504 87b4f31 - Merge pull request #420 from Karang/1.13 Fix item drops and a few bugs along the way 2020-07-05 16:31:34 <-- killme (~killmePI@185.9.253.124) a quitté (Remote host closed the connection) 2020-07-05 18:52:04 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Ping timeout: 256 seconds) 2020-07-05 19:03:43 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2020-07-05 19:08:11 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2020-07-05 19:22:08 <-- barneygale (~barneygal@82-69-49-24.dsl.in-addr.zen.co.uk) a quitté (Remote host closed the connection) 2020-07-05 20:13:24 Not-944e [minecraft-data] rom1504 pushed 3 commits to master [+2/-0/±1] https://git.io/JJIWC 2020-07-05 20:13:26 Not-944e [minecraft-data] AppDevMichael b3db6b5 - Fixed items for 1.16.1 2020-07-05 20:13:27 Not-944e [minecraft-data] AppDevMichael 512a796 - Fixed error 2020-07-05 20:13:29 Not-944e [minecraft-data] rom1504 5faf6b2 - Merge pull request #304 from AppDevMichael/master Fixed items for 1.16.1 2020-07-05 20:16:42 Not-944e [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JJIW0 2020-07-05 20:16:44 Not-944e [minecraft-data] rom1504 ba77385 - Release 2.62.1 2020-07-05 20:16:46 Not-944e [minecraft-data] rom1504 tagged ba77385 as 2.62.1 https://git.io/JJIWE 2020-07-05 20:31:31 <-- mrkirby153 (~mrkirby15@mrkirby153.com) a quitté (Quit: ZNC - http://znc.in) 2020-07-05 20:37:34 --> mrkirby153 (~mrkirby15@mrkirby153.com) a rejoint #mcdevs 2020-07-05 21:01:15 circuit10 This is a bit off topic but I'm making a GUI packet monitor, and I'm currently using Electron. Would something like https://github.com/nodegui/nodegui be better? I really want the GUI to look bice, so a lot of the effort so far went into the GUI, so switching to something else would take a lot of effort, but it would make it a lot less bloated 2020-07-05 21:04:06 Sainan Welcome to 2020. You can put your software bloat with all the earth warmth and toxic waste. No one cares if you add more. 2020-07-05 21:06:20 circuit10 So you think I should stick with electron? 2020-07-05 21:07:00 Sainan Yes. If you _really_ cared for efficiency, you could also write your software in C or C++ and hand out platform-specific binaries. 2020-07-05 21:07:16 circuit10 I don't care that much... 2020-07-05 21:07:26 circuit10 I just thought it might be better... 2020-07-05 21:09:01 Sainan I'm not a nodejs dev, but I reckon you use nodejs to work fast and get stuff done, then you just don't think about those sorts of things. 2020-07-05 21:10:44 circuit10 Not always, no? 2020-07-05 21:11:02 circuit10 High-level != bad 2020-07-05 21:12:55 Sainan I like high-level coding myself, I might make it sound bad, and it might be very bad in some cases, but it is good for getting stuff done quickly, so I am saying, don't bother about that sort of thing, because you're coding high-level anyway. 2020-07-05 21:15:55 circuit10 I mean, Electron takes my file size up to 200mb, which doesn't matter that much but it's really not ideal 2020-07-05 21:16:28 circuit10 Even Hello World is something like 150mb 2020-07-05 21:16:46 circuit10 https://cdn.discordapp.com/attachments/705480156092825630/729415495618396160/tfugj4n3l6ez.png 2020-07-05 21:17:19 Sainan ^^ no one ever said, "I would love to use your software but I disagre with the 200 mb file size, please optimize it." 2020-07-05 21:45:14 None4U I thought nodejs is good 2020-07-05 21:45:27 None4U because it is like python-level integration with C 2020-07-05 21:45:28 None4U and C++ 2020-07-05 21:54:19 Sainan It's good until you run `npm install` for 10 hours ;) 2020-07-05 22:12:43 +SpaceManiac 200mb is not a big deal as file size goes 2020-07-05 22:13:08 +SpaceManiac Electron is popular to hate on, in large part because it uses more RAM (not disk space) than it deserves 2020-07-05 22:14:29 <-- bswartz1 (~bswartz@unaffiliated/bswartz) a quitté (*.net *.split) 2020-07-05 22:14:29 <-- shoghicp (~shoghicp@bouncer.pocketmine.net) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- levifig (~levi@205.186.144.152) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- Steve42 (~Steve42@pool-96-241-222-61.washdc.fios.verizon.net) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- pokechu22 (~pokechu22@50-47-111-46.evrt.wa.frontiernet.net) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- peterix-w (quassel@quassel.woboq.de) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (*.net *.split) 2020-07-05 22:14:30 <-- jamierocks (~jamie@167.99.87.71) a quitté (*.net *.split) 2020-07-05 22:16:57 Sainan A friend of mine really struggles with his 8 GB in 2020. It's a bit sad to think how software "improved" over the years, but most hobby projects aren't the problem. 2020-07-05 22:25:03 --> bswartz1 (~bswartz@unaffiliated/bswartz) a rejoint #mcdevs 2020-07-05 22:25:03 --> shoghicp (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2020-07-05 22:25:03 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-07-05 22:25:03 --> levifig (~levi@205.186.144.152) a rejoint #mcdevs 2020-07-05 22:25:03 --> StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2020-07-05 22:25:03 --> Steve42 (~Steve42@pool-96-241-222-61.washdc.fios.verizon.net) a rejoint #mcdevs 2020-07-05 22:25:03 --> pokechu22 (~pokechu22@50-47-111-46.evrt.wa.frontiernet.net) a rejoint #mcdevs 2020-07-05 22:25:03 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-07-05 22:25:03 --> peterix-w (quassel@quassel.woboq.de) a rejoint #mcdevs 2020-07-05 22:25:03 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2020-07-05 22:25:03 --> tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a rejoint #mcdevs 2020-07-05 22:25:03 --> simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a rejoint #mcdevs 2020-07-05 22:25:03 --> humerusj (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2020-07-05 22:25:03 --> jamierocks (~jamie@167.99.87.71) a rejoint #mcdevs 2020-07-05 22:25:03 -- Mode #mcdevs [+vv SpaceManiac pokechu22] par moon.freenode.net 2020-07-05 22:27:36 <-- killme (~killmePI@185.9.253.124) a quitté (*.net *.split) 2020-07-05 22:27:36 <-- m0r13 (~m0r13@mail.yellow-ray.de) a quitté (*.net *.split) 2020-07-05 22:27:36 <-- gabizou (~gabizou@69.147.207.130) a quitté (*.net *.split) 2020-07-05 22:27:37 <-- Dykam (~Dykam@dykam.nl) a quitté (*.net *.split) 2020-07-05 22:27:50 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 246 seconds) 2020-07-05 22:29:27 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2020-07-05 22:29:27 --> m0r13 (~m0r13@mail.yellow-ray.de) a rejoint #mcdevs 2020-07-05 22:29:27 --> gabizou (~gabizou@69.147.207.130) a rejoint #mcdevs 2020-07-05 22:29:27 --> Dykam (~Dykam@dykam.nl) a rejoint #mcdevs 2020-07-05 22:30:14 <-- md_5 (~md_5@mcdevs/trusted/md-5) a quitté (*.net *.split) 2020-07-05 22:30:15 <-- Dadido3 (~quassel@p200300d9df3b2900f0b92550a53d322a.dip0.t-ipconnect.de) a quitté (*.net *.split) 2020-07-05 22:30:15 <-- bildramer (~bildramer@p200300cf37172c007a69f23d89291c16.dip0.t-ipconnect.de) a quitté (*.net *.split) 2020-07-05 22:30:15 <-- Karyon (~Karyon@unaffiliated/karyon) a quitté (*.net *.split) 2020-07-05 22:30:16 <-- dav1d (~dav1d@volt/developer/dav1d) a quitté (*.net *.split) 2020-07-05 22:30:16 <-- csnxs (~sean@unaffiliated/plussean) a quitté (*.net *.split) 2020-07-05 22:30:16 <-- AndrewPH_ (~Butts@2606:db00:0:62e::b) a quitté (*.net *.split) 2020-07-05 22:30:16 <-- Processus42 (~leo@unaffiliated/processus42) a quitté (*.net *.split) 2020-07-05 22:30:16 <-- I9hdkill_ (~quassel@2001:41d0:d:1cb7::) a quitté (*.net *.split) 2020-07-05 22:30:51 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2020-07-05 22:30:52 <-- Guest76055 (znc@2400:6180:0:d0::64f:9001) a quitté (*.net *.split) 2020-07-05 22:30:52 <-- Disconsented (~quassel@disconsented.com) a quitté (*.net *.split) 2020-07-05 22:30:55 <-- JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-zspojxjzqrlfczwg) a quitté (*.net *.split) 2020-07-05 22:31:11 --> md_5 (~md_5@mcdevs/trusted/md-5) a rejoint #mcdevs 2020-07-05 22:31:11 --> Dadido3 (~quassel@p200300d9df3b2900f0b92550a53d322a.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-07-05 22:31:11 --> bildramer (~bildramer@p200300cf37172c007a69f23d89291c16.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-07-05 22:31:11 --> Karyon (~Karyon@unaffiliated/karyon) a rejoint #mcdevs 2020-07-05 22:31:11 --> dav1d (~dav1d@volt/developer/dav1d) a rejoint #mcdevs 2020-07-05 22:31:11 --> csnxs (~sean@unaffiliated/plussean) a rejoint #mcdevs 2020-07-05 22:31:11 --> AndrewPH_ (~Butts@2606:db00:0:62e::b) a rejoint #mcdevs 2020-07-05 22:31:11 --> Processus42 (~leo@unaffiliated/processus42) a rejoint #mcdevs 2020-07-05 22:31:11 --> I9hdkill_ (~quassel@2001:41d0:d:1cb7::) a rejoint #mcdevs 2020-07-05 22:31:11 -- Mode #mcdevs [+v md_5] par moon.freenode.net 2020-07-05 22:31:17 <-- bildramer (~bildramer@p200300cf37172c007a69f23d89291c16.dip0.t-ipconnect.de) a quitté (Max SendQ exceeded) 2020-07-05 22:31:31 --> bildramer (~bildramer@p200300cf37172c007a69f23d89291c16.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-07-05 22:31:36 --> Guest76055 (znc@2400:6180:0:d0::64f:9001) a rejoint #mcdevs 2020-07-05 22:31:36 --> Disconsented (~quassel@disconsented.com) a rejoint #mcdevs 2020-07-05 22:31:49 <-- e (e@freenode/staff/spy.edk) a quitté (*.net *.split) 2020-07-05 22:31:49 <-- imharvol1 (~imharvol@92.176.208.85) a quitté (*.net *.split) 2020-07-05 22:31:49 <-- deltab (~deltab@95.154.230.49) a quitté (*.net *.split) 2020-07-05 22:31:50 <-- circuit10 (~circuit10@147.116.69.34.bc.googleusercontent.com) a quitté (*.net *.split) 2020-07-05 22:31:50 <-- islender (~islender@147.116.69.34.bc.googleusercontent.com) a quitté (*.net *.split) 2020-07-05 22:31:51 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (*.net *.split) 2020-07-05 22:31:51 <-- _123DMWM (~123DMWM@156.146.37.26) a quitté (*.net *.split) 2020-07-05 22:31:52 <-- Guest76055 (znc@2400:6180:0:d0::64f:9001) a quitté (*.net *.split) 2020-07-05 22:31:52 <-- Disconsented (~quassel@disconsented.com) a quitté (*.net *.split) 2020-07-05 22:31:53 <-- md_5 (~md_5@mcdevs/trusted/md-5) a quitté (*.net *.split) 2020-07-05 22:31:53 <-- Dadido3 (~quassel@p200300d9df3b2900f0b92550a53d322a.dip0.t-ipconnect.de) a quitté (*.net *.split) 2020-07-05 22:31:53 <-- Karyon (~Karyon@unaffiliated/karyon) a quitté (*.net *.split) 2020-07-05 22:31:54 <-- dav1d (~dav1d@volt/developer/dav1d) a quitté (*.net *.split) 2020-07-05 22:31:54 <-- csnxs (~sean@unaffiliated/plussean) a quitté (*.net *.split) 2020-07-05 22:31:54 <-- AndrewPH_ (~Butts@2606:db00:0:62e::b) a quitté (*.net *.split) 2020-07-05 22:31:54 <-- Processus42 (~leo@unaffiliated/processus42) a quitté (*.net *.split) 2020-07-05 22:31:54 <-- I9hdkill_ (~quassel@2001:41d0:d:1cb7::) a quitté (*.net *.split) 2020-07-05 22:31:54 <-- killme (~killmePI@185.9.253.124) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- m0r13 (~m0r13@mail.yellow-ray.de) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- gabizou (~gabizou@69.147.207.130) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- Dykam (~Dykam@dykam.nl) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- willies952002 (~willies95@irc.domnian.com) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- bswartz1 (~bswartz@unaffiliated/bswartz) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- shoghicp (~shoghicp@bouncer.pocketmine.net) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- levifig (~levi@205.186.144.152) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- Steve42 (~Steve42@pool-96-241-222-61.washdc.fios.verizon.net) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- pokechu22 (~pokechu22@50-47-111-46.evrt.wa.frontiernet.net) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- peterix-w (quassel@quassel.woboq.de) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- jamierocks (~jamie@167.99.87.71) a quitté (*.net *.split) 2020-07-05 22:31:55 <-- bildramer (~bildramer@p200300cf37172c007a69f23d89291c16.dip0.t-ipconnect.de) a quitté (*.net *.split) 2020-07-05 22:31:56 <-- Techcable (znc@irc.techcable.net) a quitté (*.net *.split) 2020-07-05 22:31:56 <-- laxask (~lax@unaffiliated/laxask) a quitté (*.net *.split) 2020-07-05 22:31:58 <-- chibill (chibillmat@gateway/shell/matrix.org/x-ziummkucdrhhbqot) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- spirit (~spirit@233.ip-144-217-92.net) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- Sainan (~Sai@static.222.155.69.159.clients.your-server.de) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- Tuxel (~tux@80.77.26.7) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- dranghek (~darngeek@bouncer.pocketmine.net) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- Anna (anna@borealis.voxelstorm.com) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- switchy (~switchy@unaffiliated/switchy) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- Yamakaja (~yamakaja@vps.pub.yamakaja.me) a quitté (*.net *.split) 2020-07-05 22:31:59 <-- WizardCM (~WizardCM@103.93.232.3) a quitté (*.net *.split) 2020-07-05 22:32:00 <-- Wanderer (~wanderer@unaffiliated/wanderer) a quitté (*.net *.split) 2020-07-05 22:32:00 <-- kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a quitté (*.net *.split) 2020-07-05 22:32:00 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (*.net *.split) 2020-07-05 22:32:00 <-- Prf_Jakob (jakob@volt/developer/jakob) a quitté (*.net *.split) 2020-07-05 22:32:00 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (*.net *.split) 2020-07-05 22:32:00 <-- Byteflux (~byte@byteflux.net) a quitté (*.net *.split) 2020-07-05 22:32:00 <-- ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a quitté (*.net *.split) 2020-07-05 22:32:00 <-- clonejo (~clonejo@shakik3.shakik.de) a quitté (*.net *.split) 2020-07-05 22:32:00 <-- x10A94 (~x@207.154.230.175) a quitté (*.net *.split) 2020-07-05 22:32:02 <-- Akkarin (~Akkarin@hyperion.torchmind.com) a quitté (*.net *.split) 2020-07-05 22:32:02 <-- ChanServ (ChanServ@services.) a quitté (*.net *.split) 2020-07-05 22:32:02 <-- mrkirby153 (~mrkirby15@mrkirby153.com) a quitté (*.net *.split) 2020-07-05 22:32:02 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté (*.net *.split) 2020-07-05 22:32:02 <-- Luck (~Luck@51.89.139.51) a quitté (*.net *.split) 2020-07-05 22:32:03 <-- Andrio (Andrio@questers-rest.andriocelos.net) a quitté (*.net *.split) 2020-07-05 22:32:03 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (*.net *.split) 2020-07-05 22:32:03 <-- iczero (iczero@hellomouse/dev/iczero) a quitté (*.net *.split) 2020-07-05 22:32:03 <-- NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a quitté (*.net *.split) 2020-07-05 22:32:04 <-- Fenhl (sid30770@gateway/web/irccloud.com/x-bbhzdmdbnldvaqxv) a quitté (*.net *.split) 2020-07-05 22:32:04 <-- Jeebiss (sid25046@gateway/web/irccloud.com/x-hhifmgnilssqtipv) a quitté (*.net *.split) 2020-07-05 22:32:04 <-- SiebeDW (~SiebeDW@147.116.69.34.bc.googleusercontent.com) a quitté (*.net *.split) 2020-07-05 22:32:04 <-- None4U (~None4U@147.116.69.34.bc.googleusercontent.com) a quitté (*.net *.split) 2020-07-05 22:32:05 <-- ddevault (znc@sourcehut/staff/ddevault) a quitté (*.net *.split) 2020-07-05 22:32:05 <-- niceplace (~nplace@198.204.231.148) a quitté (*.net *.split) 2020-07-05 22:32:05 <-- balrog (~balrog@unaffiliated/balrog) a quitté (*.net *.split) 2020-07-05 22:32:05 <-- Proximyst (~Proximyst@freya.proximyst.com) a quitté (*.net *.split) 2020-07-05 22:32:05 <-- matthewprenger (~matthewpr@136.33.177.190) a quitté (*.net *.split) 2020-07-05 22:32:05 <-- Fador (fador@hentai.fi) a quitté (*.net *.split) 2020-07-05 22:32:05 <-- saper (saper@wikipedia/saper) a quitté (*.net *.split) 2020-07-05 22:32:05 <-- mrarm (~mrarm@unaffiliated/mrarm) a quitté (*.net *.split) 2020-07-05 22:32:06 <-- Adam (Adam@unaffiliated/adam-) a quitté (*.net *.split) 2020-07-05 22:32:06 <-- keg[m] (kegicyname@gateway/shell/matrix.org/x-vztkacdwhqjgwxtr) a quitté (*.net *.split) 2020-07-05 22:32:06 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-qejqmwbdbduukfrw) a quitté (*.net *.split) 2020-07-05 22:32:07 <-- vemacs (~vemacs@unaffiliated/vemacs) a quitté (*.net *.split) 2020-07-05 22:32:07 <-- GingerGeek (~Zed@unaffiliated/gingergeek) a quitté (*.net *.split) 2020-07-05 22:32:07 <-- Not-944e (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a quitté (*.net *.split) 2020-07-05 22:32:07 <-- Plancke (~Plancke@2604:a880:400:d0::d58:e001) a quitté (*.net *.split) 2020-07-05 22:32:08 <-- bigfoot547 (bigfoot@unaffiliated/bigfoot547) a quitté (*.net *.split) 2020-07-05 22:32:08 <-- kashike (kashike@unaffiliated/kashike) a quitté (*.net *.split) 2020-07-05 22:32:08 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-zcqysolgfapywjlf) a quitté (*.net *.split) 2020-07-05 22:32:08 <-- ecx (~ecx@unaffiliated/ecx) a quitté (*.net *.split) 2020-07-05 22:32:08 <-- Pyker (~pyker@hexagon.pyker.net) a quitté (*.net *.split) 2020-07-05 22:32:08 <-- EvilJStoker (jstoker@unaffiliated/jstoker) a quitté (*.net *.split) 2020-07-05 22:32:08 <-- SupaHam (~SupaHam@supaham.com) a quitté (*.net *.split) 2020-07-05 22:32:08 <-- offbeatwitch (~offbeatwi@2001:bc8:604:343::1) a quitté (*.net *.split) 2020-07-05 22:32:08 <-- craftxbox (~craftxbox@unaffiliated/craftxbox) a quitté (*.net *.split) 2020-07-05 22:32:09 <-- asdew (~asdew@dsl-hkibng11-50dc43-88.dhcp.inet.fi) a quitté (*.net *.split) 2020-07-05 22:32:09 <-- Thinkofname (~Think@167.172.50.173) a quitté (*.net *.split) 2020-07-05 22:32:09 <-- RoboMWM (~RoboMWM@tf.robomwm.com) a quitté (*.net *.split) 2020-07-05 22:32:09 <-- yawkat (~yawkat@cats.coffee) a quitté (*.net *.split) 2020-07-05 22:32:09 <-- Intelli (sid46069@gateway/web/irccloud.com/x-alvprjhpksojdhdg) a quitté (*.net *.split) 2020-07-05 22:32:09 <-- Tux (~tux@unaffiliated/tux) a quitté (*.net *.split) 2020-07-05 22:32:09 <-- __0x277E (~Hex@four.out.of.five.doctors.recommend.hex.lc) a quitté (*.net *.split) 2020-07-05 22:32:09 <-- Morrolan (morrolan@139.162.178.137) a quitté (*.net *.split) 2020-07-05 22:32:09 <-- vemacse (~vemacs@192.3.17.176) a quitté (*.net *.split) 2020-07-05 22:32:09 <-- Krenair (~alex@wikimedia/Krenair) a quitté (*.net *.split) 2020-07-05 22:32:21 --> Disconsented (~quassel@disconsented.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> Guest76055 (znc@2400:6180:0:d0::64f:9001) a rejoint #mcdevs 2020-07-05 22:32:21 --> bildramer (~bildramer@p200300cf37172c007a69f23d89291c16.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-07-05 22:32:21 --> I9hdkill_ (~quassel@2001:41d0:d:1cb7::) a rejoint #mcdevs 2020-07-05 22:32:21 --> Processus42 (~leo@unaffiliated/processus42) a rejoint #mcdevs 2020-07-05 22:32:21 --> AndrewPH_ (~Butts@2606:db00:0:62e::b) a rejoint #mcdevs 2020-07-05 22:32:21 --> csnxs (~sean@unaffiliated/plussean) a rejoint #mcdevs 2020-07-05 22:32:21 --> dav1d (~dav1d@volt/developer/dav1d) a rejoint #mcdevs 2020-07-05 22:32:21 --> Karyon (~Karyon@unaffiliated/karyon) a rejoint #mcdevs 2020-07-05 22:32:21 --> Dadido3 (~quassel@p200300d9df3b2900f0b92550a53d322a.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-07-05 22:32:21 --> md_5 (~md_5@mcdevs/trusted/md-5) a rejoint #mcdevs 2020-07-05 22:32:21 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> Dykam (~Dykam@dykam.nl) a rejoint #mcdevs 2020-07-05 22:32:21 --> gabizou (~gabizou@69.147.207.130) a rejoint #mcdevs 2020-07-05 22:32:21 --> m0r13 (~m0r13@mail.yellow-ray.de) a rejoint #mcdevs 2020-07-05 22:32:21 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2020-07-05 22:32:21 --> jamierocks (~jamie@167.99.87.71) a rejoint #mcdevs 2020-07-05 22:32:21 --> humerusj (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2020-07-05 22:32:21 --> simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2020-07-05 22:32:21 --> peterix-w (quassel@quassel.woboq.de) a rejoint #mcdevs 2020-07-05 22:32:21 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> pokechu22 (~pokechu22@50-47-111-46.evrt.wa.frontiernet.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> Steve42 (~Steve42@pool-96-241-222-61.washdc.fios.verizon.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> levifig (~levi@205.186.144.152) a rejoint #mcdevs 2020-07-05 22:32:21 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> shoghicp (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> bswartz1 (~bswartz@unaffiliated/bswartz) a rejoint #mcdevs 2020-07-05 22:32:21 --> mrkirby153 (~mrkirby15@mrkirby153.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> islender (~islender@147.116.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> circuit10 (~circuit10@147.116.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> None4U (~None4U@147.116.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> SiebeDW (~SiebeDW@147.116.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-05 22:32:21 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> _123DMWM (~123DMWM@156.146.37.26) a rejoint #mcdevs 2020-07-05 22:32:21 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2020-07-05 22:32:21 --> Wanderer (~wanderer@unaffiliated/wanderer) a rejoint #mcdevs 2020-07-05 22:32:21 --> ddevault (znc@sourcehut/staff/ddevault) a rejoint #mcdevs 2020-07-05 22:32:21 -- Mode #mcdevs [+vvvv md_5 pokechu22 SpaceManiac ddevault] par moon.freenode.net 2020-07-05 22:32:21 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> asdew (~asdew@dsl-hkibng11-50dc43-88.dhcp.inet.fi) a rejoint #mcdevs 2020-07-05 22:32:21 --> Andrio (Andrio@questers-rest.andriocelos.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2020-07-05 22:32:21 --> Plancke (~Plancke@2604:a880:400:d0::d58:e001) a rejoint #mcdevs 2020-07-05 22:32:21 --> kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> niceplace (~nplace@198.204.231.148) a rejoint #mcdevs 2020-07-05 22:32:21 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2020-07-05 22:32:21 --> Anna (anna@borealis.voxelstorm.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> Fenhl (sid30770@gateway/web/irccloud.com/x-bbhzdmdbnldvaqxv) a rejoint #mcdevs 2020-07-05 22:32:21 --> Jeebiss (sid25046@gateway/web/irccloud.com/x-hhifmgnilssqtipv) a rejoint #mcdevs 2020-07-05 22:32:21 --> WizardCM (~WizardCM@103.93.232.3) a rejoint #mcdevs 2020-07-05 22:32:21 --> Yamakaja (~yamakaja@vps.pub.yamakaja.me) a rejoint #mcdevs 2020-07-05 22:32:21 --> x10A94 (~x@207.154.230.175) a rejoint #mcdevs 2020-07-05 22:32:21 --> clonejo (~clonejo@shakik3.shakik.de) a rejoint #mcdevs 2020-07-05 22:32:21 --> ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a rejoint #mcdevs 2020-07-05 22:32:21 -- Mode #mcdevs [+vvvv kev009 Dinnerbone Fenhl ammar2] par moon.freenode.net 2020-07-05 22:32:21 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> craftxbox (~craftxbox@unaffiliated/craftxbox) a rejoint #mcdevs 2020-07-05 22:32:21 --> offbeatwitch (~offbeatwi@2001:bc8:604:343::1) a rejoint #mcdevs 2020-07-05 22:32:21 --> SupaHam (~SupaHam@supaham.com) a rejoint #mcdevs 2020-07-05 22:32:21 --> EvilJStoker (jstoker@unaffiliated/jstoker) a rejoint #mcdevs 2020-07-05 22:32:21 --> Pyker (~pyker@hexagon.pyker.net) a rejoint #mcdevs 2020-07-05 22:32:21 --> ecx (~ecx@unaffiliated/ecx) a rejoint #mcdevs 2020-07-05 22:32:21 --> Brandon15811 (sid13052@gateway/web/irccloud.com/x-zcqysolgfapywjlf) a rejoint #mcdevs 2020-07-05 22:32:21 --> mrarm (~mrarm@unaffiliated/mrarm) a rejoint #mcdevs 2020-07-05 22:32:21 --> saper (saper@wikipedia/saper) a rejoint #mcdevs 2020-07-05 22:32:21 --> Fador (fador@hentai.fi) a rejoint #mcdevs 2020-07-05 22:32:22 --> matthewprenger (~matthewpr@136.33.177.190) a rejoint #mcdevs 2020-07-05 22:32:22 --> Proximyst (~Proximyst@freya.proximyst.com) a rejoint #mcdevs 2020-07-05 22:32:22 --> Not-944e (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a rejoint #mcdevs 2020-07-05 22:32:22 --> GingerGeek (~Zed@unaffiliated/gingergeek) a rejoint #mcdevs 2020-07-05 22:32:22 --> vemacs (~vemacs@unaffiliated/vemacs) a rejoint #mcdevs 2020-07-05 22:32:22 --> Tux (~tux@unaffiliated/tux) a rejoint #mcdevs 2020-07-05 22:32:22 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2020-07-05 22:32:22 --> vemacse (~vemacs@192.3.17.176) a rejoint #mcdevs 2020-07-05 22:32:22 --> Morrolan (morrolan@139.162.178.137) a rejoint #mcdevs 2020-07-05 22:32:22 --> __0x277E (~Hex@four.out.of.five.doctors.recommend.hex.lc) a rejoint #mcdevs 2020-07-05 22:32:22 --> imharvol1 (~imharvol@92.176.208.85) a rejoint #mcdevs 2020-07-05 22:32:22 --> deltab (~deltab@95.154.230.49) a rejoint #mcdevs 2020-07-05 22:32:22 --> e (e@freenode/staff/spy.edk) a rejoint #mcdevs 2020-07-05 22:32:22 --> ChanServ (ChanServ@services.) a rejoint #mcdevs 2020-07-05 22:32:22 --> Intelli (sid46069@gateway/web/irccloud.com/x-alvprjhpksojdhdg) a rejoint #mcdevs 2020-07-05 22:32:22 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-07-05 22:32:22 --> dranghek (~darngeek@bouncer.pocketmine.net) a rejoint #mcdevs 2020-07-05 22:32:22 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2020-07-05 22:32:22 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-07-05 22:32:22 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2020-07-05 22:32:22 --> Akkarin (~Akkarin@hyperion.torchmind.com) a rejoint #mcdevs 2020-07-05 22:32:22 --> switchy (~switchy@unaffiliated/switchy) a rejoint #mcdevs 2020-07-05 22:32:22 -- Mode #mcdevs [+vo Fador ChanServ] par moon.freenode.net