2020-07-11 08:03:34 <-- islender (~islender@161.62.69.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-11 08:06:07 --> None4U (~None4U@15.87.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-11 08:06:07 --> islender (~islender@15.87.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-11 08:06:07 --> circuit10 (~circuit10@15.87.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-11 08:06:10 --> SiebeDW (~SiebeDW@15.87.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-11 10:03:15 <-- winny (~winny@unaffiliated/winstonw) a quitté (Quit: rebooting ;)) 2020-07-11 10:04:15 <-- StackOtter (cb3a1950@203-58-25-80.static.tpgi.com.au) a quitté (Ping timeout: 245 seconds) 2020-07-11 10:04:30 --> winny (~winny@unaffiliated/winstonw) a rejoint #mcdevs 2020-07-11 10:31:28 --> StackOtter (cb3a1950@203-58-25-80.static.tpgi.com.au) a rejoint #mcdevs 2020-07-11 11:35:29 <-- rtm516 (~rtm516@milnermws.plus.com) a quitté (Quit: ZNC 1.8.1 - https://znc.in) 2020-07-11 11:35:49 --> rtm516 (~rtm516@milnermws.plus.com) a rejoint #mcdevs 2020-07-11 11:54:01 <-- rtm516 (~rtm516@milnermws.plus.com) a quitté (Quit: ZNC 1.8.1 - https://znc.in) 2020-07-11 11:54:23 --> rtm516 (~rtm516@milnermws.plus.com) a rejoint #mcdevs 2020-07-11 11:56:00 <-- lxeiqr (~lxeiqr@188.146.226.103.nat.umts.dynamic.t-mobile.pl) a quitté (Ping timeout: 272 seconds) 2020-07-11 12:08:40 StackOtter in my code would it be conventional to call my chunk object ChunkColumn or is it okay to just call it Chunk. because the wiki makes it seem like Chunk usually refers to chunk sections 2020-07-11 12:16:09 -- Pseudos #mcdevs : [@ChanServ +Amaranth +ammar2 +ddevault +Dinnerbone +Fador +Fenhl +md_5 +pokechu22 +Prf_Jakob +SpaceManiac +Thinkofname 92AAAQKA8 _123DMWM __0x277E Adam Aikar Akkarin AndrewPH_ Andrio Anna asdew ashka balrog bigfoot547 bildramer Brandon15811 bswartz Byteflux chibill circuit10 clonejo craftxbox Dadido3 dav1d deltab dexter0 Disconsented doopqoob dranghek DrinkyBird Dykam e ecx electronicboy EvilJStoker gabizou GingerGeek Guest76055 Guest80587 humerusj I9hdkill_ iczero Intelli islender jamierocks Jeebiss JuniorJPDJ Karyon kashike keg[m] KennyTV killme Krenair l4mRh4X0r_ laxask levifig Luck m0r13 matthewprenger Me4502 MiniDigger MisterVector Morrolan mrarm_ mrkirby153 niceplace NickG365 None4U offbeatwitch peterix-w Plancke PolarizedIons Processus42 Proximyst Pyker redstonehelper RoboMWM rom1504 rtm516 Sainan saper shoghicp SiebeDW simon816 spirit StackDoubleFlow StackOtter Steve42 SupaHam switchy Techcable tktech Tux Tuxel vemacs vemacse Wanderer willies952002 winny x10A94 Yamakaja yangm yawkat] 2020-07-11 12:16:09 -- Canal #mcdevs : 114 pseudos (1 op, 11 voices, 102 normaux) 2020-07-11 12:16:29 rom1504 iczero: run npm update --depth 9999 2020-07-11 12:16:45 iczero oh ok lol 2020-07-11 12:16:59 rom1504 Feel free to join our discord, there are more people that know about node-minecraft-protocol there 2020-07-11 12:17:23 iczero uh where's that? 2020-07-11 12:17:52 rom1504 https://discord.gg/GsEFRM8 2020-07-11 12:18:00 iczero thanks 2020-07-11 12:25:51 <-- StackOtter (cb3a1950@203-58-25-80.static.tpgi.com.au) a quitté (Remote host closed the connection) 2020-07-11 12:26:46 --> RohanVK (cb3a1950@203-58-25-80.static.tpgi.com.au) a rejoint #mcdevs 2020-07-11 12:28:35 <-- rtm516 (~rtm516@milnermws.plus.com) a quitté (Quit: ZNC 1.8.1 - https://znc.in) 2020-07-11 12:28:56 --> rtm516 (~rtm516@milnermws.plus.com) a rejoint #mcdevs 2020-07-11 13:36:16 RohanVK i've got my code performing a basic offline login to a 1.15.2 server but from a proper minecraft client logged into the server and looking at the spawn point i can see that my player just logs in and instantly plays the death animation. is there an obvious step or packet that i have missed? this is my current packet "flow": 2020-07-11 13:36:39 RohanVK -> LoginStart 2020-07-11 13:36:59 RohanVK <- LoginSuccess 2020-07-11 13:40:48 RohanVK It skips the middle part cause the server is offline mode for now. Then on receiving a JoinGame packet my code replies with a PluginMessage with implementation name and a ClientStatus packet with an actionID of 0 to perform respawn (complete login). The only other two packets i reply to are KeepAlive with a KeepAlive and PlayerPositionAndLook with 2020-07-11 13:40:49 RohanVK a TeleportConfirm. 2020-07-11 13:41:49 RohanVK Should that be enough for the player to stay alive? 2020-07-11 13:48:52 --> rtm516_ (~rtm516@irc.rtm516.co.uk) a rejoint #mcdevs 2020-07-11 13:49:52 <-- rtm516 (~rtm516@milnermws.plus.com) a quitté (Quit: ZNC 1.8.1 - https://znc.in) 2020-07-11 13:49:56 <-- rtm516_ (~rtm516@irc.rtm516.co.uk) a quitté (Client Quit) 2020-07-11 13:50:11 --> rtm516 (~rtm516@irc.rtm516.co.uk) a rejoint #mcdevs 2020-07-11 13:52:27 <-- RohanVK (cb3a1950@203-58-25-80.static.tpgi.com.au) a quitté (Remote host closed the connection) 2020-07-11 13:54:25 --> RohanVK (cb3a1950@203-58-25-80.static.tpgi.com.au) a rejoint #mcdevs 2020-07-11 13:55:49 RohanVK hi, really sorry, did someone answer my question? i got disconnected and i haven't setup a bouncer yet 2020-07-11 13:56:09 rtm516 no, sorry 2020-07-11 13:57:10 rtm516 I presume you looked at https://wiki.vg/Protocol#Login ? Im more on the bedrock side of things myself 2020-07-11 13:57:13 RohanVK cool, thanks 2020-07-11 13:57:19 RohanVK yeah, i have been 2020-07-11 14:00:09 RohanVK it's been pretty useful so far, i can't seem to find any packets being sent that would indicate my player had died or anything. i'll look into it some more tomorrow 2020-07-11 14:02:11 rtm516 Maybe worth looking at how https://github.com/Steveice10/MCProtocolLib/blob/master/example/com/github/steveice10/mc/protocol/test/MinecraftProtocolTest.java puts up a test server 2020-07-11 14:09:05 RohanVK thanks, i'll check it out tomorrow 2020-07-11 14:20:39 --> StackOtter (~stackotte@203-58-25-80.static.tpgi.com.au) a rejoint #mcdevs 2020-07-11 14:36:27 <-- RohanVK (cb3a1950@203-58-25-80.static.tpgi.com.au) a quitté (Remote host closed the connection) 2020-07-11 15:04:44 <-- rtm516 (~rtm516@irc.rtm516.co.uk) a quitté (Quit: Leaving) 2020-07-11 15:04:59 --> rtm516 (~rtm516@irc.rtm516.co.uk) a rejoint #mcdevs 2020-07-11 15:21:12 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-11 15:53:42 <-- DrinkyBird (~sean@unaffiliated/plussean) a quitté (Quit: I was wrong. It creeps up back; through coloured glass.) 2020-07-11 16:24:02 --> DrinkyBird (~drinkybir@unaffiliated/plussean) a rejoint #mcdevs 2020-07-11 17:57:59 --> samhdev (~sam@90.240.237.185) a rejoint #mcdevs 2020-07-11 18:04:48 samhdev Hello. Can I ask questions here about the Minecraft Network Stuff? 2020-07-11 18:37:41 samhdev I'm having issues while trying to connect to a server. I'm not receiving any Keep-Alive Packets hence not sending any, and the client disconnects while receiving chunk and lighting updates. Is there any reason that I shouldn't receive keep alive packet? 2020-07-11 19:46:28 +pokechu22 StackOtter: Chunk usually refers to chunk columns; the article just disambiguates it because the protocol works more directly on chunk sections. If you have both a Chunk class and a ChunkSection class, it should be pretty obvious which is which 2020-07-11 19:47:41 +pokechu22 samhdev: You're writing a client? And the server is sending chunk/lighting updates, but not keep-alive packets? 2020-07-11 20:14:17 samhdev yeah that seems to be the issue that I'm having 2020-07-11 23:42:25 <-- SiebeDW (~SiebeDW@15.87.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-11 23:42:25 <-- circuit10 (~circuit10@15.87.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-11 23:42:25 <-- None4U (~None4U@15.87.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-11 23:42:25 <-- islender (~islender@15.87.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-11 23:46:13 --> circuit10 (~circuit10@237.31.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-11 23:46:14 --> islender (~islender@237.31.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-11 23:46:14 --> SiebeDW (~SiebeDW@237.31.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-11 23:46:14 --> None4U (~None4U@237.31.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 00:22:52 <-- simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a quitté (Remote host closed the connection) 2020-07-12 00:25:05 <-- samhdev (~sam@90.240.237.185) a quitté (Quit: Leaving) 2020-07-12 00:31:54 --> simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a rejoint #mcdevs 2020-07-12 04:10:35 StackOtter im RohanVK from before by the way, just using a different nick, i'll stop changing it now hahah. but with that weird dying on join thing with my code i think i might have managed to put that player into a really weird state because changing the username i logged in as seemed to fix the issue 2020-07-12 04:13:35 +pokechu22 Oh, right, being dead does weird stuff; when you log in you're still dead and need to respawn. Though I'd still expect keep-alive packets? 2020-07-12 06:04:36 StackOtter i'm not the one who was having trouble with keep alives, all the packets were coming, but from another account i could see that my player was instantly dying on login 2020-07-12 06:04:58 StackOtter i tried sending the ready to respawn packet but that didn't seem to work 2020-07-12 06:50:25 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-12 07:59:50 <-- SiebeDW (~SiebeDW@237.31.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 07:59:50 <-- circuit10 (~circuit10@237.31.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 07:59:50 <-- islender (~islender@237.31.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 07:59:50 <-- None4U (~None4U@237.31.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 08:01:14 --> islender (~islender@68.182.222.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 08:01:14 --> None4U (~None4U@68.182.222.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 08:01:14 --> circuit10 (~circuit10@68.182.222.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 08:01:14 --> SiebeDW (~SiebeDW@68.182.222.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 08:43:32 <-- islender (~islender@68.182.222.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 08:43:32 <-- SiebeDW (~SiebeDW@68.182.222.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 08:43:32 <-- None4U (~None4U@68.182.222.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 08:43:32 <-- circuit10 (~circuit10@68.182.222.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 08:47:25 --> SiebeDW (~SiebeDW@52.83.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 08:47:28 --> circuit10 (~circuit10@52.83.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 08:47:28 --> islender (~islender@52.83.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 08:47:28 --> None4U (~None4U@52.83.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 10:48:20 <-- SiebeDW (~SiebeDW@52.83.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 10:48:20 <-- None4U (~None4U@52.83.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 10:48:20 <-- islender (~islender@52.83.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 10:48:20 <-- circuit10 (~circuit10@52.83.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-12 10:53:47 --> islender (~islender@243.153.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 10:53:47 --> SiebeDW (~SiebeDW@243.153.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 10:53:47 --> None4U (~None4U@243.153.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 10:53:47 --> circuit10 (~circuit10@243.153.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-12 11:09:32 StackOtter i see that chunk data packets send the biome of each 4x4x4 section of blocks, what sort of things is this used for client side? is it basically just colour of leaves, grass and water? in the overworld at least 2020-07-12 11:15:20 --> md_5- (~md_5@mcdevs/trusted/md-5) a rejoint #mcdevs 2020-07-12 11:15:20 -- Mode #mcdevs [+v md_5-] par ChanServ 2020-07-12 11:15:42 <-- md_5 (~md_5@mcdevs/trusted/md-5) a quitté (Read error: Connection reset by peer) 2020-07-12 13:44:53 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-12 14:40:28 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: The Lounge - https://thelounge.chat) 2020-07-12 14:41:49 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2020-07-12 16:31:37 <-- Karyon (~Karyon@unaffiliated/karyon) a quitté (Quit: ZNC 1.8.0 - https://znc.in) 2020-07-12 16:31:50 --> Karyon (~Karyon@unaffiliated/karyon) a rejoint #mcdevs 2020-07-12 16:43:16 <-- Karyon (~Karyon@unaffiliated/karyon) a quitté (Quit: ZNC 1.8.1 - https://znc.in) 2020-07-12 16:45:51 --> Karyon (~Karyon@unaffiliated/karyon) a rejoint #mcdevs 2020-07-12 17:28:35 <-- killme (~killmePI@185.9.253.124) a quitté (Quit: No Ping reply in 180 seconds.) 2020-07-12 17:30:01 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2020-07-12 18:45:41 --> GeorgH93 (~GeorgH93@h081217042019.dyn.cm.kabsi.at) a rejoint #mcdevs 2020-07-12 18:53:30 +pokechu22 The client uses the biome for leaves/grass/water, but also more subtle things like the color of the sky (which varies by biome) and determining whether it rains or snows. (There's actually a temperature system based on the biome + some noise) 2020-07-12 19:27:00 --> lxeiqr (~lxeiqr@188.146.230.249.nat.umts.dynamic.t-mobile.pl) a rejoint #mcdevs 2020-07-12 20:15:12 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté 2020-07-12 20:33:04 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-07-12 20:47:54 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté 2020-07-12 20:48:30 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-07-12 21:54:54 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Quit: redstonehelper) 2020-07-12 22:16:13 --> mgrech (~mgrech@77.116.16.239.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-12 23:52:23 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-13 02:16:04 <-- GeorgH93 (~GeorgH93@h081217042019.dyn.cm.kabsi.at) a quitté (Quit: Leaving) 2020-07-13 02:55:13 <-- mgrech (~mgrech@77.116.16.239.wireless.dyn.drei.com) a quitté (Ping timeout: 246 seconds) 2020-07-13 04:24:27 <-- None4U (~None4U@243.153.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 04:24:27 <-- islender (~islender@243.153.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 04:24:27 <-- circuit10 (~circuit10@243.153.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 04:24:27 <-- SiebeDW (~SiebeDW@243.153.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 04:28:55 --> circuit10 (~circuit10@251.57.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 04:28:55 --> SiebeDW (~SiebeDW@251.57.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 04:28:55 --> islender (~islender@251.57.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 04:28:55 --> None4U (~None4U@251.57.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 04:46:58 <-- circuit10 (~circuit10@251.57.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 04:46:58 <-- islender (~islender@251.57.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 04:46:58 <-- SiebeDW (~SiebeDW@251.57.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 04:46:58 <-- None4U (~None4U@251.57.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 04:48:58 --> circuit10 (~circuit10@10.97.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 04:48:59 --> None4U (~None4U@10.97.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 04:48:59 --> islender (~islender@10.97.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 04:48:59 --> SiebeDW (~SiebeDW@10.97.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 05:31:38 --> VADemon (~VADemon@2a01:4f8:212:2f1d:88::41) a rejoint #mcdevs 2020-07-13 07:38:53 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-13 10:06:12 <-- lxeiqr (~lxeiqr@188.146.230.249.nat.umts.dynamic.t-mobile.pl) a quitté (Ping timeout: 272 seconds) 2020-07-13 10:06:39 --> lxeiqr (~lxeiqr@188.146.244.152.nat.umts.dynamic.t-mobile.pl) a rejoint #mcdevs 2020-07-13 10:14:40 StackOtter ok thanks, only the server uses the biome information to decide whether it rains or not though right? 2020-07-13 10:20:00 Sainan Rain is rain, it just looks differently on clients when they're in different biomes, iirc. 2020-07-13 10:24:48 --> mgrech (~mgrech@77.116.16.239.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-13 10:29:43 StackOtter ah ok, thanks, that's sorta cool 2020-07-13 11:23:02 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 264 seconds) 2020-07-13 11:25:21 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-13 12:43:01 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-13 12:52:03 --> Nick88 (56e95dca@lfbn-poi-1-378-202.w86-233.abo.wanadoo.fr) a rejoint #mcdevs 2020-07-13 14:12:29 <-- Nick88 (56e95dca@lfbn-poi-1-378-202.w86-233.abo.wanadoo.fr) a quitté (Remote host closed the connection) 2020-07-13 14:58:45 <-- None4U (~None4U@10.97.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 14:58:45 <-- SiebeDW (~SiebeDW@10.97.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 14:58:45 <-- islender (~islender@10.97.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 14:58:45 <-- circuit10 (~circuit10@10.97.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-13 15:01:57 --> circuit10 (~circuit10@26.45.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 15:01:57 --> islender (~islender@26.45.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 15:01:57 --> SiebeDW (~SiebeDW@26.45.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 15:01:57 --> None4U (~None4U@26.45.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-13 15:27:49 <-- simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a quitté (*.net *.split) 2020-07-13 15:27:58 <-- __0x277E (~Hex@four.out.of.five.doctors.recommend.hex.lc) a quitté (*.net *.split) 2020-07-13 15:27:58 <-- Morrolan (morrolan@139.162.178.137) a quitté (*.net *.split) 2020-07-13 15:28:00 <-- vemacse (~vemacs@192.3.17.176) a quitté (*.net *.split) 2020-07-13 15:28:06 <-- Krenair (~alex@wikimedia/Krenair) a quitté (*.net *.split) 2020-07-13 15:28:14 --> simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a rejoint #mcdevs 2020-07-13 15:28:14 --> __0x277E (~Hex@four.out.of.five.doctors.recommend.hex.lc) a rejoint #mcdevs 2020-07-13 15:28:14 --> Morrolan (morrolan@139.162.178.137) a rejoint #mcdevs 2020-07-13 15:28:14 --> vemacse (~vemacs@192.3.17.176) a rejoint #mcdevs 2020-07-13 15:28:14 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2020-07-13 15:28:23 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Excess Flood) 2020-07-13 15:32:57 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2020-07-13 18:35:48 --> cedra (~cedra@unaffiliated/cedra) a rejoint #mcdevs 2020-07-13 18:46:38 <-- VADemon (~VADemon@2a01:4f8:212:2f1d:88::41) a quitté (Quit: left4dead) 2020-07-13 22:41:01 <-- mgrech (~mgrech@77.116.16.239.wireless.dyn.drei.com) a quitté (Ping timeout: 246 seconds) 2020-07-13 23:13:21 --> Premlez (~Premlez@APN-123-248-174-gprs.simobil.net) a rejoint #mcdevs 2020-07-13 23:44:10 <-- Premlez (~Premlez@APN-123-248-174-gprs.simobil.net) a quitté (Ping timeout: 260 seconds) 2020-07-14 00:58:54 --> VADemon (~VADemon@2a02:8108:3ebf:eae5:71ca:56ab:4a19:b199) a rejoint #mcdevs 2020-07-14 01:21:13 <-- matthewprenger (~matthewpr@136.33.177.190) a quitté (Quit: matthewprenger) 2020-07-14 01:31:56 --> matthewprenger (~matthewpr@136.33.177.190) a rejoint #mcdevs 2020-07-14 02:15:06 <-- VADemon (~VADemon@2a02:8108:3ebf:eae5:71ca:56ab:4a19:b199) a quitté (Quit: left4dead) 2020-07-14 02:34:31 <-- __0x277E (~Hex@four.out.of.five.doctors.recommend.hex.lc) a quitté (Quit: ​) 2020-07-14 02:35:02 --> __0x277F (~Hex@four.out.of.five.doctors.recommend.hex.lc) a rejoint #mcdevs 2020-07-14 02:51:37 <-- __0x277F (~Hex@four.out.of.five.doctors.recommend.hex.lc) a quitté (Ping timeout: 258 seconds) 2020-07-14 03:08:26 --> __0x277F (~Hex@2607:5300:201:3000::41a2) a rejoint #mcdevs 2020-07-14 04:17:54 <-- cedra (~cedra@unaffiliated/cedra) a quitté (Ping timeout: 240 seconds) 2020-07-14 04:25:06 --> cedra (~cedra@clustered.space) a rejoint #mcdevs 2020-07-14 04:25:06 <-- cedra (~cedra@clustered.space) a quitté (Changing host) 2020-07-14 04:25:06 --> cedra (~cedra@unaffiliated/cedra) a rejoint #mcdevs 2020-07-14 05:54:19 --> electroniccat (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2020-07-14 05:54:48 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Quit: You're not just a regular moron. You were designed to be a moron.) 2020-07-14 06:04:39 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-14 06:06:11 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2020-07-14 06:58:03 <-- None4U (~None4U@26.45.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 06:58:03 <-- islender (~islender@26.45.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 06:58:03 <-- SiebeDW (~SiebeDW@26.45.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 06:58:03 <-- circuit10 (~circuit10@26.45.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 07:01:54 --> circuit10 (~circuit10@231.97.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 07:01:54 --> SiebeDW (~SiebeDW@231.97.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 07:01:54 --> islender (~islender@231.97.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 07:01:54 --> None4U (~None4U@231.97.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 08:49:05 <-- None4U (~None4U@231.97.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 08:49:05 <-- SiebeDW (~SiebeDW@231.97.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 08:49:05 <-- islender (~islender@231.97.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 08:49:05 <-- circuit10 (~circuit10@231.97.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 08:53:01 --> SiebeDW (~SiebeDW@82.92.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 08:53:03 --> islender (~islender@82.92.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 08:53:03 --> circuit10 (~circuit10@82.92.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 08:53:03 --> None4U (~None4U@82.92.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 12:22:13 --> mgrech (~mgrech@178.113.45.66.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-14 12:22:32 <-- Fenhl (sid30770@gateway/web/irccloud.com/x-dqxiffhhjfqmijpo) a quitté (Ping timeout: 244 seconds) 2020-07-14 12:23:54 --> Fenhl (sid30770@gateway/web/irccloud.com/x-cevxutsdaeqevies) a rejoint #mcdevs 2020-07-14 12:23:54 -- Mode #mcdevs [+v Fenhl] par ChanServ 2020-07-14 14:50:48 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (Quit: o>) 2020-07-14 14:52:34 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-07-14 16:56:56 <-- None4U (~None4U@82.92.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 16:56:56 <-- islender (~islender@82.92.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 16:56:56 <-- circuit10 (~circuit10@82.92.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 16:56:56 <-- SiebeDW (~SiebeDW@82.92.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 17:00:17 --> SiebeDW (~SiebeDW@73.17.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 17:00:17 --> islender (~islender@73.17.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 17:00:17 --> None4U (~None4U@73.17.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 17:00:17 --> circuit10 (~circuit10@73.17.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-14 19:45:30 --> bildramer1 (~bildramer@2a02:587:6231:7e00:ac9b:cca1:4258:dfa9) a rejoint #mcdevs 2020-07-14 19:49:21 <-- bildramer (~bildramer@2a02:587:6231:7e00:4058:361a:99a:e3a4) a quitté (Ping timeout: 272 seconds) 2020-07-14 20:12:04 <-- __0x277F (~Hex@2607:5300:201:3000::41a2) a quitté (Quit: ​) 2020-07-14 20:12:22 --> __0x277F (~Hex@2607:5300:201:3000::41a2) a rejoint #mcdevs 2020-07-14 20:14:34 <-- __0x277F (~Hex@2607:5300:201:3000::41a2) a quitté (Client Quit) 2020-07-14 20:15:01 --> __0x277F (~Hex@2607:5300:201:3000::41a2) a rejoint #mcdevs 2020-07-14 21:59:30 <-- circuit10 (~circuit10@73.17.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-14 21:59:38 --> circuit10 (~circuit10@73.17.67.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-15 04:18:08 <-- mgrech (~mgrech@178.113.45.66.wireless.dyn.drei.com) a quitté (Ping timeout: 256 seconds) 2020-07-15 06:58:40 <-- None4U (~None4U@73.17.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-15 06:58:40 <-- circuit10 (~circuit10@73.17.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-15 06:58:40 <-- SiebeDW (~SiebeDW@73.17.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-15 06:58:40 <-- islender (~islender@73.17.67.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-15 06:59:55 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-15 07:00:25 --> None4U (~None4U@193.188.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-15 07:00:25 --> SiebeDW (~SiebeDW@193.188.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-15 07:00:25 --> circuit10 (~circuit10@193.188.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-15 07:00:25 --> islender (~islender@193.188.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-15 07:02:11 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2020-07-15 07:02:11 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-07-15 07:12:40 --> mydux (490f638c@c-73-15-99-140.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-07-15 07:14:06 --> mgrech (~mgrech@178.113.45.66.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-15 07:15:52 mydux Hi! I'm trying to use Time Update packet to update my world clock and time of day of client side. However, this packet is only sent to my client once during initialization and I never received more of such packets. I thought it's expected to be sent for every tick or second or so. Did I misunderstand anything here? How can I get the world age for 2020-07-15 07:15:52 mydux every tick? Thanks! 2020-07-15 07:24:42 +pokechu22 I'm pretty sure it's sent every few seconds, but you can still assume that the world age increases by 1 tick every tick (so 20/second) and should be incrementing the clock locally so that the sun moves smoothly 2020-07-15 07:26:59 +pokechu22 The server should still be sending it once every 20 ticks (along with when you first join) 2020-07-15 07:31:52 Sainan An exception might be if it's negative then you take time * -1 and that's static but I'm not sure if that's still true for 1.16 2020-07-15 07:56:53 mydux Thanks for the reply. It's pretty weird on my end since I did actually only received this packet once and never received it since then. I'm using protocol 1.12.2 (version 340) by the way. 2020-07-15 07:59:13 <-- None4U (~None4U@193.188.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-15 07:59:13 <-- SiebeDW (~SiebeDW@193.188.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-15 07:59:13 <-- islender (~islender@193.188.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-15 07:59:13 <-- circuit10 (~circuit10@193.188.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-15 07:59:22 Sainan Did you check if the time is negative? 2020-07-15 08:00:25 --> SiebeDW (~SiebeDW@35.231.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-15 08:00:26 --> None4U (~None4U@35.231.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-15 08:00:26 --> circuit10 (~circuit10@35.231.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-15 08:00:26 --> islender (~islender@35.231.193.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-15 08:03:04 mydux yea the time_of_day is -1 2020-07-15 08:03:38 mydux oh wait, what do you mean by 'it's static'? 2020-07-15 08:06:51 Sainan > /gamerule doDaylightCycle false 2020-07-15 08:07:22 Sainan if(time_of_day < 0) { time_of_day *= -1; time_of_day_is_static = true; } 2020-07-15 08:08:52 mydux I see. So if doDayLightCycle is set to false, Time Update packet will not be sent every 20 ticks, right? 2020-07-15 08:09:44 Sainan Not sure about implementation specifics but if that's what you're seeing, and that's also what I'd expect 2020-07-15 08:11:19 mydux Sadly it's not.... I tried change isDayLightCycleEnabled from 0 to 1. Time Update packet will still be sent just once 2020-07-15 08:12:57 Sainan When was the name of the gamerule changed? O.o Anyway, I wouldn't expect the server to be obligated to keep you synced, so unless the server decides to "update" you, you can assume that time passes regardless? 2020-07-15 08:16:22 mydux My bad. I changed the wrong file. 2020-07-15 08:16:31 mydux It works as you described above 2020-07-15 08:16:34 mydux Thank you very much! 2020-07-15 08:50:07 <-- __0x277F (~Hex@2607:5300:201:3000::41a2) a quitté (Quit: ​) 2020-07-15 08:52:16 --> __0x277F (~Hex@2020.was.a.bad.year.to.stop.sniffing.glue.hex.lc) a rejoint #mcdevs 2020-07-15 08:54:22 <-- mydux (490f638c@c-73-15-99-140.hsd1.ca.comcast.net) a quitté (Remote host closed the connection) 2020-07-15 18:02:01 +pokechu22 Notifico seems to be offline, but https://pokechu22.github.io/Burger/diff_20w28a_20w29a.html exists (or should exist soon; I cheated and pulled the repo locally) - only a protocol version bump 2020-07-15 21:09:04 <-- Techcable (znc@irc.techcable.net) a quitté (Quit: ZNC - http://znc.in) 2020-07-15 21:10:26 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2020-07-15 23:03:18 <-- Karyon (~Karyon@unaffiliated/karyon) a quitté (Quit: ZNC 1.8.1 - https://znc.in) 2020-07-15 23:03:31 --> Karyon (~Karyon@unaffiliated/karyon) a rejoint #mcdevs 2020-07-16 00:09:46 --> skyrising (~skyrising@89.43.126.118) a rejoint #mcdevs 2020-07-16 00:16:49 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-16 00:17:07 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 258 seconds) 2020-07-16 00:17:07 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-07-16 00:37:38 <-- Dadido3 (~quassel@p200300d9df3b2900404428f19cb80b04.dip0.t-ipconnect.de) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2020-07-16 00:38:14 --> Dadido3 (~quassel@p200300d9df3b2900f97c31c857fa4eb8.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-07-16 01:31:42 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Quit: exit) 2020-07-16 01:32:04 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-07-16 02:00:11 <-- RoboMWM (~RoboMWM@tf.robomwm.com) a quitté (Read error: Connection reset by peer) 2020-07-16 02:26:28 --> RoboMWM (~RoboMWM@tf.robomwm.com) a rejoint #mcdevs 2020-07-16 02:44:58 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté 2020-07-16 02:52:05 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-07-16 03:50:59 <-- mgrech (~mgrech@178.113.45.66.wireless.dyn.drei.com) a quitté (Ping timeout: 240 seconds) 2020-07-16 04:42:20 <-- Tuxel (~tux@80.77.26.7) a quitté (Ping timeout: 256 seconds) 2020-07-16 04:44:26 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2020-07-16 06:35:04 <-- SiebeDW (~SiebeDW@35.231.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-16 06:35:04 <-- None4U (~None4U@35.231.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-16 06:35:04 <-- islender (~islender@35.231.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-16 06:35:04 <-- circuit10 (~circuit10@35.231.193.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-16 06:40:23 --> circuit10 (~circuit10@161.62.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-16 06:40:24 --> islender (~islender@161.62.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-16 06:40:24 --> None4U (~None4U@161.62.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-16 06:40:28 --> SiebeDW (~SiebeDW@161.62.69.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-16 07:24:50 --> mgrech (~mgrech@178.113.45.66.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-16 08:25:10 <-- pokechu22 (~pokechu22@50-47-111-46.evrt.wa.frontiernet.net) a quitté (Quit: WeeChat 2.9-dev) 2020-07-16 08:33:20 <-- circuit10 (~circuit10@161.62.69.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-16 08:33:20 <-- SiebeDW (~SiebeDW@161.62.69.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-16 08:33:20 <-- islender (~islender@161.62.69.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-16 08:33:20 <-- None4U (~None4U@161.62.69.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-16 08:35:23 --> circuit10 (~circuit10@174.14.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-16 08:35:23 --> SiebeDW (~SiebeDW@174.14.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-16 08:35:23 --> islender (~islender@174.14.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-16 08:35:23 --> None4U (~None4U@174.14.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-16 09:42:39 --> pokechu22 (~pokechu22@50-47-111-46.evrt.wa.frontiernet.net) a rejoint #mcdevs 2020-07-16 09:42:39 -- Mode #mcdevs [+v pokechu22] par ChanServ 2020-07-16 10:51:39 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-16 15:06:48 <-- 92AAAQKA8 (~WizardCM@103.93.232.3) a quitté (Ping timeout: 256 seconds) 2020-07-16 15:09:06 --> Wizard (~WizardCM@103.93.232.3) a rejoint #mcdevs 2020-07-16 15:09:31 -- Wizard est maintenant connu sous le nom Guest35242 2020-07-16 15:16:46 <-- bildramer1 (~bildramer@2a02:587:6231:7e00:ac9b:cca1:4258:dfa9) a quitté (Ping timeout: 256 seconds) 2020-07-16 15:38:38 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-16 16:06:07 --> bildramer (~bildramer@185.44.144.4) a rejoint #mcdevs 2020-07-16 16:56:01 <-- simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a quitté (*.net *.split) 2020-07-16 16:56:03 <-- Morrolan (morrolan@139.162.178.137) a quitté (*.net *.split) 2020-07-16 16:56:03 <-- vemacse (~vemacs@192.3.17.176) a quitté (*.net *.split) 2020-07-16 16:57:32 --> simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a rejoint #mcdevs 2020-07-16 16:57:32 --> Morrolan (morrolan@139.162.178.137) a rejoint #mcdevs 2020-07-16 16:57:32 --> vemacse (~vemacs@192.3.17.176) a rejoint #mcdevs 2020-07-16 17:58:59 --> Nick88 (56e95dca@lfbn-poi-1-378-202.w86-233.abo.wanadoo.fr) a rejoint #mcdevs 2020-07-16 18:00:06 Nick88 Hi, anyone ever experience any weird bugs with the "SpawnObject" packet? 2020-07-16 18:00:59 Nick88 Like a Player Freeze for example? 2020-07-16 18:54:38 bswartz No. Probably you're sending a badly formatted packet 2020-07-16 18:54:46 <-- killme (~killmePI@185.9.253.124) a quitté (Quit: No Ping reply in 180 seconds.) 2020-07-16 18:55:01 Nick88 Okay, thanks. 2020-07-16 18:56:13 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2020-07-16 19:17:54 <-- mgrech (~mgrech@178.113.45.66.wireless.dyn.drei.com) a quitté (Ping timeout: 256 seconds) 2020-07-16 20:45:13 --> cheakoirccloud (uid293319@gateway/web/irccloud.com/x-msjulkvdncemhosw) a rejoint #mcdevs 2020-07-16 21:05:44 <-- Nick88 (56e95dca@lfbn-poi-1-378-202.w86-233.abo.wanadoo.fr) a quitté (Remote host closed the connection) 2020-07-16 21:15:56 --> mgrech (~mgrech@178.113.56.50.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-16 21:36:09 --> gabizou- (~gabizou@69.147.207.130) a rejoint #mcdevs 2020-07-16 21:37:40 <-- gabizou (~gabizou@69.147.207.130) a quitté (Quit: ZNC - http://znc.in) 2020-07-16 21:58:18 --> feedc0de (danielbrun@gateway/shell/matrix.org/x-yjxgvfjwotyzjojr) a rejoint #mcdevs 2020-07-16 23:20:41 feedc0de Does anyone know, did anything regaring the Login Success packet change between 1.13.1 and 1.16.1 ? 2020-07-16 23:21:37 rom1504 yes https://wiki.vg/Pre-release_protocol#Login_Success 2020-07-16 23:22:41 feedc0de since switching to 1.16.1 I cannot connect anymore and I get random exceptions in the official client 2020-07-16 23:24:02 feedc0de And I verified all packet fields in my code and on the wiki, they still match up (since implementing the 1.13.1 packets) 2020-07-16 23:30:02 +pokechu22 Note that the Protocol page documents 1.15.2 still, while 1.16-related things are on pre-release protocol (though it's 20w29a right now) 2020-07-16 23:30:17 +pokechu22 1.16.1 is https://wiki.vg/index.php?title=Pre-release_protocol&oldid=15895 2020-07-16 23:36:13 feedc0de oh god, even packet ids changed 2020-07-16 23:36:30 feedc0de I think I will never keep up with my implementation of the server if they keep changing that much in the protocol 2020-07-16 23:40:53 --> KarnTempestas (~KarnTempe@cpe-172-115-41-220.socal.res.rr.com) a rejoint #mcdevs 2020-07-16 23:47:57 rom1504 you could use https://github.com/PrismarineJS/minecraft-data which provides the protocol as a json 2020-07-16 23:49:36 feedc0de I can't get JoinGame to work again, the id changed to 0x26 (according to wiki) and still I get an exception in the client: 2020-07-16 23:50:28 feedc0de Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Packet 0/38 (SMapDataPacket) was larger than I expected, found 18 bytes extra whilst reading packet 38 2020-07-16 23:51:26 feedc0de I added the new hashedSeed and also removed the difficulty 2020-07-16 23:56:55 rom1504 you need something like this https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/examples/server_helloworld/server_helloworld.js#L77 2020-07-16 23:57:04 rom1504 note the huge dimensionCodec 2020-07-16 23:57:15 rom1504 (you need this in full or the vanilla client complains) 2020-07-17 00:19:25 <-- mgrech (~mgrech@178.113.56.50.wireless.dyn.drei.com) a quitté (Ping timeout: 264 seconds) 2020-07-17 00:34:42 <-- cheakoirccloud (uid293319@gateway/web/irccloud.com/x-msjulkvdncemhosw) a quitté (Quit: Connection closed for inactivity) 2020-07-17 01:14:12 --> cheakoirccloud (uid293319@gateway/web/irccloud.com/x-ralxroashggnmfsh) a rejoint #mcdevs 2020-07-17 01:16:17 <-- KarnTempestas (~KarnTempe@cpe-172-115-41-220.socal.res.rr.com) a quitté (*.net *.split) 2020-07-17 01:16:21 <-- simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a quitté (*.net *.split) 2020-07-17 01:16:25 <-- Morrolan (morrolan@139.162.178.137) a quitté (*.net *.split) 2020-07-17 01:16:25 <-- vemacse (~vemacs@192.3.17.176) a quitté (*.net *.split) 2020-07-17 01:18:50 <-- Guest80587 (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a quitté (Ping timeout: 264 seconds) 2020-07-17 01:23:02 --> simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a rejoint #mcdevs 2020-07-17 01:23:02 --> Morrolan (morrolan@139.162.178.137) a rejoint #mcdevs 2020-07-17 01:23:02 --> vemacse (~vemacs@192.3.17.176) a rejoint #mcdevs 2020-07-17 01:51:31 <-- matthewprenger (~matthewpr@136.33.177.190) a quitté (Quit: matthewprenger) 2020-07-17 01:53:09 --> matthewprenger (~matthewpr@136.33.177.190) a rejoint #mcdevs 2020-07-17 01:55:54 <-- matthewprenger (~matthewpr@136.33.177.190) a quitté (Read error: Connection reset by peer) 2020-07-17 02:00:02 --> matthewprenger (~matthewpr@136.33.177.190) a rejoint #mcdevs 2020-07-17 03:07:34 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Quit: The Lounge - https://thelounge.chat) 2020-07-17 03:09:07 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2020-07-17 03:09:07 -- Mode #mcdevs [+v Amaranth] par ChanServ 2020-07-17 03:21:51 --> mgrech (~mgrech@178.113.56.50.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-17 03:24:42 <-- cheakoirccloud (uid293319@gateway/web/irccloud.com/x-ralxroashggnmfsh) a quitté (Quit: Connection closed for inactivity) 2020-07-17 04:39:17 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-17 05:09:20 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-17 05:38:37 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-17 05:56:52 <-- spirit (~spirit@233.ip-144-217-92.net) a quitté (Changing host) 2020-07-17 05:56:52 --> spirit (~spirit@unaffiliated/spirit-pact/x-7942062) a rejoint #mcdevs 2020-07-17 05:59:28 <-- spirit (~spirit@unaffiliated/spirit-pact/x-7942062) a quitté #mcdevs ("Leaving") 2020-07-17 06:02:37 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-17 06:04:15 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-17 06:05:49 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-17 06:41:53 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-17 06:55:44 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-17 06:56:38 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-17 06:58:16 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 258 seconds) 2020-07-17 06:58:16 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-07-17 07:43:08 <-- islender (~islender@174.14.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-17 07:43:08 <-- SiebeDW (~SiebeDW@174.14.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-17 07:43:08 <-- None4U (~None4U@174.14.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-17 07:43:08 <-- circuit10 (~circuit10@174.14.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-17 07:45:30 --> SiebeDW (~SiebeDW@123.202.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-17 07:45:30 --> circuit10 (~circuit10@123.202.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-17 07:45:30 --> None4U (~None4U@123.202.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-17 07:45:30 --> islender (~islender@123.202.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-17 08:43:31 --> charims_ (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2020-07-17 09:10:54 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-17 09:18:35 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-17 10:23:12 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-17 10:26:14 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-17 10:35:20 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-17 10:37:49 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-17 10:46:35 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-17 11:03:59 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 258 seconds) 2020-07-17 11:07:49 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-07-17 11:07:50 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2020-07-17 11:34:50 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-17 12:05:42 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-17 12:20:52 <-- islender (~islender@123.202.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-17 12:20:52 <-- SiebeDW (~SiebeDW@123.202.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-17 12:20:52 <-- None4U (~None4U@123.202.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-17 12:20:52 <-- circuit10 (~circuit10@123.202.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-17 12:26:35 --> SiebeDW (~SiebeDW@248.26.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-17 12:26:35 --> circuit10 (~circuit10@248.26.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-17 12:26:35 --> islender (~islender@248.26.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-17 12:26:35 --> None4U (~None4U@248.26.72.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-17 13:01:01 <-- mgrech (~mgrech@178.113.56.50.wireless.dyn.drei.com) a quitté (Ping timeout: 246 seconds) 2020-07-17 14:31:39 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-17 14:57:56 --> mgrech (~mgrech@178.113.61.5.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-17 16:18:53 feedc0de does someone know how the client handles invalid ChunkData packets? 2020-07-17 16:18:54 feedc0de I'm trying to send my first valid chunk to allow for somemovement 2020-07-17 16:18:54 feedc0de and I only see an emty world 2020-07-17 16:19:47 feedc0de I'm not sure If I'm sending the right data for a chunk 2020-07-17 16:19:57 * feedc0de uploaded an image: image.png (28KB) < https://matrix.org/_matrix/media/r0/download/brunner.ninja/qvdgCRhzyRuDgRqvtHmJQLOD > 2020-07-17 16:20:19 feedc0de the packet just contains multiple chunk sections (16x16x16 blocks) and a biome map, thats it, right? 2020-07-17 17:41:56 asdew Is cNBT usable for a custom 1.8 server? 2020-07-17 17:44:35 asdew Is anything different in 1.8 NBT compared to what cNBT parses? 2020-07-17 19:09:35 +pokechu22 I think it will disconnect on invalid chunk data packets, though the way chunk data packets are parsed is different from others and thus I could see it being silently ignored 2020-07-17 19:10:15 +pokechu22 The packet also contains NBT for block entities, but as long as you're sending a 0 for the count for that, it shouldn't cause issues. Well, and also heightmaps and other things, I guess it's dependent on your version? 2020-07-17 19:10:50 +pokechu22 I don't know what cNBT is, but the NBT format hasn't had any breaking changes at all, though a new type (long array) was added since 1.8. 2020-07-17 19:31:38 asdew cNBT is quite old, are there any alternatives for NBT parsing for C? 2020-07-17 19:35:00 +pokechu22 https://github.com/cuberite/cuberite/blob/master/src/WorldStorage/FastNBT.cpp is C++ but might work as a starting point; there almost certainly is a C library but I don't know of any specific ones 2020-07-17 20:15:27 rom1504 Why is old bad ? 2020-07-17 20:15:34 rom1504 Aren't you using c ? 2020-07-17 20:19:00 asdew I'm not sure if it's up-to-date with 1.8 and it isn't updated, so it may have (more) bugs. 2020-07-17 20:25:52 +pokechu22 I don't think there were any changes to NBT between 1.0 (or even beta) and 1.8 2020-07-17 21:10:51 --> KarnTempestas (~KarnTempe@2605:e000:ab40:cb00:ed09:7c39:c20f:7cc) a rejoint #mcdevs 2020-07-17 21:37:19 asdew I've half-decided to go with libnbt from here: https://github.com/petermarkley/libmcmap/. 2020-07-17 22:57:22 rom1504 if moderness is your thing, definitely go with https://github.com/SpockBotMC/cpp-nbt 2020-07-17 22:58:10 rom1504 but anyway NBT is amongst the simplest thing in minecraft, don't spend too long on it :) 2020-07-17 22:58:40 asdew I don't use C++, but C89. 2020-07-17 22:58:47 <-- StackOtter (~stackotte@203-58-25-80.static.tpgi.com.au) a quitté (Read error: Connection reset by peer) 2020-07-17 23:00:33 rom1504 sounds like you want to use the oldest lib then 2020-07-17 23:00:50 rom1504 https://github.com/petermarkley/libmcmap/ seems a bit recent 2020-07-17 23:01:18 rom1504 also it's not for nbt 2020-07-17 23:01:34 rom1504 it's an anvil lib apparently 2020-07-17 23:02:04 asdew There are two directories there, one for libnbt. 2020-07-17 23:06:39 --> RohanVK (~stackotte@203-58-25-80.static.tpgi.com.au) a rejoint #mcdevs 2020-07-17 23:29:23 --> Not-1d7b (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a rejoint #mcdevs 2020-07-17 23:29:23 Not-1d7b [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/mineflayer/compare/090a88711d38...26b460fc2c6d 2020-07-17 23:29:25 Not-1d7b [mineflayer] rom1504 26b460f - add table of modules used in mineflayer fix #1114 2020-07-17 23:30:59 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté (Ping timeout: 240 seconds) 2020-07-17 23:41:02 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-07-17 23:47:04 Not-1d7b [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JJZAR 2020-07-17 23:47:06 Not-1d7b [mineflayer] rom1504 1dc1384 - improve readme structure and content fix #1149 2020-07-18 01:12:43 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 01:26:18 Not-1d7b [mineflayer-navigate] rom1504 pushed 1 commit to master [+2/-1/±1] https://git.io/JJZhU 2020-07-18 01:26:20 Not-1d7b [mineflayer-navigate] rom1504 4f59bde - circle ci -> github action 2020-07-18 01:57:09 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 02:03:33 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 02:16:08 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 02:20:38 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 03:09:15 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 03:39:23 <-- mgrech (~mgrech@178.113.61.5.wireless.dyn.drei.com) a quitté (Ping timeout: 240 seconds) 2020-07-18 03:52:17 <-- KarnTempestas (~KarnTempe@2605:e000:ab40:cb00:ed09:7c39:c20f:7cc) a quitté (Ping timeout: 260 seconds) 2020-07-18 04:41:53 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 06:05:34 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 06:23:09 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-18 06:33:07 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 06:38:16 <-- RohanVK (~stackotte@203-58-25-80.static.tpgi.com.au) a quitté (Read error: Connection reset by peer) 2020-07-18 07:40:04 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 07:56:27 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 07:58:40 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-18 08:02:00 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 08:27:19 <-- Guest76055 (znc@2400:6180:0:d0::64f:9001) a quitté (Changing host) 2020-07-18 08:27:19 --> Guest76055 (znc@steamdb/source2-guru/sinz) a rejoint #mcdevs 2020-07-18 08:27:19 -- Mode #mcdevs [+v Guest76055] par ChanServ 2020-07-18 08:27:22 -- Guest76055 est maintenant connu sous le nom SinZ 2020-07-18 08:43:02 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 08:55:59 --> angeredgecko (~angeredge@pool-72-69-42-86.nycmny.fios.verizon.net) a rejoint #mcdevs 2020-07-18 09:03:29 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 09:04:52 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-18 09:07:39 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 09:10:00 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-18 09:11:53 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 09:15:13 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-18 09:18:53 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 09:26:10 <-- angeredgecko (~angeredge@pool-72-69-42-86.nycmny.fios.verizon.net) a quitté (Quit: Leaving) 2020-07-18 09:28:47 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 09:32:58 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 10:47:45 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 12:07:25 <-- SiebeDW (~SiebeDW@248.26.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 12:07:25 <-- circuit10 (~circuit10@248.26.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 12:07:25 <-- islender (~islender@248.26.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 12:07:26 <-- None4U (~None4U@248.26.72.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 12:15:34 --> None4U (~None4U@14.205.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 12:15:34 --> islender (~islender@14.205.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 12:15:34 --> circuit10 (~circuit10@14.205.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 12:15:34 --> SiebeDW (~SiebeDW@14.205.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 13:37:55 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-18 14:08:26 --> mgrech (~mgrech@178.113.126.138.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-18 14:13:54 <-- mgrech (~mgrech@178.113.126.138.wireless.dyn.drei.com) a quitté (Ping timeout: 240 seconds) 2020-07-18 14:23:22 --> Unarelith (~Quent4234@5-51-160-161.abo.bbox.fr) a rejoint #mcdevs 2020-07-18 14:27:18 <-- Unarelith (~Quent4234@5-51-160-161.abo.bbox.fr) a quitté (Client Quit) 2020-07-18 14:48:26 --> mgrech (~mgrech@178.112.175.32.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-18 16:06:59 --> Bixilon (~moritz@x4d090d87.dyn.telefonica.de) a rejoint #mcdevs 2020-07-18 16:07:22 Bixilon For what is the packet tags? (0x5C in 1.15.2) 2020-07-18 16:24:35 <-- SiebeDW (~SiebeDW@14.205.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 16:24:35 <-- islender (~islender@14.205.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 16:24:35 <-- None4U (~None4U@14.205.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 16:24:35 <-- circuit10 (~circuit10@14.205.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 16:26:44 --> circuit10 (~circuit10@226.243.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 16:26:44 --> islender (~islender@226.243.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 16:26:44 --> None4U (~None4U@226.243.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 16:26:48 --> SiebeDW (~SiebeDW@226.243.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 16:48:00 --> Nick88 (56e95dca@lfbn-poi-1-378-202.w86-233.abo.wanadoo.fr) a rejoint #mcdevs 2020-07-18 16:52:38 Nick88 Hi, is this packet (https://wiki.vg/index.php?title=Protocol&oldid=7368#Update_Entity_NBT) ever used by the native server? 2020-07-18 17:04:48 Bixilon Can + 2020-07-18 17:05:10 Bixilon Can't say it for sure, but I have never seen that this packet is sent in 1.13. 2020-07-18 17:14:28 Nick88 Me neither in 1.8, I have the impression that "Entity Metadata" is always sent instead. 2020-07-18 18:37:00 <-- Techcable (znc@irc.techcable.net) a quitté (Quit: ZNC - http://znc.in) 2020-07-18 18:38:25 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2020-07-18 19:16:37 Not-1d7b [mineflayer] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/JJn2i 2020-07-18 19:16:38 Not-1d7b [mineflayer] G07cha 7ddc758 - fix: move typings dependency from devDependencies It wouldn't be installed by default and will result in incomplete typings as a result 2020-07-18 19:16:40 Not-1d7b [mineflayer] rom1504 715d1e9 - Merge pull request #1157 from G07cha/fix/typings-dependency fix: move typings dependency from devDependencies 2020-07-18 19:19:08 circuit10 The bot nickname changed 2020-07-18 19:19:47 circuit10 I had that hardcoded in my bridge to go to another channel... 2020-07-18 19:20:16 circuit10 I should just check if it starts with “Not-“ 2020-07-18 19:24:26 circuit10 Why does it need to change its name? 2020-07-18 19:33:04 rom1504 I think it's to avoid getting banned my freenode 2020-07-18 19:33:10 rom1504 so there are several of them 2020-07-18 20:06:49 <-- Nick88 (56e95dca@lfbn-poi-1-378-202.w86-233.abo.wanadoo.fr) a quitté (Remote host closed the connection) 2020-07-18 20:13:33 circuit10 They get banned? 2020-07-18 20:34:39 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 21:33:24 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 21:45:20 Bixilon For what is the packet tags? (0x5C in 1.15.2) 2020-07-18 21:50:35 +pokechu22 https://minecraft.gamepedia.com/Tag - the game uses that data for some of its logic (even clientside), though generally you just want it to match the defaults 2020-07-18 21:52:23 Bixilon okay....thanks 2020-07-18 21:53:46 +pokechu22 From a while back (2018-08-08 22:29:46): Normally freenode staff have a rule for notifico that globally renames it to Not and gives it flags, but they seem to have nuked all the rules with the spam attacks 2020-07-18 21:54:38 tktech It's not for bans. The bots exceed the channels-per-connection limit on some networks and need multiple connections. 2020-07-18 21:54:58 tktech The random names also prevent squaters from registering them, which they did when notifico first showed up. 2020-07-18 21:55:17 tktech And the bots don't know how to handle the 9 million different nickserv's/Qs/alternatives to register themselves. 2020-07-18 22:07:43 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 22:10:37 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-18 22:12:11 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 22:15:20 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-18 22:18:22 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 22:20:12 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-18 22:25:47 <-- SiebeDW (~SiebeDW@226.243.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 22:25:47 <-- circuit10 (~circuit10@226.243.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 22:25:47 <-- islender (~islender@226.243.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 22:25:47 <-- None4U (~None4U@226.243.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-18 22:26:56 --> SiebeDW (~SiebeDW@210.118.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 22:26:57 --> None4U (~None4U@210.118.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 22:26:57 --> islender (~islender@210.118.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 22:26:57 --> circuit10 (~circuit10@210.118.225.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-18 22:28:05 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 22:30:07 --> asdew_ (~asdew@dsl-hkibng11-50dc43-88.dhcp.inet.fi) a rejoint #mcdevs 2020-07-18 22:33:00 <-- asdew (~asdew@dsl-hkibng11-50dc43-88.dhcp.inet.fi) a quitté (Ping timeout: 265 seconds) 2020-07-18 22:35:31 -- asdew_ est maintenant connu sous le nom asdew 2020-07-18 22:36:30 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 22:37:42 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 22:39:53 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-18 22:42:36 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 22:48:02 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 23:06:45 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 23:11:23 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 23:46:48 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 23:54:15 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-18 23:56:50 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-18 23:57:55 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-19 00:04:35 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 00:07:15 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-19 00:10:08 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 00:10:23 <-- Bixilon (~moritz@x4d090d87.dyn.telefonica.de) a quitté (Remote host closed the connection) 2020-07-19 00:11:09 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-19 01:25:57 --> moony (moony@hellomouse/dev/moony) a rejoint #mcdevs 2020-07-19 01:29:16 <-- moony (moony@hellomouse/dev/moony) a quitté (Remote host closed the connection) 2020-07-19 01:32:10 <-- mgrech (~mgrech@178.112.175.32.wireless.dyn.drei.com) a quitté (Ping timeout: 260 seconds) 2020-07-19 01:32:17 --> moony (moony@hellomouse/dev/moony) a rejoint #mcdevs 2020-07-19 01:51:39 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 02:09:56 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 02:16:46 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 02:20:37 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-19 02:27:25 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 02:29:56 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-19 05:03:40 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté 2020-07-19 05:15:55 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-07-19 05:44:00 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 06:00:52 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 06:03:52 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 06:06:07 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-19 06:10:12 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 06:22:50 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 06:43:13 --> mgrech (~mgrech@178.112.175.32.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-19 06:51:20 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 06:55:33 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-19 06:56:54 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2020-07-19 06:56:54 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-07-19 06:58:30 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 07:38:38 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 07:40:19 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 08:17:47 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 08:20:31 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 08:22:05 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-19 09:07:18 <-- mgrech (~mgrech@178.112.175.32.wireless.dyn.drei.com) a quitté (Ping timeout: 256 seconds) 2020-07-19 09:11:43 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 10:47:51 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 11:04:23 --> mgrech (~mgrech@77.117.164.8.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-19 11:56:59 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 12:07:24 --> VADemon (~VADemon@2a01:4f8:212:2f1d:88::41) a rejoint #mcdevs 2020-07-19 12:24:51 <-- VADemon (~VADemon@2a01:4f8:212:2f1d:88::41) a quitté (Quit: left4dead) 2020-07-19 12:26:09 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 12:49:47 <-- l4mRh4X0r_ (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a quitté (Ping timeout: 260 seconds) 2020-07-19 14:02:01 <-- lxeiqr (~lxeiqr@188.146.244.152.nat.umts.dynamic.t-mobile.pl) a quitté (Ping timeout: 264 seconds) 2020-07-19 14:24:27 --> rtm516_ (~rtm516@irc.rtm516.co.uk) a rejoint #mcdevs 2020-07-19 14:25:47 --> WizardCM- (~WizardCM@2401:31c0:ffff::187) a rejoint #mcdevs 2020-07-19 14:26:35 --> probablymoony (moony@hellomouse/dev/moony) a rejoint #mcdevs 2020-07-19 14:26:50 --> KennyTV3 (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-07-19 14:26:54 --> Tuxel_ (~tux@80.77.26.7) a rejoint #mcdevs 2020-07-19 14:27:10 --> Dykam_ (~Dykam@dykam.nl) a rejoint #mcdevs 2020-07-19 14:31:56 --> m0r13_ (~m0r13@mail.yellow-ray.de) a rejoint #mcdevs 2020-07-19 14:32:56 <-- moony (moony@hellomouse/dev/moony) a quitté (*.net *.split) 2020-07-19 14:32:56 <-- Not-1d7b (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a quitté (*.net *.split) 2020-07-19 14:32:56 <-- Guest35242 (~WizardCM@103.93.232.3) a quitté (*.net *.split) 2020-07-19 14:32:57 <-- Tuxel (~tux@80.77.26.7) a quitté (*.net *.split) 2020-07-19 14:32:57 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (*.net *.split) 2020-07-19 14:32:57 <-- rtm516 (~rtm516@irc.rtm516.co.uk) a quitté (*.net *.split) 2020-07-19 14:32:58 <-- m0r13 (~m0r13@mail.yellow-ray.de) a quitté (*.net *.split) 2020-07-19 14:32:58 <-- Dykam (~Dykam@dykam.nl) a quitté (*.net *.split) 2020-07-19 14:32:58 -- KennyTV3 est maintenant connu sous le nom KennyTV 2020-07-19 14:32:58 -- rtm516_ est maintenant connu sous le nom rtm516 2020-07-19 15:38:07 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-19 16:21:29 --> lxeiqr (~lxeiqr@188.146.233.59.nat.umts.dynamic.t-mobile.pl) a rejoint #mcdevs 2020-07-19 16:57:11 --> l4mRh4X0r_ (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2020-07-19 17:47:07 --> kaletaa (~kaletaa@catv-80-98-156-37.catv.broadband.hu) a rejoint #mcdevs 2020-07-19 18:09:53 <-- kaletaa (~kaletaa@catv-80-98-156-37.catv.broadband.hu) a quitté (Remote host closed the connection) 2020-07-19 18:56:45 <-- circuit10 (~circuit10@210.118.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-19 18:56:45 <-- islender (~islender@210.118.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-19 18:56:45 <-- None4U (~None4U@210.118.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-19 18:56:45 <-- SiebeDW (~SiebeDW@210.118.225.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-19 19:01:55 --> islender (~islender@188.63.194.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-19 19:01:55 --> SiebeDW (~SiebeDW@188.63.194.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-19 19:01:55 --> circuit10 (~circuit10@188.63.194.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-19 19:01:55 --> None4U (~None4U@188.63.194.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-19 20:09:16 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 20:29:07 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 20:57:33 <-- Pyker (~pyker@hexagon.pyker.net) a quitté (Remote host closed the connection) 2020-07-19 20:57:59 --> Pyker (~pyker@hexagon.pyker.net) a rejoint #mcdevs 2020-07-19 21:05:49 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 21:48:43 --> djhsf74298424y24 (48b62963@072-182-041-099.res.spectrum.com) a rejoint #mcdevs 2020-07-19 21:48:45 <-- djhsf74298424y24 (48b62963@072-182-041-099.res.spectrum.com) a quitté #mcdevs 2020-07-19 21:48:51 --> djhsf74298424y24 (48b62963@072-182-041-099.res.spectrum.com) a rejoint #mcdevs 2020-07-19 21:54:48 djhsf74298424y24 Hi! I wrote a reverse proxy that sits between server and client. I want to sometimes send customized disconnect error messages during login phase. I assume this is not possible since the shared key is send back encrypted with the servers public key. Without the server private key its not possible to extract this shared key? I am hosting the server 2020-07-19 21:54:48 djhsf74298424y24 myself. 2020-07-19 22:13:29 +pokechu22 Yeah, to my understanding it's not possible -- the workaround being to have the main server run in offline mode (which isn't encrypted) though that introduces other issues (for instance if someone bypasses your proxy, they can log in as anyone and generally do the other bad things that happen with offline mode) 2020-07-19 22:19:27 circuit10 djhsf74298424y24: You might want to use something that already exists like Bungeecord or use offline mode (make sure to have some sort of firewall) like pokechu22 sai 2020-07-19 22:19:47 circuit10 Bungeecord uses offline mode too though 2020-07-19 22:20:04 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 22:20:07 circuit10 But Velocity has a custom thing that's more secure 2020-07-19 22:44:31 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-19 22:57:06 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-19 23:32:46 djhsf74298424y24 Thanks for the answers guys - really appreciate it! I will take a more in depth look at bungeecord. I only have a basic understanding of it. 2020-07-19 23:40:50 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 00:01:29 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 00:04:09 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 00:18:26 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 00:19:44 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 00:41:52 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 01:18:34 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 01:37:50 -- probablymoony est maintenant connu sous le nom moony 2020-07-20 01:55:11 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 01:57:53 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 02:26:20 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 02:28:48 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 02:40:10 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 02:42:44 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 02:54:26 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 02:56:54 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 03:02:35 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 03:10:28 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 03:10:36 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-20 03:24:07 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 03:39:39 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 04:03:58 --> mgrech_ (~mgrech@77.117.164.8.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-20 04:04:24 <-- mgrech (~mgrech@77.117.164.8.wireless.dyn.drei.com) a quitté (Ping timeout: 258 seconds) 2020-07-20 04:14:40 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 04:17:57 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-07-20 04:32:42 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 04:35:47 <-- mgrech_ (~mgrech@77.117.164.8.wireless.dyn.drei.com) a quitté (Ping timeout: 240 seconds) 2020-07-20 04:57:52 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 04:58:51 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 05:09:34 <-- djhsf74298424y24 (48b62963@072-182-041-099.res.spectrum.com) a quitté (Remote host closed the connection) 2020-07-20 05:09:43 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 06:17:54 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 06:54:54 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-20 06:56:28 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 256 seconds) 2020-07-20 06:56:28 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-07-20 07:14:16 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 07:29:28 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 08:30:05 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 08:31:59 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 09:06:29 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 09:09:13 --> Not-c0dc (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a rejoint #mcdevs 2020-07-20 09:09:14 Not-c0dc [mineflayer] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/JJcyR 2020-07-20 09:09:15 Not-c0dc [mineflayer] TheDudeFromCI a761946 - Fixed entityEquip type header. 2020-07-20 09:09:17 Not-c0dc [mineflayer] rom1504 a2127cf - Merge pull request #1166 from TheDudeFromCI/patch-11 Fixed entityEquip event name in typescript header 2020-07-20 09:09:57 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-20 12:04:13 --> Unarelith (~Quent4234@5-51-160-161.abo.bbox.fr) a rejoint #mcdevs 2020-07-20 12:09:11 <-- Tuxel_ (~tux@80.77.26.7) a quitté (*.net *.split) 2020-07-20 12:09:14 <-- matthewprenger (~matthewpr@136.33.177.190) a quitté (*.net *.split) 2020-07-20 12:09:15 <-- bildramer (~bildramer@185.44.144.4) a quitté (*.net *.split) 2020-07-20 12:09:15 <-- pokechu22 (~pokechu22@50-47-111-46.evrt.wa.frontiernet.net) a quitté (*.net *.split) 2020-07-20 12:09:15 <-- skyrising (~skyrising@89.43.126.118) a quitté (*.net *.split) 2020-07-20 12:10:24 --> Tuxel_ (~tux@80.77.26.7) a rejoint #mcdevs 2020-07-20 12:10:24 --> matthewprenger (~matthewpr@136.33.177.190) a rejoint #mcdevs 2020-07-20 12:10:24 --> bildramer (~bildramer@185.44.144.4) a rejoint #mcdevs 2020-07-20 12:10:24 --> pokechu22 (~pokechu22@50-47-111-46.evrt.wa.frontiernet.net) a rejoint #mcdevs 2020-07-20 12:10:24 --> skyrising (~skyrising@89.43.126.118) a rejoint #mcdevs 2020-07-20 12:10:24 -- Mode #mcdevs [+v pokechu22] par moon.freenode.net 2020-07-20 12:16:11 <-- Unarelith (~Quent4234@5-51-160-161.abo.bbox.fr) a quitté (Quit: Leaving) 2020-07-20 12:34:35 --> mgrech (~mgrech@77.117.164.8.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-20 13:29:55 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2020-07-20 15:34:30 <-- _123DMWM (~123DMWM@156.146.37.26) a quitté (Read error: Connection reset by peer) 2020-07-20 15:35:01 --> _123DMWM (~123DMWM@156.146.37.26) a rejoint #mcdevs 2020-07-20 15:41:47 <-- Dadido3 (~quassel@p200300d9df3b2900f97c31c857fa4eb8.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2020-07-20 15:42:28 --> Dadido3 (~quassel@p200300d9df277600b44cb33ca0bad6b5.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-07-20 16:40:36 <-- Proximyst (~Proximyst@freya.proximyst.com) a quitté (Quit: Robbing a bank) 2020-07-20 16:41:09 --> Proximyst (~Proximyst@freya.proximyst.com) a rejoint #mcdevs 2020-07-20 16:45:35 MiniDigger velocy basically secures bungee style offline mode/ip forwarding with a secret iirc 2020-07-20 17:19:05 <-- islender (~islender@188.63.194.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-20 17:19:05 <-- None4U (~None4U@188.63.194.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-20 17:19:05 <-- circuit10 (~circuit10@188.63.194.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-20 17:19:05 <-- SiebeDW (~SiebeDW@188.63.194.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-20 17:24:04 --> islender (~islender@132.174.197.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-20 17:24:04 --> None4U (~None4U@132.174.197.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-20 17:24:04 --> circuit10 (~circuit10@132.174.197.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-20 17:24:08 --> SiebeDW (~SiebeDW@132.174.197.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-20 17:27:49 <-- lxeiqr (~lxeiqr@188.146.233.59.nat.umts.dynamic.t-mobile.pl) a quitté (Remote host closed the connection) 2020-07-20 18:12:36 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 18:21:55 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 19:06:46 --> lxeiqr (~lxeiqr@188.146.230.26.nat.umts.dynamic.t-mobile.pl) a rejoint #mcdevs 2020-07-20 19:06:50 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 20:08:26 <-- mgrech (~mgrech@77.117.164.8.wireless.dyn.drei.com) a quitté (Ping timeout: 246 seconds) 2020-07-20 20:16:37 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-20 21:07:00 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-20 22:06:43 --> mgrech (~mgrech@77.117.164.8.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-20 22:41:52 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-07-21 00:01:11 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-07-21 00:09:51 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Ping timeout: 265 seconds) 2020-07-21 04:03:52 <-- mgrech (~mgrech@77.117.164.8.wireless.dyn.drei.com) a quitté (Ping timeout: 256 seconds) 2020-07-21 06:51:45 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-21 06:53:30 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2020-07-21 06:53:30 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-07-21 08:16:50 <-- killme (~killmePI@185.9.253.124) a quitté (Ping timeout: 256 seconds) 2020-07-21 08:16:52 --> killmePI (~killmePI@185.9.253.124) a rejoint #mcdevs 2020-07-21 10:08:11 <-- skyrising (~skyrising@89.43.126.118) a quitté (Remote host closed the connection) 2020-07-21 10:08:27 --> skyrising (~skyrising@89.43.126.118) a rejoint #mcdevs 2020-07-21 11:27:32 --> mgrech (~mgrech@77.117.164.8.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-21 12:53:08 --> stackotter (~stackotte@203-58-25-80.static.tpgi.com.au) a rejoint #mcdevs 2020-07-21 12:54:12 StackDoubleFlow is there a way to submit new 1.16.1 mappings? 2020-07-21 12:54:50 StackDoubleFlow it seems mcpbot doesn't have 1.16 yet 2020-07-21 12:57:50 <-- stackotter (~stackotte@203-58-25-80.static.tpgi.com.au) a quitté (Client Quit) 2020-07-21 12:59:34 --> stackotter (~stackotte@203-58-25-80.static.tpgi.com.au) a rejoint #mcdevs 2020-07-21 13:03:01 stackotter hi again, does anyone know any good articles about how minecraft does all it's physics or should i just read the forge code? 2020-07-21 13:03:30 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-21 13:41:13 --> SpaceMan1ac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-07-21 13:41:52 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 256 seconds) 2020-07-21 13:41:53 -- SpaceMan1ac est maintenant connu sous le nom SpaceManiac 2020-07-21 13:41:53 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2020-07-21 13:53:11 -- mrarm_ est maintenant connu sous le nom mrarm 2020-07-21 13:59:37 <-- deltab (~deltab@95.154.230.49) a quitté (Ping timeout: 264 seconds) 2020-07-21 14:02:11 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-21 14:10:06 --> deltab (~deltab@95.154.230.49) a rejoint #mcdevs 2020-07-21 14:51:38 <-- StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a quitté (Quit: Ping timeout (120 seconds)) 2020-07-21 14:52:09 --> StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2020-07-21 15:05:54 <-- StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a quitté (Quit: The Lounge - https://thelounge.chat) 2020-07-21 16:02:34 <-- mgrech (~mgrech@77.117.164.8.wireless.dyn.drei.com) a quitté (Ping timeout: 258 seconds) 2020-07-21 16:16:41 <-- SiebeDW (~SiebeDW@132.174.197.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-21 16:16:41 <-- None4U (~None4U@132.174.197.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-21 16:16:41 <-- islender (~islender@132.174.197.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-21 16:16:42 <-- circuit10 (~circuit10@132.174.197.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-21 16:18:08 bswartz stackotter: Reading the source code of other project is a good way to get started. Also, create a proxy that allows you to get precise values and watch how the real client interacts with a real server 2020-07-21 16:18:31 bswartz You can derive a lot of constant using the proxy method 2020-07-21 16:22:52 --> islender (~islender@123.202.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-21 16:22:52 --> SiebeDW (~SiebeDW@123.202.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-21 16:22:52 --> circuit10 (~circuit10@123.202.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-21 16:22:52 --> None4U (~None4U@123.202.211.130.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-21 16:54:30 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (Quit: o>) 2020-07-21 17:00:45 --> rgnt (c35b09ad@195.91.9.173) a rejoint #mcdevs 2020-07-21 17:02:30 rgnt hello :howdy: 2020-07-21 17:05:12 <-- rgnt (c35b09ad@195.91.9.173) a quitté (Remote host closed the connection) 2020-07-21 17:05:48 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-07-21 17:06:03 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (Client Quit) 2020-07-21 17:09:46 --> rgnt (c35b09ad@195.91.9.173) a rejoint #mcdevs 2020-07-21 17:09:55 rgnt well hello there again 2020-07-21 17:10:46 <-- rgnt (c35b09ad@195.91.9.173) a quitté (Remote host closed the connection) 2020-07-21 17:11:06 --> rgnt (c35b09ad@195.91.9.173) a rejoint #mcdevs 2020-07-21 17:20:55 <-- rgnt (c35b09ad@195.91.9.173) a quitté (Ping timeout: 245 seconds) 2020-07-21 17:24:21 --> rgnt (uid456095@gateway/web/irccloud.com/x-tkwurmzfiffalqjh) a rejoint #mcdevs 2020-07-21 17:25:04 rgnt okay, it shouldn't disconnect now. 2020-07-21 17:30:37 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-07-21 17:31:20 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (Client Quit) 2020-07-21 17:44:25 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-07-21 17:45:44 <-- KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a quitté (Client Quit) 2020-07-21 17:46:40 --> KennyTV (~KennyTV@static.162.124.47.78.clients.your-server.de) a rejoint #mcdevs 2020-07-21 17:59:07 --> mgrech (~mgrech@178.112.18.19.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-21 18:37:01 rgnt Found bug, where you send ClientboutGameChangeState (not sure what's the exact name rn), with float 7 (Rain level change), and value of 20+, and the font color changes to yellow. Examples: https://imgur.com/gallery/ZQX0Wd5 2020-07-21 18:37:35 rgnt (time must be set to day and weather must be clear) 2020-07-21 18:39:07 rgnt version 1.16.1 2020-07-21 18:42:28 KennyTV you shouldn't just copy paste licensed mojang mapped names if the old ones are perfectly fine 2020-07-21 18:42:40 KennyTV and the main page isn't 1.16, it is 1.15.2 2020-07-21 18:42:59 rgnt aight, sorry 2020-07-21 18:43:59 rgnt and where did i copypaste it exactly? the name of packet? 2020-07-21 18:44:45 KennyTV the name of the event types 2020-07-21 18:45:11 rgnt but they don't exist in 1.15.2 2020-07-21 18:45:36 rgnt they are not defined final fields 2020-07-21 18:45:50 rgnt but sorry 2020-07-21 18:46:04 KennyTV mojang mappings don't really have a fully defined usability, legally speaking 2020-07-21 18:46:36 rgnt they're useless, yeah, no one really reads them 2020-07-21 18:47:27 rgnt legally speaking 2020-07-21 18:47:51 KennyTV they're already really helpful, but just for *personal* use/reference sadly. hopefully that's cleared up soon enough 2020-07-21 18:48:44 KennyTV just checked; the start/stop rain already had 1=start,2=end in 1.15 (probably even before?), so you can remove the note and properly swap their columns I suppose 2020-07-21 18:49:23 rgnt I tested it and 2 was start, and 1 was stop 2020-07-21 18:49:42 KennyTV :thonk: 2020-07-21 18:50:05 rgnt well you can test it yourself 2020-07-21 18:50:12 rgnt maybe i mixed it up 2020-07-21 18:50:42 KennyTV so you're saying what is on wiki is correct? 2020-07-21 18:51:06 KennyTV why the notes then? :D 2020-07-21 18:52:15 rgnt you said, that 1 is start, 2 is stop 2020-07-21 18:52:29 KennyTV yea? wiki says 1=stop 2020-07-21 18:52:39 KennyTV code says 1=start 2020-07-21 18:52:52 rgnt But client mixes it up 2020-07-21 18:52:57 rgnt try it 2020-07-21 18:53:01 rgnt it won't work 2020-07-21 18:53:21 rgnt wiki is right 2020-07-21 18:53:33 rgnt code is wrong (ironically) 2020-07-21 18:54:55 KennyTV then the notes are of no use, we wouldn't have to care if mojang messed up client checking as long as it works with what is referenced :p but uhh, can't seem to find where it goes wrong https://i.imgur.com/ntTNNaF.png https://i.imgur.com/hAaonSG.png 2020-07-21 18:57:36 rgnt yeah, i will remove the notes, and when i get home, i will try it again, i was horribly wrong probably. 2020-07-21 18:58:20 rgnt what version is that? the code you sent 2020-07-21 19:00:45 KennyTV 1.15.2, but is effectively the same (just using the enum START_) in .16 2020-07-21 19:01:55 rgnt aight, I will test it again, show you my results. thanks 2020-07-21 19:21:20 rom1504 stackotter: https://www.mcpk.wiki/wiki/Main_Page https://github.com/PrismarineJS/prismarine-physics 2020-07-21 19:22:45 rgnt that's amazing 2020-07-21 20:04:39 <-- skyrising (~skyrising@89.43.126.118) a quitté (Ping timeout: 265 seconds) 2020-07-21 20:16:42 --> NottNott (~NottNott@95.151.42.217) a rejoint #mcdevs 2020-07-21 20:17:08 NottNott hey all 2020-07-21 20:17:49 NottNott i'm wondering if there's a way to disable file validation by the minecraft client. i'm modifying some files in beta 1.3 and would like to launch the game as modified instead of the files just going back to default when i change things :) 2020-07-21 20:20:15 NottNott game fails to launch when not connected to the internet and files have been modified as well 2020-07-21 20:20:30 rgnt isn't launcher verifing files? don't run it with launcher then 2020-07-21 20:22:11 +pokechu22 Copy the version JSON and delete the "downloads" block in it (which is what contains the hashes and locations to redownload from). You'll need to create a new folder and file, and match make the name match, and also will need to edit the "id" field in the version JSON to match the file name. You can safely use a JSON formatter on the file; the game doesn't care about that. 2020-07-21 20:22:28 +pokechu22 You may also need to delete the META-INF folder inside the JAR 2020-07-21 20:22:49 NottNott okay thanks pokechu22 i'll give it a shot :) 2020-07-21 20:26:28 rgnt https://www.irccloud.com/pastebin/NPXvfFS0 2020-07-21 20:26:59 rgnt what did i do lol 2020-07-21 20:27:40 rgnt okay so, i tested the GameChangeState, and the wiki is right https://imgur.com/a/8cmyMQO 2020-07-21 20:27:40 rgnt 2 is for start, 1 for end, at least in case of 1.16.1 2020-07-21 20:28:19 rgnt (ignore the irccloud link above, it's just my clumsiness) 2020-07-21 20:28:39 rgnt KennyTV: ^^ 2020-07-21 20:31:24 +pokechu22 Do you have the ability to test https://bugs.mojang.com/browse/MC-118757 by the way? 2020-07-21 20:32:16 rgnt i can confirm that, i just didn't put it in notes, because i thought i have lowend pc 2020-07-21 20:33:53 rgnt (tested version 1.16.1) 2020-07-21 20:36:03 +pokechu22 Alright, thanks, I'll reopen that 2020-07-21 20:36:24 KennyTV well rip mojang I guess? lol 2020-07-21 20:37:11 rgnt the mod, Galaxy_2Alex said it didn't exist in newer code, he's right, it exists but with different name, Rain level change | pokechu22 2020-07-21 20:37:17 +pokechu22 Might be rip mojang, might be rip graphics card drivers 2020-07-21 20:37:38 KennyTV was referring to the rain start/stop naming :p 2020-07-21 20:37:55 rgnt did you guys see the yellow bug i sent earlier? you might report that as well pokechu22 2020-07-21 20:38:17 rgnt KennyTV: they forgot about it probably xd 2020-07-21 20:38:38 +pokechu22 I'll edit the ticket to mention it, since I suspect they've got similar causes (or if one is fixed the other will probably be fixed at the same time). Not something that should always be done, of course, but I think it makes sense here :P 2020-07-21 20:39:21 rgnt okay, thank you 2020-07-21 20:39:33 rgnt your sacrifice will be remembered 2020-07-21 20:39:37 NottNott might as well say the only reason i'm trying to modify beta 1.3. trying to make a texture pack for the main menu of the modern client that has the title exactly how it looked before the redesign (creeperface in the 'A' etc). a lot of texture packs that change the title don't look *exactly* the same as the old version 2020-07-21 20:40:11 NottNott for some reason the game files don't work as they seem downscaled, and the game used to have the logo fly in animation which is probably rendered with fancy client stuff instead of just a png 2020-07-21 20:40:28 NottNott trying to use beta 1.3 as a template in photoshop, but the splash text gets in the way, so trying to remove/modify splashes.txt to get rid of it :P 2020-07-21 20:41:02 rgnt that's cool mate, good luck with that 2020-07-21 20:41:24 NottNott yeah, i don't know/doubt if anyone has any ideas on this one. i'll figure it out somehow 2020-07-21 20:42:50 +pokechu22 You might also be able to set up the appropriate old version of MCP from https://minecraft.gamepedia.com/Programs_and_editors/Mod_Coder_Pack#Downloads 2020-07-21 20:43:25 NottNott checking it out now :) 2020-07-21 20:46:44 rgnt I was working on decompilation of 1.16.1, when I'm finished with it can I upload the required software and distribute it? or there's something with new with licensing since 1.12? 2020-07-21 20:48:28 +pokechu22 As long as it doesn't redistribute the mappings I don't think there are issues -- https://github.com/MinecraftForge/ForgeGradle and https://github.com/MinecraftForge/MCPConfig still are being maintained (things are just a bit more complicated in terms of setup) 2020-07-21 20:49:22 rgnt okay thanks 2020-07-21 20:50:26 rgnt also, how can i put a template on wikivg page? It seems that i don't have required permissions or smth 2020-07-21 20:51:53 +pokechu22 What kind of template are you trying to add? There shouldn't be any permission restrictions on them 2020-07-21 20:54:12 +pokechu22 Oh, and as a side note: enums aren't actually entirley part of the mappings Mojang distribute; the names are also included in the obfuscated version (because Java requires them for valueOf() and name() to work properly). So those are generally fine for documentation purposes IMO 2020-07-21 20:54:31 rgnt the contents template 2020-07-21 20:56:15 rgnt or how does the contents tree really work 2020-07-21 20:56:18 NottNott in reference to pokechu22's original solution involving changing json files: https://gyazo.com/dc81c124c0973a95b037406c9fc785df 2020-07-21 20:56:33 NottNott 'missingno' splash text will display if the file is empty though. will find another way! 2020-07-21 20:56:54 +pokechu22 Maybe you can put a blank line or a space only on there? 2020-07-21 20:57:05 +pokechu22 https://www.mediawiki.org/wiki/Manual:Table_of_contents - it's automatically generated by mediawiki 2020-07-21 20:58:08 rgnt aight, thanks 2020-07-21 20:58:52 NottNott deleting the splashes.txt file, using a blankspace or a blank line character all results in this: https://gyazo.com/700df18411b745875a6768bea2c67501 2020-07-21 20:59:23 NottNott so, maybe it's a trip to MCP and changing files to remove splash renders 2020-07-21 20:59:34 +pokechu22 For some reason I feel like the start raining/stop raining mixup was already reported, but I can't find it... so I guess I'll report it 2020-07-21 21:11:02 rgnt i don't think they will consider it a bug, since gameplay works fine. 2020-07-21 21:11:11 rgnt it's just that they mixed it up 2020-07-21 21:11:26 KennyTV I'm just confused on why it even works for the client 2020-07-21 21:11:36 KennyTV tho I didn't look at any of the actual rendering parts using the variable 2020-07-21 21:12:27 circuit10 NottNott: What about a zero-width space? 2020-07-21 21:12:41 +pokechu22 Actually, I'm pretty sure the START_RAINING/STOP_RAINING stuff is correct based on the code clientside (it also wasn't an enum, so oops about that). The first one (b) calls setRaining(true) while the second (c) calls setRaining(false). Serverside, if it WAS raining but no longer is, it sends the second one (stop) but otherwise if it wasn't raining but now is, it sends the first one (start) 2020-07-21 21:14:04 NottNott trying now circuit10 2020-07-21 21:14:30 rgnt but, how can it be correct if server got it messed up, nothing should work. 2020-07-21 21:14:36 KennyTV but serverside it also correctly checks for isRaining everywhere, sending it as startthen 2020-07-21 21:15:02 rgnt also im pretty sure client and server share network package 2020-07-21 21:15:55 rgnt i gotta take better look into it when im home, i have my laptop with me, but it sucks :d 2020-07-21 21:15:56 +pokechu22 I'm looking in WorldServer.tick(), which first checks `(wasRaining != this.isRaining())` and then sends the second if `wasRaining` otherwise the first. It's a bit awkward (I'd've written it using isRaining()) but it seems correct to me 2020-07-21 21:17:00 rgnt when's wasRaining updated? 2020-07-21 21:17:43 +pokechu22 It's set to `isRaining()` at the start, before it computes the new rain state 2020-07-21 21:18:35 NottNott unfortunately still get 'missingno' circuit10. i'll try removing splash displays via the code (not something i've really done before) 2020-07-21 21:19:13 circuit10 Are you sure it's caused by that? 2020-07-21 21:19:26 circuit10 Have you tried a . or something? 2020-07-21 21:20:02 NottNott circuit10: https://gyazo.com/f7d2e2288dc7eceabb5df43c245ec687 2020-07-21 21:20:36 NottNott actually, gives me a good idea! i'll use a piece of text that's out of the way enough 2020-07-21 21:23:07 NottNott HAHA! using ² completely broke the splash display <3 2020-07-21 21:23:18 NottNott https://gyazo.com/47bfd52ee74c38818694069f4ec301dd 2020-07-21 21:23:23 rgnt smart 2020-07-21 21:24:22 +pokechu22 "Now supports ÅÄÖ!" wasn't a joke; MC didn't handle unicode well until 1.0 to my understanding :P 2020-07-21 21:24:34 NottNott works to my favour :D 2020-07-21 21:24:41 rgnt pokechu22: what if, both client & server got it messed up, and that's why they both work? 2020-07-21 21:25:24 rgnt because the code i checked was aight, just the types were switched 2020-07-21 21:26:05 +pokechu22 It's consistent on both sides, which might mean they're backwards on both sides, or it might mean you misunderstood the code on one side 2020-07-21 21:26:43 rgnt they got it backwards then :p 2020-07-21 21:43:57 --> ubq323 (~ubq323@host86-157-125-247.range86-157.btcentralplus.com) a rejoint #mcdevs 2020-07-21 21:44:41 <-- ubq323 (~ubq323@host86-157-125-247.range86-157.btcentralplus.com) a quitté #mcdevs 2020-07-21 21:52:40 NottNott good news: works perfectly for old versions of MC, like 1.14.4: https://gyazo.com/de88edb50ead98cb36a0a67693cd28a3 2020-07-21 21:53:34 rgnt lovely, i like it 2020-07-21 21:53:56 NottNott bad news: mojang added a compulsory shadow modifying effect on 1.16.1? https://gyazo.com/18b1e7620575a2897d590e21990d2f37 2020-07-21 21:53:59 NottNott exact same files :P 2020-07-21 21:57:50 NottNott checking out some 1.16 texture packs made by other people to see how they didn't get the shadow effect 2020-07-21 21:59:38 rgnt I can't see difference between them 2020-07-21 22:00:32 NottNott look at the shadows of the title text - the logo has a border effect around it 2020-07-21 22:01:16 rgnt oh right i see it now 2020-07-21 22:01:53 NottNott probably just a new file that needs changing :) 2020-07-21 22:02:21 rgnt there was setting for gui lightning control 2020-07-21 22:02:34 rgnt added in 1.15 i think? 2020-07-21 22:14:29 rgnt nvm that's for items 2020-07-21 22:35:06 NottNott okay, if the Faithful texture pack guys haven't managed to fix the bug, i won't either and just will update it later. :) 2020-07-21 23:45:23 <-- islender (~islender@123.202.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-21 23:45:23 <-- SiebeDW (~SiebeDW@123.202.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-21 23:45:23 <-- None4U (~None4U@123.202.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-21 23:45:23 <-- circuit10 (~circuit10@123.202.211.130.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-21 23:49:23 --> SiebeDW (~SiebeDW@119.197.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-21 23:49:23 --> None4U (~None4U@119.197.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-21 23:49:23 --> islender (~islender@119.197.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-21 23:49:23 --> circuit10 (~circuit10@119.197.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-22 00:15:04 <-- NottNott (~NottNott@95.151.42.217) a quitté (Ping timeout: 256 seconds) 2020-07-22 00:20:14 stackotter thanks for the link rmo1504, that'll be really useful 2020-07-22 01:08:29 Not-c0dc [mineflayer] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/JJWw4 2020-07-22 01:08:35 Not-c0dc [mineflayer] rom1504 760a3d7 - Merge pull request #1174 from PrismarineJS/wvffle/fix-1169 Fix #1169 2020-07-22 01:10:31 <-- circuit10 (~circuit10@119.197.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-22 01:10:32 <-- SiebeDW (~SiebeDW@119.197.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-22 01:10:33 <-- islender (~islender@119.197.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-22 01:10:34 <-- None4U (~None4U@119.197.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-22 01:15:29 --> circuit10 (~circuit10@166.112.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-22 01:15:30 --> islender (~islender@166.112.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-22 01:15:30 --> None4U (~None4U@166.112.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-22 01:15:31 --> SiebeDW (~SiebeDW@166.112.71.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-22 01:36:30 <-- mgrech (~mgrech@178.112.18.19.wireless.dyn.drei.com) a quitté (Ping timeout: 256 seconds) 2020-07-22 03:03:31 --> mgrech_ (~mgrech@178.113.76.26.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-22 03:40:14 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Ping timeout: 258 seconds) 2020-07-22 03:43:03 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2020-07-22 03:43:03 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2020-07-22 03:43:03 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2020-07-22 03:57:49 <-- mgrech_ (~mgrech@178.113.76.26.wireless.dyn.drei.com) a quitté (Ping timeout: 264 seconds) 2020-07-22 05:16:09 <-- SiebeDW (~SiebeDW@166.112.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-22 05:16:09 <-- islender (~islender@166.112.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-22 05:16:09 <-- None4U (~None4U@166.112.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-22 05:16:09 <-- circuit10 (~circuit10@166.112.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-07-22 05:22:04 --> islender (~islender@100.247.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-22 05:22:04 --> circuit10 (~circuit10@100.247.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-22 05:22:04 --> None4U (~None4U@100.247.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-22 05:22:04 --> SiebeDW (~SiebeDW@100.247.70.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-07-22 05:48:51 <-- _123DMWM (~123DMWM@156.146.37.26) a quitté (Read error: Connection reset by peer) 2020-07-22 05:49:15 --> _123DMWM (~123DMWM@156.146.37.26) a rejoint #mcdevs 2020-07-22 06:52:39 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-07-22 06:54:05 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 246 seconds) 2020-07-22 06:54:05 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-07-22 09:39:21 --> StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2020-07-22 10:59:38 --> mgrech (~mgrech@178.113.76.26.wireless.dyn.drei.com) a rejoint #mcdevs 2020-07-22 11:10:00 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-07-22 14:03:07 <-- peterix-w (quassel@quassel.woboq.de) a quitté (Quit: No Ping reply in 180 seconds.) 2020-07-22 14:03:11 <-- killmePI (~killmePI@185.9.253.124) a quitté (Quit: No Ping reply in 180 seconds.) 2020-07-22 14:03:28 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2020-07-22 14:04:15 --> peterix (~peterix@quassel.woboq.com) a rejoint #mcdevs 2020-07-22 14:30:09 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-07-22 14:38:40 <-- e (e@freenode/staff/spy.edk) a quitté (Ping timeout: 606 seconds) 2020-07-22 14:38:50 <-- NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a quitté (*.net *.split) 2020-07-22 14:40:28 <-- DrinkyBird (~drinkybir@unaffiliated/plussean) a quitté (Remote host closed the connection) 2020-07-22 14:40:32 <-- keg[m] (kegicyname@gateway/shell/matrix.org/x-plxmgzszpeadvfge) a quitté (Remote host closed the connection) 2020-07-22 14:40:33 <-- feedc0de (danielbrun@gateway/shell/matrix.org/x-yjxgvfjwotyzjojr) a quitté (Read error: Connection reset by peer) 2020-07-22 14:40:36 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-anyfcdcjfyrclskb) a quitté (Read error: Connection reset by peer) 2020-07-22 14:40:42 <-- chibill (chibillmat@gateway/shell/matrix.org/x-bowahmmhmqipyyts) a quitté (Remote host closed the connection) 2020-07-22 14:40:45 <-- JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-excvptzslgvwocej) a quitté (Write error: Connection reset by peer)