2020-05-10 12:09:16 JulienVernay Hello! I am new to "Minecraft programming". I would like to ask questions about chunk loading from a server point of view. 2020-05-10 12:10:06 JulienVernay If I understand it correctly, it is the server who takes the "initiative" to send chunk data to the client. 2020-05-10 12:11:03 JulienVernay Is there a way to request the chunk data for a specific chunk, on the client "initiative"? Thanks! 2020-05-10 12:14:55 circuit10 Not really 2020-05-10 12:15:08 circuit10 Apart from moving there 2020-05-10 12:15:22 circuit10 Or logging out and in again to make the server resend all packets 2020-05-10 12:16:51 JulienVernay My aim would be to make a proxy between the client and my server. The proxy would replace chunks sent to the player. 2020-05-10 12:18:28 JulienVernay For instance in a creative world where everybody builds next to each other, the client can activate a setting of the proxy (for example /immerse) and this will replace the neighbour chunks with natural ones, to have a nicer landscape. 2020-05-10 12:19:38 JulienVernay I have thought of the proxy getting the chunk sent by the actual server, and replace the chunk data with the "natural" chunks 2020-05-10 12:26:44 circuit10 You're better off making that as a plugin 2020-05-10 12:26:53 circuit10 Probab;y 2020-05-10 12:29:44 JulienVernay ok, have you any reference or documentation relevant for my project? 2020-05-10 12:30:08 JulienVernay (thank you BTW for your answers) 2020-05-10 13:57:25 --> Guest55927 (~nobody@115.97.167.25) a rejoint #mcdevs 2020-05-10 14:22:02 <-- szpanel (1f0be1d7@031011225215.rypin.vectranet.pl) a quitté (Remote host closed the connection) 2020-05-10 15:39:41 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-10 17:30:05 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-10 17:31:00 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-10 17:35:57 <-- JulienVernay (6dd55e56@alyon-652-1-75-86.w109-213.abo.wanadoo.fr) a quitté (Remote host closed the connection) 2020-05-10 17:42:22 <-- Guest55927 (~nobody@115.97.167.25) a quitté (Quit: Leaving) 2020-05-10 18:10:22 <-- circuit10 (~circuit10@30.25.72.34.bc.googleusercontent.com) a quitté (Ping timeout: 256 seconds) 2020-05-10 18:10:22 <-- islender (~islender@30.25.72.34.bc.googleusercontent.com) a quitté (Ping timeout: 256 seconds) 2020-05-10 18:10:22 <-- None4U (~None4U@30.25.72.34.bc.googleusercontent.com) a quitté (Ping timeout: 256 seconds) 2020-05-10 18:10:22 <-- SiebeDW (~SiebeDW@30.25.72.34.bc.googleusercontent.com) a quitté (Ping timeout: 256 seconds) 2020-05-10 18:23:16 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-10 18:23:39 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-10 18:54:30 --> SiebeDW (~SiebeDW@205.78.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-10 18:54:30 --> circuit10 (~circuit10@205.78.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-10 18:54:30 --> islender (~islender@205.78.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-10 18:54:30 --> None4U (~None4U@205.78.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-10 19:02:10 <-- SiebeDW (~SiebeDW@205.78.184.35.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-05-10 19:02:10 <-- circuit10 (~circuit10@205.78.184.35.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-05-10 19:02:10 <-- islender (~islender@205.78.184.35.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-05-10 19:02:10 <-- None4U (~None4U@205.78.184.35.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-05-10 19:03:45 --> SiebeDW (~SiebeDW@28.76.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-10 19:03:45 --> circuit10 (~circuit10@28.76.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-10 19:03:45 --> islender (~islender@28.76.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-10 19:03:45 --> None4U (~None4U@28.76.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-10 19:28:01 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-10 19:31:19 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 258 seconds) 2020-05-10 19:37:47 <-- _123DMWM (~123DMWM@2601:18d:580:3870:dd2d:2635:279b:9ca8) a quitté (Ping timeout: 260 seconds) 2020-05-10 19:38:02 --> _123DMWM (~123DMWM@2601:18d:580:3870:dd2d:2635:279b:9ca8) a rejoint #mcdevs 2020-05-10 19:54:54 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2020-05-10 19:58:50 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2020-05-10 21:20:11 --> mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-10 21:43:31 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-10 21:43:58 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-10 22:31:25 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Ping timeout: 264 seconds) 2020-05-10 22:34:01 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-10 22:34:25 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-10 22:37:01 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-11 00:34:23 --> Defolos_ (~Defolos@fedora/defolos) a rejoint #mcdevs 2020-05-11 00:34:24 <-- Defolos_ (~Defolos@fedora/defolos) a quitté (Client Quit) 2020-05-11 01:01:44 <-- Defolos (~Defolos@fedora/defolos) a quitté (Remote host closed the connection) 2020-05-11 01:04:08 --> Defolos (~Defolos@fedora/defolos) a rejoint #mcdevs 2020-05-11 01:07:00 --> justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-11 01:10:17 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 260 seconds) 2020-05-11 01:35:49 --> zzstilbruch (~zzstilbru@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 01:46:24 --> monoidz (~monoidz@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 01:58:51 --> monoidzz (~monoidzz@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 02:00:41 --> monoidzzz (~monoidzzz@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 02:35:36 --> monoidzzzzz (~monoidzzz@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 02:35:46 <-- monoidzzzzz (~monoidzzz@50-80-254-108.client.mchsi.com) a quitté (Remote host closed the connection) 2020-05-11 02:40:20 --> monoidzsz (~monoidzsz@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 02:40:44 <-- monoidzsz (~monoidzsz@50-80-254-108.client.mchsi.com) a quitté (Remote host closed the connection) 2020-05-11 02:42:11 --> monoidzcz (~monoidzcz@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 02:44:43 <-- monoidzcz (~monoidzcz@50-80-254-108.client.mchsi.com) a quitté (Remote host closed the connection) 2020-05-11 02:57:39 --> monoixz (~monoixz@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 03:00:40 <-- monoixz (~monoixz@50-80-254-108.client.mchsi.com) a quitté (Remote host closed the connection) 2020-05-11 03:08:59 --> mzzzboi (~mzzzboi@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 03:14:01 <-- mzzzboi (~mzzzboi@50-80-254-108.client.mchsi.com) a quitté (Remote host closed the connection) 2020-05-11 03:29:04 --> mozzza (~mozzza@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 03:32:58 <-- mozzza (~mozzza@50-80-254-108.client.mchsi.com) a quitté (Remote host closed the connection) 2020-05-11 04:13:37 <-- mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a quitté (Ping timeout: 246 seconds) 2020-05-11 05:24:30 --> mrmonoids (~mrmonoids@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 05:26:46 <-- mrmonoids (~mrmonoids@50-80-254-108.client.mchsi.com) a quitté (Remote host closed the connection) 2020-05-11 06:04:24 --> monzz (~monzz@50-80-254-108.client.mchsi.com) a rejoint #mcdevs 2020-05-11 06:06:52 <-- monzz (~monzz@50-80-254-108.client.mchsi.com) a quitté (Remote host closed the connection) 2020-05-11 07:11:33 <-- monoidz (~monoidz@50-80-254-108.client.mchsi.com) a quitté (Read error: Connection reset by peer) 2020-05-11 07:11:33 <-- zzstilbruch (~zzstilbru@50-80-254-108.client.mchsi.com) a quitté (Read error: Connection reset by peer) 2020-05-11 07:11:33 <-- monoidzzz (~monoidzzz@50-80-254-108.client.mchsi.com) a quitté (Read error: Connection reset by peer) 2020-05-11 07:11:33 <-- monoidzz (~monoidzz@50-80-254-108.client.mchsi.com) a quitté (Read error: Connection reset by peer) 2020-05-11 09:03:14 <-- justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-11 09:03:39 --> justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-11 10:09:13 --> Thinkofname_ (~Think@167.172.50.173) a rejoint #mcdevs 2020-05-11 10:10:30 --> yawkat` (~yawkat@cats.coffee) a rejoint #mcdevs 2020-05-11 10:14:55 --> vemacse (~vemacs@192.3.17.176) a rejoint #mcdevs 2020-05-11 10:15:52 <-- yawkat (~yawkat@cats.coffee) a quitté (*.net *.split) 2020-05-11 10:15:52 <-- Thinkofname (~Think@167.172.50.173) a quitté (*.net *.split) 2020-05-11 10:15:53 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (*.net *.split) 2020-05-11 10:15:53 <-- Wanderer (~wanderer@unaffiliated/wanderer) a quitté (*.net *.split) 2020-05-11 10:15:53 <-- Hafydd (~Hafydd@unaffiliated/joo) a quitté (*.net *.split) 2020-05-11 10:15:58 --> Wanderer_ (~wanderer@unaffiliated/wanderer) a rejoint #mcdevs 2020-05-11 10:16:55 --> Hafydd (~Hafydd@unaffiliated/joo) a rejoint #mcdevs 2020-05-11 10:24:37 -- yawkat` est maintenant connu sous le nom yawkat 2020-05-11 11:34:09 --> mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-11 12:16:25 <-- justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 264 seconds) 2020-05-11 12:42:34 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (Ping timeout: 240 seconds) 2020-05-11 12:53:43 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-05-11 12:54:12 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-05-11 13:04:13 <-- Steve42 (~Steve42@pool-96-241-222-61.washdc.fios.verizon.net) a quitté (Read error: Connection reset by peer) 2020-05-11 13:04:22 --> Steve42 (~Steve42@pool-96-241-222-61.washdc.fios.verizon.net) a rejoint #mcdevs 2020-05-11 13:40:16 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (Ping timeout: 246 seconds) 2020-05-11 13:48:23 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-05-11 14:17:38 -- Wanderer_ est maintenant connu sous le nom wanderer 2020-05-11 15:05:27 --> GeorgH93 (~GeorgH93@h081217042019.dyn.cm.kabsi.at) a rejoint #mcdevs 2020-05-11 15:54:06 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-05-11 16:51:29 --> tim (~tim@83.247.27.50) a rejoint #mcdevs 2020-05-11 16:51:36 tim Hey 2020-05-11 16:51:44 tim How do i properly communicate breaking blocks from the server? 2020-05-11 16:51:53 -- tim est maintenant connu sous le nom Guest77470 2020-05-11 16:51:58 Guest77470 I can change blocks, but changing a block to Block ID 0 (air) doesnt work 2020-05-11 16:52:05 Guest77470 Instead it removes the whole chunk on the client side 2020-05-11 16:52:53 Guest77470 An AcknowledgeDigging packet with BLock ID 0 when a user finished digging also didnt work - it also removed the whole chunk 2020-05-11 16:55:33 Guest77470 idk if my first msg arrived; i was asking how to communicate breaking a block from the server to the client 2020-05-11 18:00:39 <-- circuit10 (~circuit10@28.76.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-11 18:00:40 <-- None4U (~None4U@28.76.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-11 18:00:40 <-- SiebeDW (~SiebeDW@28.76.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-11 18:00:40 <-- islender (~islender@28.76.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-11 18:04:38 --> SiebeDW (~SiebeDW@9.204.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-11 18:04:38 --> islender (~islender@9.204.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-11 18:04:38 --> circuit10 (~circuit10@9.204.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-11 18:04:38 --> None4U (~None4U@9.204.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-11 19:06:03 +pokechu22 Acknowledge Digging with 0 to that player should be correct, and you'd also need to send block change packets to any other players that can see it 2020-05-11 19:15:18 --> sam3917 (b96aa154@185.106.161.84) a rejoint #mcdevs 2020-05-11 19:16:54 Not-944e [mineflayer] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/Jfloa 2020-05-11 19:16:56 Not-944e [mineflayer] rom1504 4fdde4e - Merge pull request #991 from PrismarineJS/wvffle/readme-testing Add more testing info 2020-05-11 19:17:13 None4U I don't see why the acknowledge digging packet wouldn't work 2020-05-11 19:17:22 None4U is the client Notchian? 2020-05-11 19:21:09 <-- GeorgH93 (~GeorgH93@h081217042019.dyn.cm.kabsi.at) a quitté (Quit: Leaving) 2020-05-11 19:26:20 sam3917 Hello, I am writing an Haskell library to work with the MC protocol and I experience issues with encoding VarInts. My implementation is based on code provided on wiki.vg/Protocol. I have to admit that I don't quite understand how it's supposed to work and that's why I am having trouble debugging my code. I wonder whether someone familiar with the 2020-05-11 19:26:21 sam3917 "writeVarInt" function would be kind enough to explain me its inner workings ? 2020-05-11 19:43:51 +pokechu22 It's basically just numbers between 0 and 127 are 1 byte, and larger numbers take extra bytes, and when more bytes are needed the top bit in the previous byte is set 2020-05-11 19:45:02 +pokechu22 The mildly tricky bit is `>>>` which is needed to handle negative numbers right (it shifts numbers without caring about it being negative, so even if it's a negative number the result is positive) 2020-05-11 19:53:18 sam3917 Ok, I think I've got it. Thank you very much 2020-05-11 20:26:14 <-- sam3917 (b96aa154@185.106.161.84) a quitté (Remote host closed the connection) 2020-05-11 20:53:14 Guest77470 @pokechu22 for some reason that doesnt seem to work. ill keep trying i guess. 2020-05-11 20:53:22 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-11 20:54:46 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-11 20:56:15 Guest77470 @None4U I'm using MultiMC, Im running vanilla 1.15.2 so its very close to notchian 2020-05-11 20:56:25 Guest77470 i think multimc injects some stuff to track debug logs 2020-05-11 20:58:54 Guest77470 Should I be responding to every digging status with an acknowledgement? E.g. StartDigging, FinishDigging, etc? 2020-05-11 21:01:20 --> MiniDigger6 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-11 21:01:48 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-11 21:01:48 -- MiniDigger6 est maintenant connu sous le nom MiniDigger 2020-05-11 21:02:04 -- Guest77470 est maintenant connu sous le nom tim___ 2020-05-11 21:04:20 +pokechu22 I think so 2020-05-11 21:04:45 tim___ I see. I think the issue is unrelated to acknowledging digging then, it might be the way I load chunks or something? 2020-05-11 21:04:57 tim___ Because the MC client isnt even waiting before removing the whole chunk section 2020-05-11 21:11:23 +pokechu22 Yeah, if that packet is changing the whole chunk section, something really weird is happening. (To be clear: is it removing a 16x16x16 area, or 16x256x16?) 2020-05-11 21:14:27 tim___ 16x16x16 2020-05-11 21:14:30 tim___ https://cdn.discordapp.com/attachments/659045545293250566/709483497391128676/Peek_2020-05-11_21-12.gif 2020-05-11 21:14:39 tim___ i didnt know where to upload a gif so i did it with discord xd 2020-05-11 21:14:50 tim___ oh nevermind, it seems like only the person i sent it to can access it 2020-05-11 21:15:41 tim___ https://imgur.com/a/qLpKZuP 2020-05-11 21:15:43 tim___ that one should work 2020-05-11 21:16:11 tim___ very laggy though, whatever i guess you get the point lol 2020-05-11 21:17:56 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (Quit: o>) 2020-05-11 21:18:25 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-05-11 21:18:51 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (Client Quit) 2020-05-11 21:19:38 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-05-11 21:19:44 +pokechu22 Hmm, that really should not happen, since it seems like it might be corrupting the chunk palette somehow 2020-05-11 21:23:04 tim___ Its all grass blocks right now, so the palette is [0b1001] and the whole chunk section is 4096 times 0b0001 2020-05-11 21:23:33 tim___ could that be wrong somehow? 2020-05-11 21:26:18 +pokechu22 I think there might be some weirdness with air not being in the palette? 2020-05-11 21:30:24 tim___ Hmm. Does the palette of a chunk section stay with it? 2020-05-11 21:30:34 tim___ As in, do I have to use that palette to set blocks to air? 2020-05-11 21:34:05 tim___ Because otherwise I don't think that would really cause any problems 2020-05-11 21:34:27 +pokechu22 You don't use that palette in other packets, but the client still stores that palette in memory (and uses it for the in-memory representation of the chunk) 2020-05-11 21:35:29 tim___ Ah I see. So if I want to add blocks that aren't in the chunk section I would probably have to send another Chunk Data packet with Full Chunk set to fals? 2020-05-11 21:35:33 tim___ false* 2020-05-11 21:36:45 +pokechu22 No, it should know to expand the palette automatically; it's more or less an implementation detail... but the palette still getting messed up in this case is the only explanation I have for the whole section being replaced 2020-05-11 21:37:08 +pokechu22 What happens if you use some other block (say, stone) in the acknowledge digging packet? 2020-05-11 21:37:36 tim___ now that i think about it other blocks did work 2020-05-11 21:40:05 +pokechu22 It might be assuming that air is already in the palette (I think it is in vanilla, at least, even if the section doesn't have any air blocks in it) 2020-05-11 21:44:11 tim___ hm, it still doesnt seem to work after manually adding the air block to the palette 2020-05-11 21:44:17 tim___ ill try again tomorow, i gotta study now 2020-05-11 21:44:19 tim___ thanks for your time 2020-05-11 21:59:38 <-- tim___ (~tim@83.247.27.50) a quitté (Quit: Konversation terminated!) 2020-05-11 23:19:37 <-- Steve42 (~Steve42@pool-96-241-222-61.washdc.fios.verizon.net) a quitté (Quit: Oof!) 2020-05-11 23:20:06 --> Steve42 (~Steve42@pool-96-241-222-61.washdc.fios.verizon.net) a rejoint #mcdevs 2020-05-12 00:17:38 Not-944e [mineflayer] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/Jfl7Z 2020-05-12 00:17:39 Not-944e [mineflayer] Karang db52506 - Fix 2 transfer bugs at once 2020-05-12 00:17:41 Not-944e [mineflayer] rom1504 af9f6a3 - Merge pull request #992 from Karang/karang_fixtransfer Fix 2 transfer bugs 2020-05-12 04:37:43 <-- mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a quitté (Ping timeout: 256 seconds) 2020-05-12 07:10:23 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-12 07:17:23 <-- alexge50 (~alexge50@unaffiliated/alexge50) a quitté (Read error: Connection reset by peer) 2020-05-12 07:20:26 --> alexge50 (~alexge50@unaffiliated/alexge50) a rejoint #mcdevs 2020-05-12 12:11:37 --> mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-12 15:56:29 Steve42 my buddy is working on a plugin and was asking my why the steer vehicle packet always sends 0.98 for the direction 2020-05-12 15:56:30 Steve42 why not 1? 2020-05-12 16:34:58 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 260 seconds) 2020-05-12 16:36:59 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-12 18:07:00 --> tim_______ (~tim@83.247.27.50) a rejoint #mcdevs 2020-05-12 18:07:32 tim_______ It seems like block updates are causing whole chunk sections to despawn when I try to set a block to air 2020-05-12 18:07:48 tim_______ It doesn't happen when I change blocks to non-air blocks 2020-05-12 18:08:23 tim_______ This makes me think that I'm doing Chunk Data wrong. What I'm currently doing is simply sending a Full Chunk for each chunk, that's it. It's rendering properly etc 2020-05-12 18:09:46 tim_______ When I replace a block by non-air the whole chunk section seems to flicker though. As if it unloads and then instantly loads it again 2020-05-12 18:10:39 +pokechu22 Yeah, that really should be fine... Though yesterday you mentioned your palette was [0b1001] and the block was 0b0001; doesn't that index the palette out of bounds? 2020-05-12 18:12:23 tim_______ I must've misspoken. That's indeed my palette but the blocks would then be 0b0000 2020-05-12 18:13:17 +pokechu22 Try the palette [0, 0b1001] instead and see if that makes a difference 2020-05-12 18:13:23 tim_______ I just figured it out! Whenever I reach out for help I seem to fix it 2020-05-12 18:13:34 tim_______ Yeah I added 1 air block to my chunk so its like that right now 2020-05-12 18:13:38 tim_______ I was sending a wrong block count 2020-05-12 18:13:48 tim_______ I was sending the amount of unique non-air blocks, not the total amount of non-air blocks 2020-05-12 18:13:57 tim_______ Happy to have fixed this, thanks for your help! 2020-05-12 18:14:01 +pokechu22 Ah, interesting! 2020-05-12 18:15:19 Sainan Every time I check in with HexChat, it seems tim_______ gains 3 additional underscores, I'm afraid what I'll see next time 2020-05-12 18:16:52 tim_______ tim is already taken so i have to fill in another name if i dont want to be guest12387912 so i just hold it for a while 2020-05-12 18:17:11 tim_______ lets hope my keyboard doesnt get stuck while doing that 2020-05-12 18:21:00 <-- SiebeDW (~SiebeDW@9.204.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-12 18:21:00 <-- islender (~islender@9.204.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-12 18:21:00 <-- None4U (~None4U@9.204.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-12 18:21:00 <-- circuit10 (~circuit10@9.204.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-12 18:21:29 --> SiebeDW (~SiebeDW@147.116.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-12 18:21:30 --> islender (~islender@147.116.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-12 18:21:30 --> None4U (~None4U@147.116.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-12 18:21:30 --> circuit10 (~circuit10@147.116.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-12 19:12:07 <-- tim_______ (~tim@83.247.27.50) a quitté (Quit: Konversation terminated!) 2020-05-12 19:15:35 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 258 seconds) 2020-05-12 19:57:43 <-- Rudde (~rudde@netboot.io) a quitté (Remote host closed the connection) 2020-05-12 20:05:53 tktech Yup definitely going back to our pre-canned Q&A for registration. Google's captcha is 100% broken. Holy spam. 2020-05-12 20:08:01 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-12 20:15:44 Sainan Time to switch to the hot new hCaptcha trend all the cool kids (Cloudflare are all the cool kids, right?) are using! 2020-05-12 20:21:49 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-12 20:22:15 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-12 20:43:52 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-12 20:44:19 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-12 21:05:48 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-12 21:06:12 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-12 21:06:22 jkrejcha Okay so I'm kinda confused 2020-05-12 21:06:34 jkrejcha What would cause blocks to like... faze in and out of existence 2020-05-12 21:08:01 jkrejcha It seems like sometimes I can target a block, but sometimes it just kinda disappears, and sometimes it doesn't render. I know about the bordering chunk thing and all of the chunks have neighbors 2020-05-12 21:09:37 jkrejcha It seems like entire chunk sections "spawn" in when certain things happen (like I place a block) 2020-05-12 21:09:57 Sainan Which version, and is this vanilla client on your custom server? 2020-05-12 21:13:39 jkrejcha 1.15.2 and yes 2020-05-12 21:14:14 jkrejcha I've neglected to send any lighting information at all so that's my guess as to it, but I would've just expected everything to be pitch black 2020-05-12 21:14:50 Sainan You need to send an "update_view_position" packet 2020-05-12 21:15:00 jkrejcha Ah 2020-05-12 21:15:03 jkrejcha Right 2020-05-12 21:15:18 jkrejcha Thanks 2020-05-12 21:21:14 --> WD_Gaster (d960f2b5@217.96.242.181.ipv4.supernova.orange.pl) a rejoint #mcdevs 2020-05-12 22:26:06 <-- WD_Gaster (d960f2b5@217.96.242.181.ipv4.supernova.orange.pl) a quitté (Remote host closed the connection) 2020-05-12 22:57:19 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 260 seconds) 2020-05-12 23:03:43 <-- SiebeDW (~SiebeDW@147.116.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-12 23:03:43 <-- islender (~islender@147.116.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-12 23:03:43 <-- circuit10 (~circuit10@147.116.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-12 23:03:43 <-- None4U (~None4U@147.116.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-12 23:15:29 --> SiebeDW (~SiebeDW@161.209.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-12 23:15:32 --> None4U (~None4U@161.209.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-12 23:15:32 --> islender (~islender@161.209.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-12 23:15:32 --> circuit10 (~circuit10@161.209.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-12 23:19:33 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-13 00:01:26 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 256 seconds) 2020-05-13 00:07:59 --> SpaceManiac (~SpaceMani@c-67-166-156-109.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-05-13 00:07:59 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2020-05-13 00:37:52 <-- Dadido3_ (~quassel@p200300D9DF3B2900B4A7C7A58E67E48A.dip0.t-ipconnect.de) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2020-05-13 00:38:28 --> Dadido3 (~quassel@p200300D9DF3B2900B878FD48D4E1A0D2.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-13 03:22:40 <-- mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a quitté (Ping timeout: 246 seconds) 2020-05-13 03:58:31 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 256 seconds) 2020-05-13 04:31:35 <-- SpaceManiac (~SpaceMani@c-67-166-156-109.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-13 04:32:33 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-05-13 04:32:33 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2020-05-13 07:20:21 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-13 07:25:34 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 246 seconds) 2020-05-13 09:35:28 <-- StackDoubleFlow (~StackDoub@c-24-12-30-154.hsd1.il.comcast.net) a quitté (Ping timeout: 256 seconds) 2020-05-13 12:14:42 --> mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-13 13:13:31 <-- Majavah (~tassu@wikipedia/majavah) a quitté (Quit: The Lounge - https://thelounge.chat) 2020-05-13 13:13:45 --> Majavah (~tassu@wikipedia/majavah) a rejoint #mcdevs 2020-05-13 16:32:36 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 256 seconds) 2020-05-13 16:34:29 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-13 17:37:27 -- l4mRh4X0r est maintenant connu sous le nom l4mRh4X0r_ 2020-05-13 17:45:02 Not-944e [McUpdates] Minecraft snapshot 20w20a has just been published to the launcher! 2020-05-13 17:45:13 Not-944e [McUpdates] Data generated by 20w20a: https://apimon.de/mcdata/20w20a/ 2020-05-13 17:45:23 Not-944e [minecraft-data] automatic-beyond-belief pushed 1 commit to master [+0/-0/±1] https://git.io/Jf4zG 2020-05-13 17:45:24 Not-944e [minecraft-data] automatic-beyond-belief c363ac0 - Add 20w20a to common/protocolVersions.json 2020-05-13 17:46:29 Not-944e [Burger] New data now avaliable for 20w20a: 2020-05-13 17:46:31 Not-944e [Burger] Diff from 20w19a: https://pokechu22.github.io/Burger/diff_20w19a_20w20a.html (https://pokechu22.github.io/Burger/diff_20w19a_20w20a.json) 2020-05-13 17:46:32 Not-944e [Burger] Full data: https://pokechu22.github.io/Burger/20w20a.html (https://pokechu22.github.io/Burger/20w20a.json) 2020-05-13 18:06:24 --> Orladog (5ce84c12@gateway/web/cgi-irc/kiwiirc.com/ip.92.232.76.18) a rejoint #mcdevs 2020-05-13 18:06:34 -- Orladog est maintenant connu sous le nom Darkflame72 2020-05-13 18:07:38 -- Darkflame72 est maintenant connu sous le nom That 2020-05-13 18:08:11 -- That est maintenant connu sous le nom Darkflame72 2020-05-13 18:18:17 MiniDigger looks like the level type in respawn and join is now a boolean, indicating if its a flat world 2020-05-13 18:21:19 <-- Darkflame72 (5ce84c12@gateway/web/cgi-irc/kiwiirc.com/ip.92.232.76.18) a quitté (Quit: Connection closed) 2020-05-13 18:21:38 --> Orladog (5ce84c12@gateway/web/cgi-irc/kiwiirc.com/ip.92.232.76.18) a rejoint #mcdevs 2020-05-13 18:21:54 <-- vemacs (~vemacs@unaffiliated/vemacs) a quitté (Ping timeout: 256 seconds) 2020-05-13 18:22:26 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Remote host closed the connection) 2020-05-13 18:22:37 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2020-05-13 18:22:38 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2020-05-13 18:22:38 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2020-05-13 18:23:04 --> vemacs (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a rejoint #mcdevs 2020-05-13 18:23:04 <-- vemacs (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a quitté (Changing host) 2020-05-13 18:23:04 --> vemacs (~vemacs@unaffiliated/vemacs) a rejoint #mcdevs 2020-05-13 18:51:23 <-- Orladog (5ce84c12@gateway/web/cgi-irc/kiwiirc.com/ip.92.232.76.18) a quitté (Ping timeout: 265 seconds) 2020-05-13 18:53:34 <-- None4U (~None4U@161.209.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-13 18:53:34 <-- SiebeDW (~SiebeDW@161.209.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-13 18:53:34 <-- circuit10 (~circuit10@161.209.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-13 18:53:34 <-- islender (~islender@161.209.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-13 18:55:04 --> barneygale (~barneygal@82-69-49-24.dsl.in-addr.zen.co.uk) a rejoint #mcdevs 2020-05-13 18:59:42 --> islender (~islender@13.84.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-13 18:59:42 --> SiebeDW (~SiebeDW@13.84.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-13 18:59:42 --> circuit10 (~circuit10@13.84.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-13 18:59:42 --> None4U (~None4U@13.84.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-13 19:00:06 <-- Processus42 (~leo@unaffiliated/processus42) a quitté (Ping timeout: 256 seconds) 2020-05-13 19:00:52 --> Processus42 (~leo@unaffiliated/processus42) a rejoint #mcdevs 2020-05-13 19:38:14 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-13 20:04:42 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 256 seconds) 2020-05-13 20:34:57 <-- Steve42 (~Steve42@pool-96-241-222-61.washdc.fios.verizon.net) a quitté (Quit: Oof!) 2020-05-13 20:35:06 --> Steve42 (~Steve42@pool-96-241-222-61.washdc.fios.verizon.net) a rejoint #mcdevs 2020-05-13 20:36:55 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-13 21:36:07 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-13 21:39:35 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 265 seconds) 2020-05-13 21:49:40 --> justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-13 21:53:07 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 265 seconds) 2020-05-13 21:58:14 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-13 21:59:07 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-13 22:04:09 --> MiniDigger6 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-13 22:05:14 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-13 22:05:15 -- MiniDigger6 est maintenant connu sous le nom MiniDigger 2020-05-13 22:33:49 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 264 seconds) 2020-05-13 22:53:16 --> StackDoubleFlow (~StackDoub@c-24-12-30-154.hsd1.il.comcast.net) a rejoint #mcdevs 2020-05-13 22:59:01 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-13 22:59:20 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-13 23:03:13 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-13 23:04:07 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-13 23:24:04 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-13 23:27:14 <-- justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 258 seconds) 2020-05-13 23:30:40 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-13 23:31:05 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-13 23:41:01 <-- barneygale (~barneygal@82-69-49-24.dsl.in-addr.zen.co.uk) a quitté (Remote host closed the connection) 2020-05-13 23:44:43 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-13 23:45:07 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-13 23:58:29 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-13 23:59:22 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 00:02:50 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 00:04:13 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 00:57:54 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 00:59:09 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 01:04:12 --> MiniDigger5 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 01:05:12 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-14 01:05:13 -- MiniDigger5 est maintenant connu sous le nom MiniDigger 2020-05-14 01:58:03 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 01:59:07 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 02:04:30 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 02:04:50 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 02:15:55 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-14 02:59:10 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-14 02:59:18 --> MiniDigger7 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 03:03:18 <-- MiniDigger7 (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 03:04:13 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 03:44:58 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 246 seconds) 2020-05-14 03:58:05 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 03:59:11 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 04:04:13 --> MiniDigger2 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 04:05:44 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-14 04:05:45 -- MiniDigger2 est maintenant connu sous le nom MiniDigger 2020-05-14 04:17:25 <-- mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a quitté (Ping timeout: 258 seconds) 2020-05-14 04:58:05 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 04:59:11 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 05:04:10 --> MiniDigger4 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 05:05:40 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-14 05:05:40 -- MiniDigger4 est maintenant connu sous le nom MiniDigger 2020-05-14 05:18:41 <-- Dadido3 (~quassel@p200300D9DF3B2900B878FD48D4E1A0D2.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2020-05-14 05:19:48 --> Dadido3 (~quassel@p200300D9DF3B29003592A32A50BAAEA8.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-14 06:03:17 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 06:04:13 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 06:58:39 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 06:59:12 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 07:04:06 --> MiniDigger9 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 07:05:15 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-14 07:05:15 -- MiniDigger9 est maintenant connu sous le nom MiniDigger 2020-05-14 07:58:31 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 07:59:08 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 08:04:20 --> MiniDigger6 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 08:05:25 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-14 08:05:25 -- MiniDigger6 est maintenant connu sous le nom MiniDigger 2020-05-14 08:16:24 <-- RoboMWM (~RoboMWM@tf.robomwm.com) a quitté (Read error: Connection reset by peer) 2020-05-14 08:58:13 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 08:59:09 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 09:03:01 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 09:04:10 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 09:41:49 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 256 seconds) 2020-05-14 09:58:02 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 09:59:09 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 10:03:32 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 10:04:10 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 10:48:36 --> zorbyte (9e8cc0b5@158.140.192.181) a rejoint #mcdevs 2020-05-14 10:53:42 zorbyte I have a question about the legacy response packet, if I send it after inappropriately handling the request packet and receiving a legacy ping, will a vanilla (1.15.2) client immediately close the connection? I was just testing some stuff and this appears to be the behaviour I get. Is this normal? 2020-05-14 10:58:00 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 10:59:09 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 11:03:27 --> randomness83 (59bbaeef@89.187.174.239) a rejoint #mcdevs 2020-05-14 11:03:53 <-- randomness83 (59bbaeef@89.187.174.239) a quitté #mcdevs 2020-05-14 11:04:18 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 11:04:37 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 11:07:21 zorbyte Never mind I just had to close the socket myself. Sorry! 2020-05-14 11:27:34 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 256 seconds) 2020-05-14 11:29:40 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-05-14 11:29:40 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2020-05-14 11:55:02 Not-944e [McUpdates] Minecraft snapshot 20w20b has just been published to the launcher! 2020-05-14 11:55:11 Not-944e [McUpdates] Data generated by 20w20b: https://apimon.de/mcdata/20w20b/ 2020-05-14 11:55:17 Not-944e [minecraft-data] automatic-beyond-belief pushed 1 commit to master [+0/-0/±1] https://git.io/JfBOt 2020-05-14 11:55:19 Not-944e [minecraft-data] automatic-beyond-belief 6ddb883 - Add 20w20b to common/protocolVersions.json 2020-05-14 11:57:59 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 11:59:10 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 12:03:01 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 12:04:09 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 12:05:08 Not-944e [Burger] New data now avaliable for 20w20b: 2020-05-14 12:05:09 Not-944e [Burger] Diff from 20w20a: https://pokechu22.github.io/Burger/diff_20w20a_20w20b.html (https://pokechu22.github.io/Burger/diff_20w20a_20w20b.json) 2020-05-14 12:05:11 Not-944e [Burger] Full data: https://pokechu22.github.io/Burger/20w20b.html (https://pokechu22.github.io/Burger/20w20b.json) 2020-05-14 12:22:16 --> mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-14 12:27:34 <-- zorbyte (9e8cc0b5@158.140.192.181) a quitté (Ping timeout: 245 seconds) 2020-05-14 12:45:34 <-- None4U (~None4U@13.84.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 12:45:34 <-- islender (~islender@13.84.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 12:45:34 <-- SiebeDW (~SiebeDW@13.84.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 12:45:34 <-- circuit10 (~circuit10@13.84.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 12:50:31 --> None4U (~None4U@82.152.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 12:50:31 --> SiebeDW (~SiebeDW@82.152.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 12:50:31 --> circuit10 (~circuit10@82.152.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 12:50:31 --> islender (~islender@82.152.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 12:58:05 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 12:59:09 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 13:03:01 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 13:04:08 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 13:27:07 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-14 13:33:25 --> zorbyte (9e8cc0b5@158.140.192.181) a rejoint #mcdevs 2020-05-14 13:55:29 <-- zorbyte (9e8cc0b5@158.140.192.181) a quitté (Ping timeout: 245 seconds) 2020-05-14 13:58:18 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 13:59:13 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 14:58:02 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 14:59:11 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 15:03:03 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 15:04:09 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 15:33:44 --> tim_______ (~tim@83.247.27.50) a rejoint #mcdevs 2020-05-14 15:34:27 tim_______ The page on Entity Metadata mentions the Spawn Object packet, but it's not on the latest documentation. Is Spawn Entity equivalent? 2020-05-14 15:36:21 tim_______ It seems like its not the case as using the Object ID as the type just uses entity types 2020-05-14 15:56:06 bswartz tim_______: Yes, the various types of entities have been merged 2020-05-14 15:58:13 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 15:59:19 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 16:03:11 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 16:04:34 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 16:19:58 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 256 seconds) 2020-05-14 16:21:52 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-14 16:25:39 tim_______ Ah I see, thanks 2020-05-14 16:38:36 --> RoboMWM (~RoboMWM@tf.robomwm.com) a rejoint #mcdevs 2020-05-14 16:43:07 tim_______ Im guessing to drop a block you just spawn an item and send metadata after then? 2020-05-14 16:58:47 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 16:59:09 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 17:03:37 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 17:04:12 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 17:58:04 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 17:59:11 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 18:04:11 --> MiniDigger7 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 18:05:20 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-14 18:05:20 -- MiniDigger7 est maintenant connu sous le nom MiniDigger 2020-05-14 18:13:53 bswartz tim_______: You mean like a gravity block falling? 2020-05-14 18:15:01 bswartz Those are entities. If you dig underneath sand, the sand block turns to air, a falling block entity spawns, it moves down until it lands on something solid, then the entity despawns and the air/water block above the solid thing turns to sand 2020-05-14 18:19:41 tim_______ Oh sorry for being unclear, I meant when you mine dirt and it drops a dirt item 2020-05-14 18:24:23 bswartz Yeah any loot that drops is an entity 2020-05-14 18:25:30 bswartz All loots, whether block drops, mob drops, or player drops is the same kind of entity 2020-05-14 18:25:55 bswartz Called "minecraft:item" IIRC 2020-05-14 18:41:25 <-- bildramer (~bildramer@p200300CF3714A800DDA3BE5850EEFDB6.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2020-05-14 18:53:49 --> bildramer (~bildramer@p200300CF3715EB000EA565A6AB06B836.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-14 18:54:28 tim_______ Yeah that's the one, entity id 35 2020-05-14 18:54:30 tim_______ Thanks 2020-05-14 18:54:34 tim_______ Ill try to get it working :P 2020-05-14 18:55:35 bswartz Protocol IDs change each version. You should use the string IDs in your code 2020-05-14 18:55:58 tim_______ I see 2020-05-14 18:56:11 tim_______ And then have something mapping string ids to protocol ids i guess 2020-05-14 18:56:15 bswartz Yes 2020-05-14 18:56:29 tim_______ Alright will do, thanks 2020-05-14 18:58:31 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 18:59:08 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 19:03:31 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 19:04:06 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 19:05:21 <-- tim_______ (~tim@83.247.27.50) a quitté (Quit: Konversation terminated!) 2020-05-14 19:57:58 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 19:59:19 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 20:03:52 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 20:04:13 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 20:59:12 --> MiniDigger6 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 21:00:32 <-- None4U (~None4U@82.152.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 21:00:32 <-- islender (~islender@82.152.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 21:00:32 <-- SiebeDW (~SiebeDW@82.152.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 21:00:32 <-- circuit10 (~circuit10@82.152.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 21:00:57 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-14 21:00:57 -- MiniDigger6 est maintenant connu sous le nom MiniDigger 2020-05-14 21:03:07 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Client Quit) 2020-05-14 21:04:13 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 21:04:54 --> SiebeDW (~SiebeDW@213.174.226.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 21:04:54 --> None4U (~None4U@213.174.226.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 21:04:54 --> islender (~islender@213.174.226.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 21:04:54 --> circuit10 (~circuit10@213.174.226.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 21:33:54 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2020-05-14 21:45:28 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 256 seconds) 2020-05-14 21:53:52 <-- circuit10 (~circuit10@213.174.226.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 21:53:52 <-- None4U (~None4U@213.174.226.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 21:53:52 <-- islender (~islender@213.174.226.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 21:53:52 <-- SiebeDW (~SiebeDW@213.174.226.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 21:55:54 --> circuit10 (~circuit10@158.174.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 21:55:54 --> None4U (~None4U@158.174.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 21:55:54 --> islender (~islender@158.174.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 21:55:56 --> SiebeDW (~SiebeDW@158.174.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-14 21:58:36 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2020-05-14 21:59:12 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 22:04:13 --> MiniDigger8 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-05-14 22:04:14 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Read error: Connection reset by peer) 2020-05-14 22:04:14 -- MiniDigger8 est maintenant connu sous le nom MiniDigger 2020-05-14 22:32:41 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2020-05-14 22:37:31 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 260 seconds) 2020-05-14 23:24:39 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2020-05-14 23:29:37 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 264 seconds) 2020-05-14 23:36:19 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 260 seconds) 2020-05-14 23:48:19 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-14 23:57:54 <-- SiebeDW (~SiebeDW@158.174.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 23:57:54 <-- None4U (~None4U@158.174.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 23:57:54 <-- circuit10 (~circuit10@158.174.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-14 23:57:54 <-- islender (~islender@158.174.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-15 00:01:55 --> SiebeDW (~SiebeDW@153.186.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 00:01:55 --> circuit10 (~circuit10@153.186.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 00:01:55 --> islender (~islender@153.186.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 00:01:55 --> None4U (~None4U@153.186.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 00:12:07 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2020-05-15 00:38:56 --> zorbyte (9e8cc0b5@158.140.192.181) a rejoint #mcdevs 2020-05-15 01:05:58 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-15 01:06:23 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-15 01:15:29 <-- zorbyte (9e8cc0b5@158.140.192.181) a quitté (Ping timeout: 245 seconds) 2020-05-15 01:34:19 --> zorbyte (9e8cc0b5@158.140.192.181) a rejoint #mcdevs 2020-05-15 01:57:25 rom1504 You could use minecraft data protocol.json for this instead of redoing it from scratch for every version ;) 2020-05-15 02:04:27 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-15 02:07:31 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 260 seconds) 2020-05-15 02:26:17 bswartz ^ I hoped this went without saying. Maybe we need to repeat this more often 2020-05-15 03:20:29 <-- bildramer (~bildramer@p200300CF3715EB000EA565A6AB06B836.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2020-05-15 03:24:49 --> bildramer (~bildramer@p200300CF3715EB000EA565A6AB06B836.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-15 03:44:17 <-- SiebeDW (~SiebeDW@153.186.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-15 03:44:17 <-- islender (~islender@153.186.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-15 03:44:17 <-- circuit10 (~circuit10@153.186.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-15 03:44:17 <-- None4U (~None4U@153.186.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-15 03:49:17 <-- bildramer (~bildramer@p200300CF3715EB000EA565A6AB06B836.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2020-05-15 03:53:00 --> None4U (~None4U@12.65.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 03:53:00 --> islender (~islender@12.65.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 03:53:00 --> SiebeDW (~SiebeDW@12.65.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 03:53:06 --> circuit10 (~circuit10@12.65.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 05:26:29 <-- zorbyte (9e8cc0b5@158.140.192.181) a quitté (Remote host closed the connection) 2020-05-15 05:52:28 <-- mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a quitté (Ping timeout: 272 seconds) 2020-05-15 06:24:43 --> bildramer (~bildramer@p200300CF370C2F00F491D6DCDD1B9AEF.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-15 06:53:20 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 265 seconds) 2020-05-15 07:03:07 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-15 08:24:03 --> bildramer1 (~bildramer@p200300CF370D7A000E75ADBB08FA42EB.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-15 08:25:17 <-- bildramer (~bildramer@p200300CF370C2F00F491D6DCDD1B9AEF.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2020-05-15 08:39:11 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 265 seconds) 2020-05-15 09:05:23 -- bildramer1 est maintenant connu sous le nom bildramer 2020-05-15 11:18:30 <-- islender (~islender@12.65.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-15 11:18:30 <-- SiebeDW (~SiebeDW@12.65.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-15 11:18:30 <-- None4U (~None4U@12.65.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-15 11:18:30 <-- circuit10 (~circuit10@12.65.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-15 12:05:10 --> islender (~islender@164.1.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 12:05:10 --> circuit10 (~circuit10@164.1.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 12:05:10 --> None4U (~None4U@164.1.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 12:05:10 --> SiebeDW (~SiebeDW@164.1.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-15 13:11:42 --> cheakoirccloud (uid293319@gateway/web/irccloud.com/x-mfnutqhapddnidid) a rejoint #mcdevs 2020-05-15 14:00:51 --> mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-15 15:19:13 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-15 15:53:14 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 256 seconds) 2020-05-15 15:55:15 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-15 16:02:04 <-- bildramer (~bildramer@p200300CF370D7A000E75ADBB08FA42EB.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2020-05-15 16:14:55 --> bildramer (~bildramer@p200300cf3713920036b39776bc763dd8.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-15 16:16:17 <-- bildramer (~bildramer@p200300cf3713920036b39776bc763dd8.dip0.t-ipconnect.de) a quitté (Excess Flood) 2020-05-15 16:16:56 --> bildramer (~bildramer@p200300cf3713920036b39776bc763dd8.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-15 16:25:05 <-- bildramer (~bildramer@p200300cf3713920036b39776bc763dd8.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2020-05-15 16:48:49 --> bildramer (~bildramer@p200300cf3713e8007a4e06409a039591.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-15 16:49:03 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-15 16:52:10 <-- bildramer (~bildramer@p200300cf3713e8007a4e06409a039591.dip0.t-ipconnect.de) a quitté (Client Quit) 2020-05-15 16:52:19 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 260 seconds) 2020-05-15 16:53:55 <-- alexge50 (~alexge50@unaffiliated/alexge50) a quitté (Read error: Connection reset by peer) 2020-05-15 16:55:04 --> alexge50 (~alexge50@unaffiliated/alexge50) a rejoint #mcdevs 2020-05-15 16:58:11 --> bildramer (~bildramer@p200300CF3713FE00125DB9FC63F1CCC7.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-15 18:22:43 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2020-05-15 19:38:27 <-- bildramer (~bildramer@p200300CF3713FE00125DB9FC63F1CCC7.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2020-05-15 19:48:38 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 256 seconds) 2020-05-15 19:53:06 --> bildramer (~bildramer@p200300CF3715B800517EB0F50591B522.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-15 20:20:46 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-15 20:26:27 <-- bildramer (~bildramer@p200300CF3715B800517EB0F50591B522.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2020-05-15 20:39:56 --> bildramer (~bildramer@p548A963B.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-15 20:45:09 <-- bildramer (~bildramer@p548A963B.dip0.t-ipconnect.de) a quitté (Ping timeout: 265 seconds) 2020-05-15 20:48:00 --> bildramer (~bildramer@p200300cf3716d800f3f9cfcf8c7a59b1.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-15 22:12:27 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 260 seconds) 2020-05-15 22:14:15 --> caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a rejoint #mcdevs 2020-05-16 02:40:04 <-- None4U (~None4U@164.1.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-16 02:40:04 <-- circuit10 (~circuit10@164.1.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-16 02:40:05 <-- islender (~islender@164.1.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-16 02:40:05 <-- SiebeDW (~SiebeDW@164.1.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-16 02:45:22 --> None4U (~None4U@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-16 02:45:22 --> SiebeDW (~SiebeDW@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-16 02:45:22 --> islender (~islender@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-16 02:45:22 --> circuit10 (~circuit10@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-16 04:59:37 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 264 seconds) 2020-05-16 05:01:34 <-- alexge50 (~alexge50@unaffiliated/alexge50) a quitté (Read error: Connection reset by peer) 2020-05-16 05:03:37 --> alexge50 (~alexge50@unaffiliated/alexge50) a rejoint #mcdevs 2020-05-16 05:34:53 <-- mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a quitté (Ping timeout: 265 seconds) 2020-05-16 07:05:59 --> alexge50_ (~alexge50@5-12-145-95.residential.rdsnet.ro) a rejoint #mcdevs 2020-05-16 07:06:43 <-- alexge50 (~alexge50@unaffiliated/alexge50) a quitté (Ping timeout: 246 seconds) 2020-05-16 08:35:00 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 258 seconds) 2020-05-16 09:03:52 <-- Defolos (~Defolos@fedora/defolos) a quitté (Remote host closed the connection) 2020-05-16 09:07:46 --> Defolos (~Defolos@fedora/defolos) a rejoint #mcdevs 2020-05-16 09:09:34 <-- bildramer (~bildramer@p200300cf3716d800f3f9cfcf8c7a59b1.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2020-05-16 09:20:14 --> dexter0_ (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-05-16 09:20:46 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 246 seconds) 2020-05-16 09:20:47 -- dexter0_ est maintenant connu sous le nom dexter0 2020-05-16 09:24:14 --> bildramer (~bildramer@p200300cf371f4800fbafe90acacb5e1e.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-16 09:31:28 <-- alexge50_ (~alexge50@5-12-145-95.residential.rdsnet.ro) a quitté (Quit: ZNC 1.7.5 - https://znc.in) 2020-05-16 09:31:52 --> alexge50 (~alexge50@unaffiliated/alexge50) a rejoint #mcdevs 2020-05-16 09:37:38 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-05-16 09:44:17 <-- Defolos (~Defolos@fedora/defolos) a quitté (Ping timeout: 265 seconds) 2020-05-16 09:50:54 --> Defolos (~Defolos@fedora/defolos) a rejoint #mcdevs 2020-05-16 10:55:58 --> mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-16 13:39:05 <-- bildramer (~bildramer@p200300cf371f4800fbafe90acacb5e1e.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2020-05-16 13:52:53 --> bildramer (~bildramer@p548a94ec.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-16 14:06:50 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-05-16 14:44:34 <-- bildramer (~bildramer@p548a94ec.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2020-05-16 14:47:16 --> bildramer (~bildramer@p200300cf37216300cbb41eeafbb76ff6.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-16 16:34:08 <-- dan5 (~dan@unaffiliated/dan112) a quitté (Quit: ZNC - https://znc.in) 2020-05-16 16:39:17 --> dan5 (~dan@139.99.199.132) a rejoint #mcdevs 2020-05-16 17:56:42 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-16 20:26:49 <-- evanmn (~evanmn@em.cool) a quitté (Ping timeout: 246 seconds) 2020-05-16 21:19:42 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-16 21:21:42 ackpacket Has anybody heard of, or put any work into, making the regular client headless? I find there are a lot of solid use-cases for running a client in the cloud (afk bot, collaborative swarming, generating data for ML) but most projects that lend themselves to it are re-creates of the client from scratch. Usually the recreates fails some physics tests which means they're either exposed and kickced, or generating bad data 2020-05-16 21:22:26 +pokechu22 There's whatever this is: https://github.com/microsoft/malmo 2020-05-16 22:08:38 <-- mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a quitté (Ping timeout: 272 seconds) 2020-05-16 22:37:38 Not-944e [mineflayer] rom1504 pushed 1 commit to master [+1/-0/±0] https://git.io/Jf0zz 2020-05-16 22:37:40 Not-944e [mineflayer] rom1504 b92b251 - Add npm publish workflow to automatically release to npm It will be triggered when a "Release XXX" commit is done containing an update of the package.json version It will add a tag with the right version automatically uses github action https://github.com/marketplace/actions/publish-to-npm 2020-05-16 22:37:42 Not-944e [flying-squid] rom1504 pushed 1 commit to master [+1/-0/±0] https://git.io/Jf0zg 2020-05-16 22:37:43 Not-944e [flying-squid] rom1504 590aa09 - Add npm publish workflow to automatically release to npm It will be triggered when a "Release XXX" commit is done containing an update of the package.json version It will add a tag with the right version automatically uses github action https://github.com/marketplace/actions/publish-to-npm 2020-05-16 22:41:50 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté (Ping timeout: 260 seconds) 2020-05-16 22:42:28 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-05-16 22:43:44 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-16 22:59:10 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-16 23:20:39 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-16 23:26:07 rom1504 Would be cool to do 2020-05-16 23:26:59 rom1504 I tried this there a while ago https://github.com/PrismarineJS/node-minecraft-wrap/pull/18 2020-05-16 23:27:19 rom1504 Managed to download and launch the game automatically (basically a launcher) 2020-05-16 23:27:52 rom1504 Also managed to do basic controls with robotjs 2020-05-16 23:28:10 rom1504 I wanted to do headless by using a virtual x server next 2020-05-16 23:28:19 rom1504 ackpacket: ^ 2020-05-16 23:28:26 rom1504 I think it could be interesting 2020-05-16 23:29:07 rom1504 I would be quite interested to combine this with some computer vision to do fun stuff 2020-05-16 23:29:39 rom1504 This Malmo thing has a lot of stars but the code looks horrible, not convinced it works 2020-05-16 23:31:20 rom1504 Well the actual python core looks ok 2020-05-16 23:31:32 rom1504 But their setup/configuration files seems broken 2020-05-16 23:32:11 rom1504 And it seems to be meant as a RL env which is quite limiting actually... 2020-05-16 23:32:22 rom1504 RL is not the only thing that can be done 2020-05-16 23:33:51 rom1504 But anyway this is cool and could have some fun use cases (computer vision on minecraft, RL, automatic testing,...) 2020-05-16 23:34:05 rom1504 But no really it doesn't fit the use cases you mentioned 2020-05-16 23:34:47 rom1504 "(afk bot, collaborative swarming, generating data for ML)" this could be done better with an actual headless library like mineflayer 2020-05-16 23:39:44 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-16 23:41:28 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-16 23:42:26 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-16 23:49:28 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-16 23:56:45 <-- bildramer (~bildramer@p200300cf37216300cbb41eeafbb76ff6.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2020-05-16 23:58:53 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-17 00:03:25 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-17 00:07:58 --> bildramer (~bildramer@p548a9d15.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-17 00:09:55 <-- bildramer (~bildramer@p548a9d15.dip0.t-ipconnect.de) a quitté (Max SendQ exceeded) 2020-05-17 00:10:33 --> bildramer (~bildramer@p548a9d15.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-17 00:15:04 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-17 00:23:55 <-- bildramer (~bildramer@p548a9d15.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2020-05-17 00:36:34 --> bildramer (~bildramer@p548a9532.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-17 00:37:31 <-- bildramer (~bildramer@p548a9532.dip0.t-ipconnect.de) a quitté (Excess Flood) 2020-05-17 00:38:27 --> bildramer (~bildramer@p548A9532.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-17 00:40:14 <-- bildramer (~bildramer@p548A9532.dip0.t-ipconnect.de) a quitté (Excess Flood) 2020-05-17 00:40:46 --> bildramer (~bildramer@p548a9532.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-17 01:09:27 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 260 seconds) 2020-05-17 01:32:41 --> caelunsh1 (~caelum@75-169-49-196.slkc.qwest.net) a rejoint #mcdevs 2020-05-17 01:33:46 <-- caelunshun (~caelum@75-169-30-165.slkc.qwest.net) a quitté (Ping timeout: 246 seconds) 2020-05-17 01:46:07 <-- bildramer (~bildramer@p548a9532.dip0.t-ipconnect.de) a quitté (Ping timeout: 265 seconds) 2020-05-17 01:49:20 --> bildramer (~bildramer@p200300CF37255200E2DEA9B8165CCD8F.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-17 01:50:01 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-17 02:30:44 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-17 03:07:20 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-17 03:22:38 --> justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-17 03:26:01 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 264 seconds) 2020-05-17 03:36:13 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-17 03:42:39 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-17 03:57:36 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-17 04:03:40 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-17 04:12:08 <-- justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-17 04:12:36 --> justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-17 04:14:09 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-17 04:18:07 <-- justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-17 04:18:34 --> justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-17 04:58:04 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-17 05:01:41 <-- alexge50 (~alexge50@unaffiliated/alexge50) a quitté (Read error: Connection reset by peer) 2020-05-17 05:02:16 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-17 05:02:32 --> alexge50 (~alexge50@unaffiliated/alexge50) a rejoint #mcdevs 2020-05-17 05:22:09 <-- justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-17 05:22:37 --> justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-17 05:39:33 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-17 05:42:52 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-17 06:18:42 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-17 06:33:18 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-05-17 06:36:35 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2020-05-17 06:36:35 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-05-17 06:45:18 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 265 seconds) 2020-05-17 06:57:17 <-- cheakoirccloud (uid293319@gateway/web/irccloud.com/x-mfnutqhapddnidid) a quitté (Quit: Connection closed for inactivity) 2020-05-17 07:16:03 <-- _123DMWM (~123DMWM@2601:18d:580:3870:dd2d:2635:279b:9ca8) a quitté (Ping timeout: 252 seconds) 2020-05-17 07:16:28 --> _123DMWM (~123DMWM@2601:18d:580:3870:ed3f:7d8f:51f6:80c8) a rejoint #mcdevs 2020-05-17 08:06:51 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2020-05-17 08:07:02 <-- None4U (~None4U@246.7.70.34.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-05-17 08:07:12 <-- SiebeDW (~SiebeDW@246.7.70.34.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-05-17 08:07:13 <-- islender (~islender@246.7.70.34.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-05-17 08:07:13 <-- circuit10 (~circuit10@246.7.70.34.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-05-17 08:07:18 --> SiebeDW (~SiebeDW@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-17 08:07:19 --> islender1 (~islender@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-17 08:07:33 --> None4U (~None4U@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-17 08:07:33 --> circuit10 (~circuit10@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-17 09:13:05 --> justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-17 09:16:35 <-- justink-ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 265 seconds) 2020-05-17 10:41:39 <-- Defolos (~Defolos@fedora/defolos) a quitté (Ping timeout: 265 seconds) 2020-05-17 11:07:27 <-- SiebeDW (~SiebeDW@246.7.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-17 11:07:27 <-- islender1 (~islender@246.7.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-17 11:07:27 <-- None4U (~None4U@246.7.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-17 11:07:29 <-- circuit10 (~circuit10@246.7.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-17 11:07:30 --> islender (~islender@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-17 11:07:30 --> None4U1 (~None4U@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-17 11:07:30 --> circuit101 (~circuit10@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-17 11:07:30 --> SiebeDW1 (~SiebeDW@246.7.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-17 11:27:22 Not-944e [mineflayer] rom1504 pushed 5 commits to master [+2/-0/±5] https://git.io/Jf05H 2020-05-17 11:27:24 Not-944e [mineflayer] IdanHo 0a94b22 - Start work on mineflayer typings 2020-05-17 11:27:25 Not-944e [mineflayer] IdanHo b8028ba - standardize missing typing comments 2020-05-17 11:27:27 Not-944e [mineflayer] IdanHo 98ac60a - add types to package.json 2020-05-17 11:27:28 Not-944e [mineflayer] ... and 2 more commits. 2020-05-17 11:28:07 Not-944e [mineflayer] rom1504 pushed 4 commits to master [+0/-0/±5] https://git.io/Jf05Q 2020-05-17 11:28:09 Not-944e [mineflayer] MrZillaGold 75fa16d - Improve Russian docs 2020-05-17 11:28:10 Not-944e [mineflayer] MrZillaGold 6da80de - impove api docs 2020-05-17 11:28:12 Not-944e [mineflayer] MrZillaGold 8f86126 - Merge pull request #1 from MrZillaGold/patch-2 impove api docs 2020-05-17 11:28:13 Not-944e [mineflayer] rom1504 aad767d - Merge pull request #996 from MrZillaGold/patch-1 Improve Russian docs 2020-05-17 11:30:42 --> Defolos (~Defolos@fedora/defolos) a rejoint #mcdevs 2020-05-17 11:30:50 --> Defolos_ (~Defolos@fedora/defolos) a rejoint #mcdevs 2020-05-17 11:31:50 <-- justink_ase (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 260 seconds) 2020-05-17 11:34:16 <-- Defolos (~Defolos@fedora/defolos) a quitté (Client Quit) 2020-05-17 11:41:39 <-- Defolos_ (~Defolos@fedora/defolos) a quitté (Ping timeout: 256 seconds) 2020-05-17 11:42:05 --> Defolos (~Defolos@fedora/defolos) a rejoint #mcdevs 2020-05-17 12:12:31 <-- Defolos (~Defolos@fedora/defolos) a quitté (Ping timeout: 265 seconds) 2020-05-17 12:24:21 Not-944e [mineflayer-navigate] rom1504 pushed 3 commits to master [+0/-0/±3] https://git.io/Jf0FT 2020-05-17 12:24:22 Not-944e [mineflayer-navigate] rom1504 b9339e4 - Merge pull request #50 from PrismarineJS/dependabot/npm_and_yarn/standard-14.3.4 Bump standard from 11.0.1 to 14.3.4 2020-05-17 12:30:38 --> Defolos (~Defolos@fedora/defolos) a rejoint #mcdevs 2020-05-17 13:14:56 <-- bildramer (~bildramer@p200300CF37255200E2DEA9B8165CCD8F.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2020-05-17 13:37:21 --> bildramer (~bildramer@p548a9ac6.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-17 14:15:17 <-- bildramer (~bildramer@p548a9ac6.dip0.t-ipconnect.de) a quitté (Ping timeout: 265 seconds) 2020-05-17 14:37:38 --> bildramer (~bildramer@p200300CF372C8400E8941313D0AB9491.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-17 14:54:56 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-05-17 15:21:37 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-05-17 17:15:36 <-- Defolos (~Defolos@fedora/defolos) a quitté (Ping timeout: 272 seconds) 2020-05-17 17:53:57 Not-944e [mineflayer] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/JfEec 2020-05-17 17:53:59 Not-944e [mineflayer] uAliFurkanY fccdc68 - Fixed typo 2020-05-17 17:54:00 Not-944e [mineflayer] rom1504 74e201a - Merge pull request #1001 from uAliFurkanY/patch-1 Fixed typo 2020-05-17 18:18:44 <-- _123DMWM (~123DMWM@2601:18d:580:3870:ed3f:7d8f:51f6:80c8) a quitté (Ping timeout: 244 seconds) 2020-05-17 18:24:38 <-- bigfoot547 (bigfoot@unaffiliated/bigfoot547) a quitté (Ping timeout: 272 seconds) 2020-05-17 18:36:28 --> liveuser (~liveuser@2600:8803:7b80:152f::9daf) a rejoint #mcdevs 2020-05-17 18:36:46 liveuser Hey 2020-05-17 18:36:48 liveuser Its me 2020-05-17 18:36:58 liveuser Im using a USB with Linux 2020-05-17 18:37:34 Sainan My favourite edition of Minecraft 2020-05-17 18:40:09 liveuser I use a USB with linux and I boot with it 2020-05-17 18:40:15 liveuser My main OS is Windows 10 2020-05-17 18:41:51 liveuser Windows forever 2020-05-17 18:42:56 Sainan On one hand I feel sorry for you using Windows. On the other hand, here I am using Windows. Free market doing it's fine work... 2020-05-17 18:43:52 --> mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-17 18:46:21 liveuser Since im on a USB 2020-05-17 18:46:24 liveuser When I shutdown 2020-05-17 18:46:27 liveuser I loose everything 2020-05-17 18:46:30 liveuser Sad face :( 2020-05-17 18:49:13 Sainan My USB sticks tends not to have RAM-style memory, but if so, just pull a gameboy and give your memory sticks their own battery :^) 2020-05-17 18:49:38 liveuser I use cinnamon desktop enviroment 2020-05-17 18:50:01 liveuser Its noice 2020-05-17 18:50:06 liveuser Looks like Windows 2020-05-17 18:52:45 <-- liveuser (~liveuser@2600:8803:7b80:152f::9daf) a quitté (Quit: Leaving) 2020-05-17 18:56:56 None4U1 I use AwesomeWM 2020-05-17 19:10:50 --> Defolos (~Defolos@fedora/defolos) a rejoint #mcdevs 2020-05-17 19:28:58 --> Jayden (~liveuser@2600:8803:7b80:152f::ac31) a rejoint #mcdevs 2020-05-17 19:29:04 Jayden Hi 2020-05-17 19:33:38 None4U1 hi 2020-05-17 19:35:42 Jayden im using cinnamon linux 2020-05-17 19:44:50 <-- Jayden (~liveuser@2600:8803:7b80:152f::ac31) a quitté (Quit: Leaving) 2020-05-17 19:46:25 None4U1 im using ubuntu with awesome 2020-05-17 19:46:26 None4U1 as i said 2020-05-17 20:25:31 --> _123DMWM (~123DMWM@2601:18d:580:3870:6937:f03:6ba1:a466) a rejoint #mcdevs 2020-05-17 21:50:03 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-17 21:55:10 Not-944e [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/JfELs 2020-05-17 21:55:12 Not-944e [flying-squid] rom1504 e73dbec - update for newest prismarine-windows we introduced a breaking change in a minor version by mistake 2020-05-17 22:17:48 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Read error: Connection reset by peer) 2020-05-17 22:18:15 --> jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a rejoint #mcdevs 2020-05-17 22:57:50 Not-944e [flying-squid] rom1504 pushed 3 commits to master [+0/-0/±44] https://git.io/JfEtb 2020-05-17 22:57:52 Not-944e [flying-squid] rom1504 a753fff - Merge pull request #386 from PrismarineJS/dependabot/npm_and_yarn/standard-14.3.4 Bump standard from 12.0.1 to 14.3.4 2020-05-17 22:58:34 Not-944e [flying-squid] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/JfEtA 2020-05-17 22:58:35 Not-944e [flying-squid] rom1504 e3943e6 - Merge pull request #389 from PrismarineJS/dependabot/npm_and_yarn/jest-26.0.1 Bump jest from 23.6.0 to 26.0.1 2020-05-17 22:58:55 Not-944e [flying-squid] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/JfEth 2020-05-17 22:58:57 Not-944e [flying-squid] rom1504 f511fcf - Merge pull request #387 from PrismarineJS/dependabot/npm_and_yarn/prismarine-entity-1.0.0 Bump prismarine-entity from 0.2.0 to 1.0.0 2020-05-17 23:05:35 Not-944e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/JfEqT 2020-05-17 23:05:36 Not-944e [mineflayer] rom1504 0e1ed78 - Release 2.15.0 2020-05-17 23:06:17 Not-944e [mineflayer] github-actions[bot] tagged 0e1ed78 as 2.15.0 https://git.io/JfEqk 2020-05-17 23:09:37 --> Defolos_ (~Defolos@fedora/defolos) a rejoint #mcdevs 2020-05-17 23:09:40 <-- Defolos_ (~Defolos@fedora/defolos) a quitté (Client Quit) 2020-05-18 03:15:03 <-- bildramer (~bildramer@p200300CF372C8400E8941313D0AB9491.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2020-05-18 03:23:51 --> bildramer (~bildramer@p548b6313.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-18 03:46:19 <-- mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a quitté (Ping timeout: 265 seconds) 2020-05-18 03:46:22 <-- _123DMWM (~123DMWM@2601:18d:580:3870:6937:f03:6ba1:a466) a quitté (Read error: Connection reset by peer) 2020-05-18 03:46:49 --> _123DMWM (~123DMWM@2601:18d:580:3870:6937:f03:6ba1:a466) a rejoint #mcdevs 2020-05-18 04:35:12 <-- bildramer (~bildramer@p548b6313.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2020-05-18 04:38:35 --> bildramer (~bildramer@p200300CF37057000BFD2FDB49D7B8A85.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-18 06:32:28 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-05-18 06:35:00 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 265 seconds) 2020-05-18 06:35:00 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-05-18 07:53:36 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté (Ping timeout: 256 seconds) 2020-05-18 07:54:17 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-05-18 08:41:59 --> alexge50_ (~alexge50@188.27.88.40) a rejoint #mcdevs 2020-05-18 08:44:42 <-- alexge50 (~alexge50@unaffiliated/alexge50) a quitté (Ping timeout: 272 seconds) 2020-05-18 08:46:44 <-- bildramer (~bildramer@p200300CF37057000BFD2FDB49D7B8A85.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2020-05-18 08:59:05 --> bildramer (~bildramer@p200300cf37079a00716d46ce54229039.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-18 09:32:07 <-- alexge50_ (~alexge50@188.27.88.40) a quitté (Quit: ZNC 1.7.5 - https://znc.in) 2020-05-18 09:32:34 --> alexge50 (~alexge50@unaffiliated/alexge50) a rejoint #mcdevs 2020-05-18 09:53:21 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-18 10:40:30 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-18 11:36:02 --> mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-18 11:54:01 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-05-18 12:15:40 --> Dadido3_ (~quassel@p200300d9df3b29007d2ed3a9326bf6c7.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-18 12:17:37 <-- Dadido3 (~quassel@p200300D9DF3B29003592A32A50BAAEA8.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2020-05-18 12:32:59 <-- WizardCM (~WizardCM@103.93.232.3) a quitté (Ping timeout: 272 seconds) 2020-05-18 12:33:09 --> WizardCM (~WizardCM@103.93.232.3) a rejoint #mcdevs 2020-05-18 13:08:35 --> Dadido3 (~quassel@p200300d9df3b29007d2ed3a9326bf6c7.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-18 13:11:17 <-- Dadido3_ (~quassel@p200300d9df3b29007d2ed3a9326bf6c7.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2020-05-18 13:13:51 <-- Dadido3 (~quassel@p200300d9df3b29007d2ed3a9326bf6c7.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2020-05-18 13:16:50 --> Dadido3 (~quassel@p200300d9df3b29007d2ed3a9326bf6c7.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-18 13:31:55 circuit101 liveuser: Just make a persistent live USB to keep your data 2020-05-18 13:32:21 circuit101 https://www.howtogeek.com/howto/14912/create-a-persistent-bootable-ubuntu-usb-flash-drive/ 2020-05-18 13:33:11 circuit101 Or just install Linux on your hard drive 2020-05-18 14:07:31 <-- jkrejcha (~jkrejcha@c-73-157-165-244.hsd1.wa.comcast.net) a quitté (Ping timeout: 260 seconds) 2020-05-18 15:04:57 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-05-18 16:05:07 <-- bildramer (~bildramer@p200300cf37079a00716d46ce54229039.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2020-05-18 16:23:04 <-- mgrech (~mgrech@193-83-128-208.adsl.highway.telekom.at) a quitté (Quit: mgrech) 2020-05-18 16:23:27 --> bildramer (~bildramer@p548b6210.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-18 17:02:31 <-- bildramer (~bildramer@p548b6210.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2020-05-18 17:15:31 --> bildramer (~bildramer@p200300cf370c2a001ae4b5c8e5708298.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-18 17:21:51 <-- bildramer (~bildramer@p200300cf370c2a001ae4b5c8e5708298.dip0.t-ipconnect.de) a quitté (Quit: alway rember happy day) 2020-05-18 17:22:09 --> bildramer (~bildramer@p200300cf370c2a001ae4b5c8e5708298.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-18 18:05:46 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-18 18:18:34 --> bigfoot547 (bigfoot@unaffiliated/bigfoot547) a rejoint #mcdevs 2020-05-18 19:02:03 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-18 19:03:18 None4U1 install it 2020-05-18 19:03:21 None4U1 dual boot or smth 2020-05-18 19:03:22 None4U1 idk 2020-05-18 19:03:27 None4U1 just linux good 2020-05-18 19:05:20 bswartz Delete everything that's not Linux 2020-05-18 19:05:33 bswartz Linux is all you need. Linux and Minecraft 2020-05-18 19:28:44 None4U1 and a DE or WM 2020-05-18 19:28:50 None4U1 and a DE or WM 2020-05-18 19:30:31 bswartz ArchLinux + XFCE4 2020-05-18 19:31:49 None4U1 Ubuntu + AwesomeWM/i3 2020-05-18 21:53:17 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-18 21:55:48 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-18 21:58:49 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-18 22:01:47 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-18 22:06:03 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-18 22:59:03 <-- Techcable (znc@irc.techcable.net) a quitté (Quit: ZNC - http://znc.in) 2020-05-18 23:02:05 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2020-05-18 23:02:49 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-19 01:43:43 <-- caelunsh1 (~caelum@75-169-49-196.slkc.qwest.net) a quitté (Quit: WeeChat 1.9.1) 2020-05-19 03:04:05 <-- StackDoubleFlow (~StackDoub@c-24-12-30-154.hsd1.il.comcast.net) a quitté (Remote host closed the connection) 2020-05-19 05:01:21 <-- alexge50 (~alexge50@unaffiliated/alexge50) a quitté (Read error: Connection reset by peer) 2020-05-19 05:02:40 --> alexge50 (~alexge50@unaffiliated/alexge50) a rejoint #mcdevs 2020-05-19 05:08:02 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-19 05:49:40 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-19 05:50:29 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-19 06:17:57 <-- bildramer (~bildramer@p200300cf370c2a001ae4b5c8e5708298.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2020-05-19 06:31:20 --> bildramer (~bildramer@p200300cf370c5300c77f85535e494b18.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-19 06:39:51 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-19 06:47:46 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-19 06:50:58 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-19 06:52:33 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-19 07:14:00 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-19 07:16:01 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-19 07:25:34 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-19 07:39:24 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-19 07:48:58 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-19 07:50:01 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-19 08:21:47 --> StackDoubleFlow (~StackDoub@c-24-12-30-154.hsd1.il.comcast.net) a rejoint #mcdevs 2020-05-19 08:48:32 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-19 09:26:01 <-- Jeebiss (sid25046@gateway/web/irccloud.com/x-zgivdgmqyemgxxwj) a quitté (Ping timeout: 252 seconds) 2020-05-19 09:28:47 --> Jeebiss (sid25046@gateway/web/irccloud.com/x-hxjbpwvalrkqopph) a rejoint #mcdevs 2020-05-19 11:14:04 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-05-19 12:07:09 <-- bildramer (~bildramer@p200300cf370c5300c77f85535e494b18.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2020-05-19 12:20:05 --> bildramer (~bildramer@p200300cf371102009d9b906bc69eb961.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-19 15:05:17 <-- bildramer (~bildramer@p200300cf371102009d9b906bc69eb961.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2020-05-19 15:15:12 <-- _123DMWM (~123DMWM@2601:18d:580:3870:6937:f03:6ba1:a466) a quitté (Ping timeout: 260 seconds) 2020-05-19 15:15:29 --> _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a rejoint #mcdevs 2020-05-19 15:18:15 --> bildramer (~bildramer@p200300cf37136c000b03ddad20df90c9.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-19 15:28:02 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-05-19 15:41:10 <-- microcolonel (~aaron@unaffiliated/microcolonel) a quitté #mcdevs 2020-05-19 16:25:58 <-- _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a quitté (Ping timeout: 265 seconds) 2020-05-19 16:26:06 --> _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a rejoint #mcdevs 2020-05-19 16:35:38 <-- _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a quitté (Quit: _123DMWM) 2020-05-19 16:36:20 --> _123DMWM (~123DMWM@2601:18d:580:3870:a9ab:5ea2:84aa:495) a rejoint #mcdevs 2020-05-19 17:03:27 --> mgrech (~mgrech@178-190-0-217.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-19 17:11:04 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-19 17:59:58 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-19 19:42:59 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2020-05-19 19:48:39 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-19 19:50:36 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2020-05-19 19:51:26 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-19 21:10:59 <-- bildramer (~bildramer@p200300cf37136c000b03ddad20df90c9.dip0.t-ipconnect.de) a quitté (Quit: alway rember happy day) 2020-05-19 21:16:14 --> bildramer (~bildramer@p200300cf37136c000b03ddad20df90c9.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-19 21:48:25 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (Quit: o>) 2020-05-19 21:49:22 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-05-19 21:57:31 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-19 23:00:34 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-20 00:13:03 <-- mgrech (~mgrech@178-190-0-217.adsl.highway.telekom.at) a quitté (Quit: mgrech) 2020-05-20 02:03:10 <-- bildramer (~bildramer@p200300cf37136c000b03ddad20df90c9.dip0.t-ipconnect.de) a quitté (Quit: alway rember happy day) 2020-05-20 02:38:56 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 02:40:30 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-20 03:12:10 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 03:15:16 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-20 03:16:51 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 03:22:19 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-20 03:23:21 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 03:26:58 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-20 03:34:19 --> bildramer (~bildramer@p200300cf3702d0000d13cb62d1cbaf8a.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-05-20 04:11:46 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 04:18:49 <-- matthewprenger (~matthewpr@136.33.220.153) a quitté (Ping timeout: 264 seconds) 2020-05-20 04:21:28 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-20 04:26:38 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 04:50:56 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-20 05:01:18 <-- alexge50 (~alexge50@unaffiliated/alexge50) a quitté (Read error: Connection reset by peer) 2020-05-20 05:02:22 --> alexge50 (~alexge50@unaffiliated/alexge50) a rejoint #mcdevs 2020-05-20 06:06:05 <-- _123DMWM (~123DMWM@2601:18d:580:3870:a9ab:5ea2:84aa:495) a quitté (Ping timeout: 252 seconds) 2020-05-20 06:07:05 --> _123DMWM (~123DMWM@2601:18d:580:3870:754c:dce6:4e23:d55b) a rejoint #mcdevs 2020-05-20 06:29:42 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-05-20 06:32:34 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2020-05-20 06:32:34 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-05-20 07:01:42 <-- StackDoubleFlow (~StackDoub@c-24-12-30-154.hsd1.il.comcast.net) a quitté (Quit: The Lounge - https://thelounge.chat) 2020-05-20 07:02:12 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 07:55:15 --> alexge50_ (~alexge50@5-12-181-189.residential.rdsnet.ro) a rejoint #mcdevs 2020-05-20 07:56:00 <-- alexge50_ (~alexge50@5-12-181-189.residential.rdsnet.ro) a quitté (Read error: Connection reset by peer) 2020-05-20 07:57:49 <-- alexge50 (~alexge50@unaffiliated/alexge50) a quitté (Ping timeout: 264 seconds) 2020-05-20 07:58:32 --> alexge50 (~alexge50@unaffiliated/alexge50) a rejoint #mcdevs 2020-05-20 08:01:41 --> StackDoubleFlow (~StackDoub@c-24-12-30-154.hsd1.il.comcast.net) a rejoint #mcdevs 2020-05-20 08:59:47 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-20 09:01:29 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 09:39:35 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-20 15:10:02 Not-944e [McUpdates] Minecraft snapshot 20w21a has just been published to the launcher! 2020-05-20 15:10:12 Not-944e [McUpdates] Data generated by 20w21a: https://apimon.de/mcdata/20w21a/ 2020-05-20 15:10:19 Not-944e [minecraft-data] automatic-beyond-belief pushed 1 commit to master [+0/-0/±1] https://git.io/Jfzht 2020-05-20 15:10:20 Not-944e [minecraft-data] automatic-beyond-belief 28cb609 - Add 20w21a to common/protocolVersions.json 2020-05-20 15:13:49 KennyTV OptBlockState has turned into 13 :D 2020-05-20 15:14:17 KennyTV * error in generated Burger diff I believe 2020-05-20 15:15:57 Not-944e [Burger] New data now avaliable for 20w21a: 2020-05-20 15:15:59 Not-944e [Burger] Diff from 20w20b: https://pokechu22.github.io/Burger/diff_20w20b_20w21a.html (https://pokechu22.github.io/Burger/diff_20w20b_20w21a.json) 2020-05-20 15:16:00 Not-944e [Burger] Full data: https://pokechu22.github.io/Burger/20w21a.html (https://pokechu22.github.io/Burger/20w21a.json) 2020-05-20 15:28:07 KennyTV join packet broke, prolly because of writeWithCodec(RegistryAccess.RegistryHolder.CODEC, this.registryHolder); :thonk: 2020-05-20 16:04:15 KennyTV that's very scary nbt writing 2020-05-20 16:39:24 --> WinX64 (aaf54626@170.245.70.38) a rejoint #mcdevs 2020-05-20 17:39:17 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 17:59:58 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-20 18:06:28 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 18:10:18 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté (Ping timeout: 260 seconds) 2020-05-20 18:10:55 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-05-20 18:31:16 <-- dan5 (~dan@139.99.199.132) a quitté (Quit: ZNC - https://znc.in) 2020-05-20 19:14:05 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-20 20:31:00 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 20:34:47 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-20 21:05:37 Not-944e [mineflayer] rom1504 pushed 3 commits to master [+0/-0/±3] https://git.io/Jfg3O 2020-05-20 21:05:39 Not-944e [mineflayer] rom1504 0ee0d8b - Merge pull request #1004 from PrismarineJS/protodef-compiler explicitely use last version of protodef and nmp to get compiler speed up 2020-05-20 21:11:43 Not-944e [flying-squid] rom1504 pushed 3 commits to master [+0/-0/±3] https://git.io/Jfg3r 2020-05-20 21:11:45 Not-944e [flying-squid] rom1504 a78d23f - Merge pull request #391 from PrismarineJS/protodef-compiler explicitely use last version of nbt and nmp to get compiler speed up 2020-05-20 21:34:13 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-20 22:27:56 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-20 22:48:38 <-- SiebeDW1 (~SiebeDW@246.7.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-20 22:48:39 <-- islender (~islender@246.7.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-20 22:48:39 <-- None4U1 (~None4U@246.7.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-20 22:48:39 <-- circuit101 (~circuit10@246.7.70.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-05-20 22:53:24 --> islender (~islender@184.215.223.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-20 22:53:24 --> SiebeDW (~SiebeDW@184.215.223.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-20 22:53:24 --> circuit10 (~circuit10@184.215.223.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-20 22:53:24 --> None4U (~None4U@184.215.223.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-05-20 23:35:07 --> Oatmeal (~Suzeanne@ip68-4-181-8.oc.oc.cox.net) a rejoint #mcdevs 2020-05-21 00:39:13 <-- Oatmeal (~Suzeanne@ip68-4-181-8.oc.oc.cox.net) a quitté (Quit: Suzie says, "TTFNs!") 2020-05-21 01:14:37 --> mgrech (~mgrech@178-190-7-218.adsl.highway.telekom.at) a rejoint #mcdevs 2020-05-21 02:16:33 <-- WinX64 (aaf54626@170.245.70.38) a quitté (Remote host closed the connection) 2020-05-21 03:45:12 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-21 03:52:30 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-21 04:09:26 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-21 04:14:29 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-21 04:15:48 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-21 04:17:12 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-05-21 04:23:00 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-21 04:45:46 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-21 04:48:23 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-05-21 05:01:13 <-- alexge50 (~alexge50@unaffiliated/alexge50) a quitté (Read error: Connection reset by peer) 2020-05-21 05:02:29 --> alexge50 (~alexge50@unaffiliated/alexge50) a rejoint #mcdevs 2020-05-21 05:13:27 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-05-21 05:15:17 <-- mgrech (~mgrech@178-190-7-218.adsl.highway.telekom.at) a quitté (Ping timeout: 265 seconds)