2021-02-26 17:54:03 BomBardyGamer it's a bit whack, ik, but it seems to work for now 2021-02-26 18:28:56 BomBardyGamer okay I fixed it. I was inserting the bitmask bits in the wrong order 2021-02-26 18:33:18 BomBardyGamer I've got a different issue though: chunk sections still seem to only be loaded in a 3x3x3 area around me (meaning I can fly 16 blocks away from a chunk section and it will disappear) 2021-02-26 19:05:58 +pokechu22 Are you sending a 5x5 of chunks? The client won't render a chunk unless all of its neighbors are loaded (or you're standing in it) 2021-02-26 19:08:02 BomBardyGamer ah, that'll be it 2021-02-26 19:08:16 BomBardyGamer is there a way to load chunks circularly btw? 2021-02-26 19:08:23 BomBardyGamer like in a spiral? 2021-02-26 19:08:44 BomBardyGamer or how else am I meant to load them? rows? columns? zig zags? 2021-02-26 19:11:19 <-- samhza (samhza@2600:3c03::f03c:92ff:fe40:814c) a quitté (Remote host closed the connection) 2021-02-26 19:11:47 --> samhza (samhza@2600:3c03::f03c:92ff:fe40:814c) a rejoint #mcdevs 2021-02-26 19:12:38 +pokechu22 I don't think the order you load them in really matters (though you'd want to load ones nearer to the player first by some definition of nearer) 2021-02-26 19:17:52 BomBardyGamer at the moment I'm just loading them by the order they're placed in the region file (which really isn't all that great) 2021-02-26 19:21:41 bixilon BomBardyGamer: please use the lightmask as mask and not string. thats just kind of stupid 2021-02-26 19:22:14 BomBardyGamer wdym? it's converted to an integer, it's just built as a string for simplicity 2021-02-26 19:22:33 BomBardyGamer it's a hack, ik, I'll fix it later 2021-02-26 19:22:38 BomBardyGamer but it works 2021-02-26 19:26:03 bixilon its not simpler, it is just the worst solution. You create dozents of string classes, just to convert it to a int again. 2021-02-26 19:26:29 bixilon In java you can use the c bitwise operators: https://en.wikipedia.org/wiki/Bitwise_operations_in_C 2021-02-26 19:26:56 bixilon In kotlin it is `and`, `or`, `shl`, `shr` 2021-02-26 19:27:30 +pokechu22 Alternatively if you want to stick with a bit of lazyness, use a StringBuilder... 2021-02-26 19:27:41 +pokechu22 but probably what you really want is https://docs.oracle.com/javase/8/docs/api/java/util/BitSet.html 2021-02-26 19:28:15 bixilon you BitSet (included in java) 2021-02-26 19:30:30 BomBardyGamer yeah I don't know enough about bitwise operators for that 2021-02-26 19:30:35 BomBardyGamer that's why I didn't use them 2021-02-26 19:30:57 BomBardyGamer well, I know how they work, I just kinda struggle to understand some of these things about how to use them 2021-02-26 19:35:39 +pokechu22 They definitely take a bit of getting used to, though they're worth learning 2021-02-26 19:39:14 bixilon it is 2021-02-26 19:44:26 --> daswf852 (~daswf852@unaffiliated/dwf) a rejoint #mcdevs 2021-02-26 19:45:46 BomBardyGamer how could I even use them here? 2021-02-26 19:49:16 KennyTV bixilon linked you something / told you how 2021-02-26 19:49:32 BomBardyGamer with bitwise ORs? 2021-02-26 19:49:46 +pokechu22 If you want to use `BitSet`, do `bitset.set(i, value)` where i goes from 0 to whatever; it'll work the same way as bitshifts but should be easier to understand 2021-02-26 19:50:05 BomBardyGamer alright, cheers pokechu 2021-02-26 19:50:25 +pokechu22 and then you'd use `(int)(bitset.toLongArray()[0])` or something along those lines 2021-02-26 19:56:22 BomBardyGamer ah right 2021-02-26 20:10:58 Not-77e [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±11] https://git.io/JtNth 2021-02-26 20:10:59 Not-77e [minecraft-data] u9g c8e11f5 - add treasureOnly, weight, curse, tradeable, discoverable, rem multiplier (#377) * add treasureOnly, weight, curse, tradeable, discoverable, rem multiplier * undo * propogated properties & removed item & book modifiers * Delete out.json * add info to the add data doc * Update enchantments_schema.json Co-authored-by: U9G 2021-02-26 20:54:46 Not-77e [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JtNYV 2021-02-26 20:54:47 Not-77e [minecraft-data] u9g 64cd7e3 - Release 2.78.0 (#380) 2021-02-26 20:55:28 Not-77e [minecraft-data] github-actions[bot] tagged 64cd7e3 as 2.78.0 https://git.io/JtNYw 2021-02-26 21:34:15 <-- ProximystZNC (~Proximyst@baldr.proximyst.com) a quitté (Quit: Robbing a bank) 2021-02-26 21:34:38 --> Proximyst (~Proximyst@baldr.proximyst.com) a rejoint #mcdevs 2021-02-26 21:35:19 <-- Proximyst (~Proximyst@baldr.proximyst.com) a quitté (Remote host closed the connection) 2021-02-26 21:35:45 --> Proximyst (~Proximyst@baldr.proximyst.com) a rejoint #mcdevs 2021-02-26 21:38:45 <-- Proximyst (~Proximyst@baldr.proximyst.com) a quitté (Client Quit) 2021-02-26 21:39:14 --> Proximyst (~Proximyst@baldr.proximyst.com) a rejoint #mcdevs 2021-02-26 22:08:08 <-- Tuxel (~tux@80.77.26.7) a quitté (Ping timeout: 256 seconds) 2021-02-26 22:08:45 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2021-02-26 22:40:12 <-- dan5_ (~dan112@unaffiliated/dan112) a quitté (Quit: quit) 2021-02-26 22:40:56 --> dan5 (~dan112@unaffiliated/dan112) a rejoint #mcdevs 2021-02-26 22:41:15 <-- Tuxel (~tux@80.77.26.7) a quitté (Ping timeout: 246 seconds) 2021-02-26 22:41:55 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2021-02-26 22:47:31 <-- Tuxel (~tux@80.77.26.7) a quitté (Ping timeout: 276 seconds) 2021-02-26 22:47:34 --> Tuxel_ (~tux@80.77.26.7) a rejoint #mcdevs 2021-02-26 23:02:21 <-- Tuxel_ (~tux@80.77.26.7) a quitté (Ping timeout: 264 seconds) 2021-02-26 23:02:45 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2021-02-27 00:17:24 <-- BomBardyGamer (~bombardyg@89.47.62.84) a quitté (Quit: Bye) 2021-02-27 01:46:55 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 276 seconds) 2021-02-27 01:59:53 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2021-02-27 02:30:42 <-- commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a quitté (Remote host closed the connection) 2021-02-27 04:57:17 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2021-02-27 05:08:25 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Ping timeout: 276 seconds) 2021-02-27 05:10:20 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2021-02-27 06:14:56 --> commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a rejoint #mcdevs 2021-02-27 07:25:39 <-- Tuxel (~tux@80.77.26.7) a quitté (Remote host closed the connection) 2021-02-27 07:26:52 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2021-02-27 08:00:06 <-- YuutaW (~yuutaw@244.182.212.35.bc.googleusercontent.com) a quitté (Quit: ZNC - https://znc.in) 2021-02-27 08:47:36 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2021-02-27 09:32:58 <-- mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a quitté (Ping timeout: 276 seconds) 2021-02-27 10:41:01 <-- md_5- (~md_5@mcdevs/trusted/md-5) a quitté (Quit: ZNC - http://znc.in) 2021-02-27 10:46:26 --> md_5 (~md_5@mcdevs/trusted/md-5) a rejoint #mcdevs 2021-02-27 10:46:26 -- Mode #mcdevs [+v md_5] par ChanServ 2021-02-27 12:46:55 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-02-27 13:11:51 --> mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a rejoint #mcdevs 2021-02-27 16:06:42 --> kernelbin (~kernel.bi@180.162.208.27) a rejoint #mcdevs 2021-02-27 16:24:53 <-- kernelbin (~kernel.bi@180.162.208.27) a quitté (Remote host closed the connection) 2021-02-27 16:25:21 --> kernelbin (~kernel.bi@180.162.208.27) a rejoint #mcdevs 2021-02-27 21:22:50 <-- wizards (guest@gateway/vpn/mullvad/wizards) a quitté (Ping timeout: 260 seconds) 2021-02-27 21:24:41 --> guest1 (guest@gateway/vpn/mullvad/wizards) a rejoint #mcdevs 2021-02-27 21:51:09 <-- archer_321 (~archer@ip-62-143-214-77.hsi01.unitymediagroup.de) a quitté (Quit: ZNC 1.8.2 - https://znc.in) 2021-02-27 21:53:26 --> archer_321 (~archer@ip-62-143-214-77.hsi01.unitymediagroup.de) a rejoint #mcdevs 2021-02-28 00:02:58 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JtAa9 2021-02-28 00:03:00 Not-77e [mineflayer] Wxffel ee03ca1 - Fixxed grammar (#1715) 2021-02-28 01:34:07 <-- tktech (~tktech@24-52-219-213.cable.teksavvy.com) a quitté (Quit: ZNC 1.8.2 - https://znc.in) 2021-02-28 01:34:57 Not-77e "Chunk Format" has been edited by KennyTV [-173] 2021-02-28 01:34:59 Not-77e "Library List" has been edited by Tnze [+4] 2021-02-28 01:35:00 Not-77e "Client List" has been edited by Tnze [+0] 2021-02-28 01:35:21 --> tktech (~tktech@24-52-219-213.cable.teksavvy.com) a rejoint #mcdevs 2021-02-28 01:49:09 <-- tktech (~tktech@24-52-219-213.cable.teksavvy.com) a quitté (Read error: Connection reset by peer) 2021-02-28 01:50:50 --> tktech (~tktech@24-52-219-213.cable.teksavvy.com) a rejoint #mcdevs 2021-02-28 02:08:36 --> TkTech4 (~TkTech@24-52-219-213.cable.teksavvy.com) a rejoint #mcdevs 2021-02-28 02:11:25 <-- tktech (~tktech@24-52-219-213.cable.teksavvy.com) a quitté (Quit: ZNC 1.8.2 - https://znc.in) 2021-02-28 02:11:43 -- TkTech4 est maintenant connu sous le nom TkTech 2021-02-28 02:17:39 <-- TkTech (~TkTech@24-52-219-213.cable.teksavvy.com) a quitté (Quit: The Lounge - https://thelounge.chat) 2021-02-28 02:17:59 --> TkTech (~TkTech@24-52-219-213.cable.teksavvy.com) a rejoint #mcdevs 2021-02-28 03:31:23 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 265 seconds) 2021-02-28 05:16:30 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2021-02-28 06:11:24 <-- mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a quitté (Ping timeout: 256 seconds) 2021-02-28 06:14:46 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2021-02-28 06:16:16 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2021-02-28 06:16:16 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2021-02-28 11:20:49 --> Idriz (~idrizp@2a03:4b80:b700:301:c93:2d2a:485c:a579) a rejoint #mcdevs 2021-02-28 11:21:39 <-- Idriz (~idrizp@2a03:4b80:b700:301:c93:2d2a:485c:a579) a quitté #mcdevs 2021-02-28 12:21:38 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-02-28 12:32:41 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2021-02-28 13:25:34 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 260 seconds) 2021-02-28 13:29:16 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2021-02-28 13:45:26 --> mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a rejoint #mcdevs 2021-02-28 13:48:28 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 260 seconds) 2021-02-28 13:54:31 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2021-02-28 14:01:18 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 245 seconds) 2021-02-28 14:09:37 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2021-02-28 14:28:16 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 240 seconds) 2021-02-28 14:48:28 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2021-02-28 16:27:15 <-- AndrewPH (~Butts@72.9.147.61) a quitté (Ping timeout: 246 seconds) 2021-02-28 17:53:14 --> yalm (~yalm@unaffiliated/yalm) a rejoint #mcdevs 2021-02-28 18:04:47 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JtxlX 2021-02-28 18:04:49 Not-77e [mineflayer] leumasme 77d5f87 - Minor API Documentation Updates (#1724) * Documentation Cleanup for Bot Creation Options * Reformat world events Following the enchantmentTable events as an example * Rerun doctoc to update API Table of Contents 2021-02-28 18:06:08 <-- yawkat (~yawkat@cats.coffee) a quitté (Quit: No Ping reply in 180 seconds.) 2021-02-28 18:07:36 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2021-02-28 20:01:56 <-- bswartz (~bswartz@unaffiliated/bswartz) a quitté (Remote host closed the connection) 2021-02-28 20:03:26 --> bswartz (~bswartz@unaffiliated/bswartz) a rejoint #mcdevs 2021-02-28 22:22:37 <-- xlei (znc@unaffiliated/xlei) a quitté (Ping timeout: 256 seconds) 2021-02-28 23:08:43 <-- yalm (~yalm@unaffiliated/yalm) a quitté (Quit: WeeChat 3.0) 2021-02-28 23:25:08 --> xlei (znc@unaffiliated/xlei) a rejoint #mcdevs 2021-02-28 23:31:25 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JtxPY 2021-02-28 23:31:27 Not-77e [mineflayer] validgem 79198a2 - trading: fix timeout handling and make hasItem2 consistent (#1688) Co-authored-by: aliens 2021-02-28 23:32:59 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JtxPC 2021-02-28 23:33:00 Not-77e [mineflayer] Jellybob2016 f8d2393 - Fix trader example * Add .id to mcData * add more .id's 2021-02-28 23:44:54 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JtxX8 2021-02-28 23:44:55 Not-77e [mineflayer] goncharovchik 88bbca2 - Update to fix enchantments in Prismarine-Block (#1711) * Update to fix enchantments in Prismarine-Block * Using majorVersion in Prismarine-block PR 2021-02-28 23:50:16 <-- guest1 (guest@gateway/vpn/mullvad/wizards) a quitté (Ping timeout: 240 seconds) 2021-02-28 23:53:16 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 240 seconds) 2021-03-01 00:53:40 --> Tides (~Tides@ool-45758743.dyn.optonline.net) a rejoint #mcdevs 2021-03-01 01:22:05 --> AndrewPH (~Butts@2606:db00:0:62e::b) a rejoint #mcdevs 2021-03-01 01:22:05 -- Mode #mcdevs [+v AndrewPH] par ChanServ 2021-03-01 02:47:25 --> u9g (ad31078b@pool-173-49-7-139.phlapa.fios.verizon.net) a rejoint #mcdevs 2021-03-01 02:48:42 u9g Hey can I ask about anvil mechanics? 2021-03-01 02:49:07 u9g like how the order of the final enchants is decided on the destination item 2021-03-01 02:50:41 u9g I understand how the destination item inherits the first item's enchants, then any combined enchants are added after, but it seems that there are some exceptions to that 2021-03-01 03:10:16 <-- Tides (~Tides@ool-45758743.dyn.optonline.net) a quitté (Quit: Leaving) 2021-03-01 03:23:23 bswartz Does the order matter, for any reason other than how they're displayed? 2021-03-01 03:35:18 u9g Uh, I was working on porting the functionality of an anvil over to js, and it just seems like any way I try testing against real minecraft's mechanics, the tests break because of wrong order 2021-03-01 03:36:38 u9g So I was hoping that someone would be able to point me in the right direction of how the order is decided 2021-03-01 03:48:18 +pokechu22 Have you looked at https://minecraft.gamepedia.com/Anvil_mechanics#Combining_items ? 2021-03-01 03:52:24 u9g Yes, thats where I've gotten a lot of info from, but I'm yet to see anything about how the enchants actually combine onto the target item 2021-03-01 03:52:43 u9g just the basics and what will be on the resulting item 2021-03-01 05:50:20 <-- mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a quitté (Quit: mgrech) 2021-03-01 06:13:54 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2021-03-01 06:16:10 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 276 seconds) 2021-03-01 06:16:10 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2021-03-01 07:02:26 <-- AndrewPH (~Butts@2606:db00:0:62e::b) a quitté (Ping timeout: 264 seconds) 2021-03-01 07:32:25 <-- daswf852 (~daswf852@unaffiliated/dwf) a quitté (Read error: Connection reset by peer) 2021-03-01 07:32:47 --> daswf852 (~daswf852@unaffiliated/dwf) a rejoint #mcdevs 2021-03-01 08:15:41 <-- daswf852 (~daswf852@unaffiliated/dwf) a quitté (Quit: ZNC 1.8.2 - https://znc.in) 2021-03-01 08:17:56 --> daswf852 (~daswf852@unaffiliated/dwf) a rejoint #mcdevs 2021-03-01 09:17:35 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 240 seconds) 2021-03-01 09:19:09 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2021-03-01 09:49:21 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2021-03-01 09:49:35 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 240 seconds) 2021-03-01 09:57:02 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2021-03-01 10:01:00 <-- u9g (ad31078b@pool-173-49-7-139.phlapa.fios.verizon.net) a quitté (Quit: Connection closed) 2021-03-01 10:01:45 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 264 seconds) 2021-03-01 10:11:56 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2021-03-01 11:24:55 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 276 seconds) 2021-03-01 11:27:57 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2021-03-01 12:40:00 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-01 13:23:16 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2021-03-01 14:25:36 --> mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a rejoint #mcdevs 2021-03-01 14:25:58 --> AndrewPH (~Butts@2606:db00:0:62e::b) a rejoint #mcdevs 2021-03-01 14:25:58 -- Mode #mcdevs [+v AndrewPH] par ChanServ 2021-03-01 14:54:09 --> u9g (ad31078b@pool-173-49-7-139.phlapa.fios.verizon.net) a rejoint #mcdevs 2021-03-01 15:21:58 --> samhdev (~sam@90.252.68.194) a rejoint #mcdevs 2021-03-01 17:24:33 <-- daswf852 (~daswf852@unaffiliated/dwf) a quitté (Ping timeout: 264 seconds) 2021-03-01 17:26:50 --> daswf852 (~daswf852@unaffiliated/dwf) a rejoint #mcdevs 2021-03-01 18:04:49 <-- u9g (ad31078b@pool-173-49-7-139.phlapa.fios.verizon.net) a quitté (Quit: Connection closed) 2021-03-01 18:28:36 samhdev Hello. I was wondering if there is anyway to get more information about a connection error outputted to the console or such? 2021-03-01 18:28:50 bixilon enable debug logging 2021-03-01 18:29:05 bixilon https://wiki.vg/Debugging 2021-03-01 18:30:40 samhdev I tried that but got "Error: Could not find or load main class Debug" 2021-03-01 18:31:26 samhdev I assumed it was outdated or something 2021-03-01 19:46:01 +pokechu22 It should still work; if you're using the newer launcher you have to specify the log4j configuration through it though. If your JVM args are messed up then the argument parsing will fail and it can treat one of the arguments as the main class though -- that's probably what happened to you 2021-03-01 21:21:28 Not-77e "Server List" has been edited by BomBardyGamer [+0] 2021-03-01 22:22:08 <-- daswf852 (~daswf852@unaffiliated/dwf) a quitté (Ping timeout: 245 seconds) 2021-03-01 22:22:58 --> daswf852 (~daswf852@unaffiliated/dwf) a rejoint #mcdevs 2021-03-02 00:42:15 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 240 seconds) 2021-03-02 02:01:10 --> samhdev02 (~sam@90.255.45.40) a rejoint #mcdevs 2021-03-02 02:03:08 <-- samhdev (~sam@90.252.68.194) a quitté (Ping timeout: 260 seconds) 2021-03-02 02:57:20 <-- blackdog476 (~notquasse@godx.pw) a quitté (Quit: Bye.) 2021-03-02 03:14:42 --> blackdog476 (~notquasse@godx.pw) a rejoint #mcdevs 2021-03-02 03:14:42 <-- blackdog476 (~notquasse@godx.pw) a quitté (Client Quit) 2021-03-02 03:16:27 --> blackdog476 (~notquasse@godx.pw) a rejoint #mcdevs 2021-03-02 03:55:33 <-- DefineOutside (~DefineOut@c-69-245-169-213.hsd1.il.comcast.net) a quitté (Quit: Leaving) 2021-03-02 04:55:45 <-- mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a quitté (Ping timeout: 264 seconds) 2021-03-02 06:15:36 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 260 seconds) 2021-03-02 06:18:43 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2021-03-02 07:18:08 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 260 seconds) 2021-03-02 07:20:00 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2021-03-02 07:50:57 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 264 seconds) 2021-03-02 07:59:52 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2021-03-02 08:39:56 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 240 seconds) 2021-03-02 08:45:24 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2021-03-02 09:43:11 --> Flemmard (bla@82-65-19-168.subs.proxad.net) a rejoint #mcdevs 2021-03-02 10:36:20 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2021-03-02 11:24:13 Not-77e "Protocol version numbers" has been edited by Koesie10 [+52] 2021-03-02 11:40:31 <-- Flemmard (bla@82-65-19-168.subs.proxad.net) a quitté (Read error: Connection reset by peer) 2021-03-02 12:23:13 <-- daswf852 (~daswf852@unaffiliated/dwf) a quitté (Ping timeout: 260 seconds) 2021-03-02 12:56:20 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2021-03-02 13:50:55 --> mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a rejoint #mcdevs 2021-03-02 14:17:55 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-02 14:35:28 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 245 seconds) 2021-03-02 14:37:11 <-- Proximyst (~Proximyst@baldr.proximyst.com) a quitté (Quit: Robbing a bank) 2021-03-02 14:38:38 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2021-03-02 14:44:24 --> Proximyst (~Proximyst@baldr.proximyst.com) a rejoint #mcdevs 2021-03-02 14:53:09 --> daswf852 (~daswf852@unaffiliated/dwf) a rejoint #mcdevs 2021-03-02 15:09:25 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: The Lounge - https://thelounge.chat) 2021-03-02 15:10:31 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2021-03-02 15:11:50 <-- kashike (kashike@unaffiliated/kashike) a quitté (Remote host closed the connection) 2021-03-02 17:13:51 <-- samhdev02 (~sam@90.255.45.40) a quitté (Quit: Leaving) 2021-03-02 19:01:43 Not-77e "Server List" has been edited by Geolykt [-4] 2021-03-02 19:09:45 Not-77e "Decompiler List" has been edited by Geolykt [-29] 2021-03-02 19:15:47 Not-77e "Wrapper List" has been edited by Geolykt [+1] 2021-03-02 20:51:00 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2021-03-02 20:56:51 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://github.com/PrismarineJS/mineflayer/compare/88bbca227386...ee4d1a7a90c3 2021-03-02 20:56:52 Not-77e [mineflayer] sefirosweb ee4d1a7 - Improve examples crossbower & perfectshot (#1723) * Improved example with quick_charge enchant * Improved example, now support more items minecrafthawkeye * npx standard --fix * Add check block position while intersect * roll back 2021-03-02 20:58:11 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±4] https://github.com/PrismarineJS/mineflayer/compare/ee4d1a7a90c3...3883f17e829a 2021-03-02 20:58:12 Not-77e [mineflayer] leumasme 3883f17 - Use Nullish Coalescing Operator for Default Values (#1722) * Use Nullish Coalescing Operator for Default Values Untested Changes * Fix Loading Internal Plugins Default 2021-03-02 22:05:29 <-- dranghek (~darngeek@bouncer.pocketmine.net) a quitté (Ping timeout: 256 seconds) 2021-03-02 22:05:46 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2021-03-02 22:06:02 --> darngeek (~darngeek@bouncer.pocketmine.net) a rejoint #mcdevs 2021-03-02 22:06:36 <-- Byteflux_ (~byte@byteflux.net) a quitté (Ping timeout: 256 seconds) 2021-03-02 22:06:37 <-- _123DMWM (~123DMWM@me.123dmwm.com) a quitté (Ping timeout: 256 seconds) 2021-03-02 22:06:46 --> _123DMWM (~123DMWM@me.123dmwm.com) a rejoint #mcdevs 2021-03-02 22:11:55 <-- kashike (kashike@unaffiliated/kashike) a quitté (Ping timeout: 240 seconds) 2021-03-02 22:20:32 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/Jtj9J 2021-03-02 22:20:33 Not-77e [mineflayer] rom1504 49cde95 - document error event 2021-03-02 22:39:16 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2021-03-03 00:08:48 --> samhdev (~sam@90.255.45.40) a rejoint #mcdevs 2021-03-03 00:19:19 <-- Tuxel (~tux@80.77.26.7) a quitté (Remote host closed the connection) 2021-03-03 00:21:03 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2021-03-03 00:59:35 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 240 seconds) 2021-03-03 01:19:41 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-tjjzkhkhayaovcxi) a quitté (Ping timeout: 258 seconds) 2021-03-03 01:27:03 --> yangm (yanyetanot@gateway/shell/matrix.org/x-gpqxnuctipdwmszf) a rejoint #mcdevs 2021-03-03 02:22:59 --> samhdev02 (~sam@77.81.191.184) a rejoint #mcdevs 2021-03-03 02:22:59 <-- samhdev (~sam@90.255.45.40) a quitté (Read error: Connection reset by peer) 2021-03-03 03:30:00 <-- Djinnibone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (*.net *.split) 2021-03-03 03:33:14 --> Djinnibone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2021-03-03 05:06:33 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 264 seconds) 2021-03-03 05:18:48 <-- mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a quitté (Ping timeout: 260 seconds) 2021-03-03 05:26:29 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2021-03-03 07:32:30 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Read error: Connection reset by peer) 2021-03-03 07:33:33 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2021-03-03 08:32:27 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-03 09:22:28 --> camotoy_ (~camotoy@104-4-111-192.lightspeed.bcvloh.sbcglobal.net) a rejoint #mcdevs 2021-03-03 09:23:27 <-- camotoy (~camotoy@104-4-111-192.lightspeed.bcvloh.sbcglobal.net) a quitté (Ping timeout: 272 seconds) 2021-03-03 10:08:11 --> SarahIsWeird (~SarahIsWe@dynamic-046-114-034-198.46.114.pool.telefonica.de) a rejoint #mcdevs 2021-03-03 11:34:24 --> mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a rejoint #mcdevs 2021-03-03 12:11:32 --> ignapk_ (sid413777@gateway/web/irccloud.com/x-bnddqlnxmervqzds) a rejoint #mcdevs 2021-03-03 12:56:09 <-- SarahIsWeird (~SarahIsWe@dynamic-046-114-034-198.46.114.pool.telefonica.de) a quitté (Read error: Connection reset by peer) 2021-03-03 12:56:35 --> SarahIsWeird (~SarahIsWe@200116b840b001002c9ddc3f04cc5be8.dip.versatel-1u1.de) a rejoint #mcdevs 2021-03-03 13:28:36 <-- peterix-w (quassel@quassel.woboq.de) a quitté (Quit: No Ping reply in 180 seconds.) 2021-03-03 13:29:41 --> peterix (~peterix@quassel.woboq.com) a rejoint #mcdevs 2021-03-03 13:45:56 <-- SarahIsWeird (~SarahIsWe@200116b840b001002c9ddc3f04cc5be8.dip.versatel-1u1.de) a quitté (Ping timeout: 240 seconds) 2021-03-03 14:44:10 --> samhdev (~sam@90.255.45.40) a rejoint #mcdevs 2021-03-03 14:45:22 --> bildramer1 (~bildramer@185.44.144.234) a rejoint #mcdevs 2021-03-03 14:46:57 <-- bildramer (~bildramer@2a02:587:6229:9700:6d9c:7ab0:5a55:db8d) a quitté (Ping timeout: 272 seconds) 2021-03-03 14:47:21 <-- samhdev02 (~sam@77.81.191.184) a quitté (Ping timeout: 264 seconds) 2021-03-03 14:53:19 --> SarahIsWeird (~SarahIsWe@200116b840b001002c9ddc3f04cc5be8.dip.versatel-1u1.de) a rejoint #mcdevs 2021-03-03 15:08:03 -- bildramer1 est maintenant connu sous le nom bildramer 2021-03-03 15:57:50 --> samhdev02 (~sam@185.141.207.235) a rejoint #mcdevs 2021-03-03 15:57:51 <-- samhdev (~sam@90.255.45.40) a quitté (Read error: Connection reset by peer) 2021-03-03 16:01:38 bixilon pokechu22: Is burger working for 21w08a now? 2021-03-03 16:02:06 <-- samhdev02 (~sam@185.141.207.235) a quitté (Ping timeout: 246 seconds) 2021-03-03 16:07:56 <-- SarahIsWeird (~SarahIsWe@200116b840b001002c9ddc3f04cc5be8.dip.versatel-1u1.de) a quitté (Ping timeout: 240 seconds) 2021-03-03 16:09:57 --> SarahIsWeird (~SarahIsWe@87.122.91.238) a rejoint #mcdevs 2021-03-03 16:44:13 <-- SarahIsWeird (~SarahIsWe@87.122.91.238) a quitté (Ping timeout: 245 seconds) 2021-03-03 16:53:31 --> SarahIsWeird (~SarahIsWe@200116b840b001002c9ddc3f04cc5be8.dip.versatel-1u1.de) a rejoint #mcdevs 2021-03-03 17:47:32 <-- SarahIsWeird (~SarahIsWe@200116b840b001002c9ddc3f04cc5be8.dip.versatel-1u1.de) a quitté (Ping timeout: 258 seconds) 2021-03-03 17:48:49 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2021-03-03 17:48:56 <-- mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a quitté (Ping timeout: 240 seconds) 2021-03-03 17:49:04 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2021-03-03 17:59:27 --> SarahIsWeird (~SarahIsWe@87.122.91.238) a rejoint #mcdevs 2021-03-03 18:01:08 <-- bildramer (~bildramer@185.44.144.234) a quitté (*.net *.split) 2021-03-03 18:01:25 <-- commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a quitté (*.net *.split) 2021-03-03 18:07:04 --> bildramer (~bildramer@185.44.144.234) a rejoint #mcdevs 2021-03-03 18:07:04 --> commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a rejoint #mcdevs 2021-03-03 18:09:18 <-- bildramer (~bildramer@185.44.144.234) a quitté (Max SendQ exceeded) 2021-03-03 18:10:01 --> bildramer (~bildramer@2a02:587:623c:9c00:3c34:efe1:d2fc:80cd) a rejoint #mcdevs 2021-03-03 18:19:01 <-- archer_321 (~archer@ip-62-143-214-77.hsi01.unitymediagroup.de) a quitté (Quit: ZNC 1.8.2 - https://znc.in) 2021-03-03 18:21:15 --> archer_321 (~archer@ip-62-143-214-77.hsi01.unitymediagroup.de) a rejoint #mcdevs 2021-03-03 18:27:28 <-- archer_321 (~archer@ip-62-143-214-77.hsi01.unitymediagroup.de) a quitté (Quit: ZNC 1.8.2 - https://znc.in) 2021-03-03 18:31:58 --> archer_321 (~archer@ip-62-143-214-77.hsi01.unitymediagroup.de) a rejoint #mcdevs 2021-03-03 18:35:21 <-- archer_321 (~archer@ip-62-143-214-77.hsi01.unitymediagroup.de) a quitté (Client Quit) 2021-03-03 18:39:09 --> archer_321 (~archer@ip-62-143-214-77.hsi01.unitymediagroup.de) a rejoint #mcdevs 2021-03-03 19:22:53 <-- SarahIsWeird (~SarahIsWe@87.122.91.238) a quitté (Ping timeout: 260 seconds) 2021-03-03 19:25:21 --> SarahIsWeird (~SarahIsWe@dynamic-046-114-039-245.46.114.pool.telefonica.de) a rejoint #mcdevs 2021-03-03 19:45:03 --> mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a rejoint #mcdevs 2021-03-03 19:51:36 +pokechu22 bixilon: Yes for the most part; there's still some residual oddness with blockstates that makes it slightly inaccurate compared to data generators, and biomes are still missing, but packets have been fixed 2021-03-03 20:34:41 -- killmePI est maintenant connu sous le nom killme 2021-03-03 21:04:55 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2021-03-03 21:08:35 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2021-03-03 21:25:34 Not-77e [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/Jqv0X 2021-03-03 21:25:36 Not-77e [minecraft-data] CyberPatrick a4fde64 - Added new field 'description' and blocks metadata (#379) 2021-03-03 22:18:00 <-- daswf852 (~daswf852@unaffiliated/dwf) a quitté (Remote host closed the connection) 2021-03-03 22:26:13 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Remote host closed the connection) 2021-03-03 22:26:24 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2021-03-03 22:26:24 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2021-03-03 22:26:24 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2021-03-03 22:26:27 --> daswf852 (~daswf852@unaffiliated/dwf) a rejoint #mcdevs 2021-03-03 22:33:24 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 246 seconds) 2021-03-03 22:33:38 <-- DataHoarder (~DataHoard@unaffiliated/shoghicp) a quitté (*.net *.split) 2021-03-03 22:33:38 <-- Guest95420 (~WizardCM@103.93.232.3) a quitté (*.net *.split) 2021-03-03 22:33:38 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (*.net *.split) 2021-03-03 22:33:38 <-- ddevault (znc@sourcehut/staff/ddevault) a quitté (*.net *.split) 2021-03-03 22:33:38 <-- Dykam (Dykam@dykam.nl) a quitté (*.net *.split) 2021-03-03 22:33:39 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (*.net *.split) 2021-03-03 22:33:39 <-- stilbruch (~stilbruch@157.245.122.124) a quitté (*.net *.split) 2021-03-03 22:33:39 <-- RoboMWM (~RoboMWM@pray.the.rosary.fellow.gamers.robomwm.com) a quitté (*.net *.split) 2021-03-03 22:33:39 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (*.net *.split) 2021-03-03 22:33:39 <-- willies952002 (~willies95@irc.domnian.com) a quitté (*.net *.split) 2021-03-03 22:34:37 --> DataHoarder (~DataHoard@unaffiliated/shoghicp) a rejoint #mcdevs 2021-03-03 22:34:37 --> WizardCM (~WizardCM@103.93.232.3) a rejoint #mcdevs 2021-03-03 22:34:37 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2021-03-03 22:34:37 --> ddevault (znc@sourcehut/staff/ddevault) a rejoint #mcdevs 2021-03-03 22:34:37 --> Dykam (Dykam@dykam.nl) a rejoint #mcdevs 2021-03-03 22:34:37 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2021-03-03 22:34:37 --> stilbruch (~stilbruch@157.245.122.124) a rejoint #mcdevs 2021-03-03 22:34:37 --> RoboMWM (~RoboMWM@pray.the.rosary.fellow.gamers.robomwm.com) a rejoint #mcdevs 2021-03-03 22:34:37 --> humerusj (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2021-03-03 22:34:37 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2021-03-03 22:34:37 -- Mode #mcdevs [+vv Amaranth ddevault] par adams.freenode.net 2021-03-03 22:35:48 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-03-03 22:35:48 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2021-03-03 22:43:11 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JqvaI 2021-03-03 22:43:13 Not-77e [mineflayer] U5B 4d9e48d - fix newListener and removeListener stacking on world change - don't know if this has any unintended side effects (#1721) * I think I change this L456 and L450 I edited * maybe this fixes memory leak Thanks u9g * added variable check if the variable state is true, if it is true, remove all listeners for 'newListener' and 'removeListener * make the memory not go so crazy * made 2021-03-03 22:43:13 Not-77e variable look cleaner * undefined is probably better * repaste wasn't formatted right and standard hates it * standard hates me * check for it is undefined instead * thanks Karang for your input * Update blocks.js * use off instead of removeListener it looks better * standard don't hate me * okay standard 2021-03-03 23:21:52 <-- SarahIsWeird (~SarahIsWe@dynamic-046-114-039-245.46.114.pool.telefonica.de) a quitté (Read error: Connection reset by peer) 2021-03-03 23:22:22 --> SarahIsWeird (~SarahIsWe@200116b840b001002c9ddc3f04cc5be8.dip.versatel-1u1.de) a rejoint #mcdevs 2021-03-04 00:20:31 <-- SarahIsWeird (~SarahIsWe@200116b840b001002c9ddc3f04cc5be8.dip.versatel-1u1.de) a quitté (Remote host closed the connection) 2021-03-04 01:11:39 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 256 seconds) 2021-03-04 03:34:33 <-- blackdog476 (~notquasse@godx.pw) a quitté (Ping timeout: 272 seconds) 2021-03-04 03:44:03 --> blackdog476 (~notquasse@godx.pw) a rejoint #mcdevs 2021-03-04 04:34:40 <-- Anna (anna@borealis.voxelstorm.com) a quitté (Ping timeout: 276 seconds) 2021-03-04 04:46:05 --> Anna (anna@borealis.voxelstorm.com) a rejoint #mcdevs 2021-03-04 04:54:55 Not-77e [minecraft-data] Karang pushed 1 commit to master [+0/-0/±16] https://git.io/Jqv5a 2021-03-04 04:54:57 Not-77e [minecraft-data] u9g 31ef9cb - Release 2.79.0 (#381) * Add to items.json * change all needed items.json files * change durability to maxDurability * Update items_schema.json * fix schema * Release 2.79.0 Co-authored-by: U9G 2021-03-04 04:55:19 Not-77e [minecraft-data] github-actions[bot] tagged 31ef9cb as 2.79.0 https://git.io/Jqv5w 2021-03-04 05:03:19 <-- m0r13 (~m0r13@mail.yellow-ray.de) a quitté (Ping timeout: 272 seconds) 2021-03-04 05:04:01 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 260 seconds) 2021-03-04 05:14:26 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2021-03-04 06:49:55 <-- AndrewPH (~Butts@2606:db00:0:62e::b) a quitté (Ping timeout: 240 seconds) 2021-03-04 09:29:24 --> Brandon15811_ (sid13052@gateway/web/irccloud.com/x-vlxbdjjxuywuojvv) a rejoint #mcdevs 2021-03-04 09:29:49 --> ichbinjoe_ (~ichbinjoe@2600:1700:3ec7:2103:1298:36ff:fea5:8599) a rejoint #mcdevs 2021-03-04 09:29:57 --> _l4mRh4X0r (~l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2021-03-04 09:30:02 --> DrinkyBird_ (~drinkybir@unaffiliated/plussean) a rejoint #mcdevs 2021-03-04 09:30:31 --> bigfoot548 (bigfoot@unaffiliated/bigfoot547) a rejoint #mcdevs 2021-03-04 09:30:31 <-- bigfoot547 (bigfoot@unaffiliated/bigfoot547) a quitté (Disconnected by services) 2021-03-04 09:30:36 --> ignapk__ (sid413777@gateway/web/irccloud.com/x-rgjxhabycrcgmqjw) a rejoint #mcdevs 2021-03-04 09:31:25 -- bigfoot548 est maintenant connu sous le nom bigfoot547 2021-03-04 09:32:27 --> NickG365_ (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a rejoint #mcdevs 2021-03-04 09:32:49 --> zml1 (zml@nasturtium.stellardrift.ca) a rejoint #mcdevs 2021-03-04 09:34:25 --> dav2d (~dav1d@2001:41d0:1:f6c4::1) a rejoint #mcdevs 2021-03-04 09:43:31 <-- samhza (samhza@2600:3c03::f03c:92ff:fe40:814c) a quitté (*.net *.split) 2021-03-04 09:43:32 <-- ignapk_ (sid413777@gateway/web/irccloud.com/x-bnddqlnxmervqzds) a quitté (*.net *.split) 2021-03-04 09:43:32 <-- ichbinjoe (~ichbinjoe@2600:1700:3ec7:2103:1298:36ff:fea5:8599) a quitté (*.net *.split) 2021-03-04 09:43:32 <-- DrinkyBird (~drinkybir@unaffiliated/plussean) a quitté (*.net *.split) 2021-03-04 09:43:32 <-- l4mRh4X0r_ (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a quitté (*.net *.split) 2021-03-04 09:43:34 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-kakxkpnegbxdrsur) a quitté (*.net *.split) 2021-03-04 09:43:34 <-- dav1d (~dav1d@volt/developer/dav1d) a quitté (*.net *.split) 2021-03-04 09:43:37 <-- zml (~meow@nasturtium.stellardrift.ca) a quitté (*.net *.split) 2021-03-04 09:43:37 <-- NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a quitté (*.net *.split) 2021-03-04 09:43:38 -- Brandon15811_ est maintenant connu sous le nom Brandon15811 2021-03-04 09:43:38 -- NickG365_ est maintenant connu sous le nom NickG365 2021-03-04 09:44:30 --> samhza (samhza@2600:3c03::f03c:92ff:fe40:814c) a rejoint #mcdevs 2021-03-04 10:55:21 --> bildramer1 (~bildramer@2a02:587:623c:9c00:8477:3a58:63e7:87b7) a rejoint #mcdevs 2021-03-04 10:56:37 <-- bildramer (~bildramer@2a02:587:623c:9c00:3c34:efe1:d2fc:80cd) a quitté (Ping timeout: 272 seconds) 2021-03-04 13:46:38 <-- Dykam (Dykam@dykam.nl) a quitté (Quit: Dykam) 2021-03-04 13:46:51 --> Dykam (Dykam@dykam.nl) a rejoint #mcdevs 2021-03-04 13:48:05 Not-77e "Protocol" has been edited by SaiintBrisson [+0] 2021-03-04 13:56:30 -- bildramer1 est maintenant connu sous le nom bildramer 2021-03-04 14:18:03 -- _l4mRh4X0r est maintenant connu sous le nom l4mRh4X0r_ 2021-03-04 14:24:49 bixilon Does anybody know for what all these hearts and "hunger points" are in texture/gui/icons.png? 2021-03-04 14:29:36 --> AndrewPH (~Butts@72.9.147.61) a rejoint #mcdevs 2021-03-04 14:29:36 -- Mode #mcdevs [+v AndrewPH] par ChanServ 2021-03-04 15:08:51 <-- ignapk__ (sid413777@gateway/web/irccloud.com/x-rgjxhabycrcgmqjw) a quitté #mcdevs 2021-03-04 15:30:25 Not-77e "Server List Ping" has been edited by BomBardyGamer [-8] 2021-03-04 15:49:16 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-04 16:42:38 --> BomBardyGamer (~bombardyg@81.92.200.86) a rejoint #mcdevs 2021-03-04 16:43:35 BomBardyGamer hello, would anyone here happen to know what a valid biome ID is for chunk packets? It's really confusing me, as even if I send values that are sent by the Notchian server, the Notchian client still complains about mine being invalid 2021-03-04 16:43:51 BomBardyGamer e.g. apparently ID 1 is an invalid biome ID 2021-03-04 16:45:52 BomBardyGamer even though the Notchian server can send a 1 and the client will accept that, if I send a 1 it seems to reject it 2021-03-04 17:38:06 KennyTV any id can be a valid id, as long as you send the biome data on join accordingly 2021-03-04 17:54:23 bixilon biome data on join? 2021-03-04 17:57:04 KennyTV see dimension codec https://wiki.vg/Protocol#Join_Game 2021-03-04 17:57:54 bixilon ah, you mean that :P 2021-03-04 18:40:34 BomBardyGamer oh right 2021-03-04 18:40:46 BomBardyGamer I gotta send it there, yeah that makes sense lol 2021-03-04 18:42:53 BomBardyGamer oh also, any idea how I can load and send chunk data without almost crashing the client? (atm, I just load a square area of ((view distance * 2) + 1) ** 2 and send them in a spiral, but as you can imagine, the client doesn't exactly like being sent 441 chunk data and 441 light update packets all at once) 2021-03-04 19:07:43 KennyTV note on that: you have to send light before the chunk, else the client will calculate lighting by itself 2021-03-04 19:27:40 BomBardyGamer ah okay 2021-03-04 19:27:55 BomBardyGamer so that might explain why the client almost crashes when loading a lot of chunks? 2021-03-04 20:03:40 +pokechu22 bixilon: The logic is now documented on https://minecraft.gamepedia.com/Icons.png - and a bunch of them turn out to be unused, so that's neat 2021-03-04 20:51:11 --> NotMyFault (~NotMyFaul@200116b828b58f0021844466f89a5faf.dip.versatel-1u1.de) a rejoint #mcdevs 2021-03-04 20:52:41 <-- NotMyFault (~NotMyFaul@200116b828b58f0021844466f89a5faf.dip.versatel-1u1.de) a quitté (Client Quit) 2021-03-04 22:08:27 --> BomBardyDevelope (~bombardyg@23.105.170.152) a rejoint #mcdevs 2021-03-04 22:09:04 Not-77e [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/JqJL6 2021-03-04 22:09:05 Not-77e [flying-squid] KaffinPX df94ce0 - Fixed useItem (#476) * Fixed useItem * Fixed tab problems * Updated * working * Make karang`s suggestion * Optimized <3 * Optimized & fixed * Added comments * Update useItem.js Co-authored-by: Nihat <73744616+PlotyXD@users.noreply.github.com> 2021-03-04 22:12:18 <-- BomBardyGamer (~bombardyg@81.92.200.86) a quitté (Ping timeout: 246 seconds) 2021-03-04 22:56:20 <-- BomBardyDevelope (~bombardyg@23.105.170.152) a quitté (Quit: Bye) 2021-03-04 23:09:26 Not-77e [flying-squid] rom1504 pushed 1 commit to master [+1/-0/±2] https://git.io/JqJYE 2021-03-04 23:09:28 Not-77e [flying-squid] TheDudeFromCI ad56d60 - Moved player health, food, and stamina updates to player.js (#486) * Moved player updates to player.js Signed-off-by: TheDudeFromCI * Fixed lint Signed-off-by: TheDudeFromCI * Renamed player.js to health.js Signed-off-by: TheDudeFromCI * Updated docs Signed-off-by: TheDudeFromCI 2021-03-04 23:09:28 Not-77e 2021-03-05 00:17:40 <-- mgrech (~mgrech@178-190-6-36.adsl.highway.telekom.at) a quitté (Ping timeout: 276 seconds) 2021-03-05 00:55:53 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 245 seconds) 2021-03-05 01:14:41 --> electroniccat (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2021-03-05 01:15:29 <-- Anna (anna@borealis.voxelstorm.com) a quitté (Ping timeout: 245 seconds) 2021-03-05 01:15:33 <-- ShadeJonathan[m] (jboijboinl@gateway/shell/matrix.org/x-vejqlgpvmctrtrpi) a quitté (Ping timeout: 246 seconds) 2021-03-05 01:15:54 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 245 seconds) 2021-03-05 01:17:09 --> Anna (anna@borealis.voxelstorm.com) a rejoint #mcdevs 2021-03-05 01:26:13 --> ShadeJonathan[m] (jboijboinl@gateway/shell/matrix.org/x-pgjnyjvlycfpxuju) a rejoint #mcdevs 2021-03-05 02:42:36 Not-77e "Server List" has been edited by Macmv [+510] 2021-03-05 02:45:29 <-- ShadeJonathan[m] (jboijboinl@gateway/shell/matrix.org/x-pgjnyjvlycfpxuju) a quitté (Ping timeout: 246 seconds) 2021-03-05 02:46:26 <-- smoke42 (smoke42mat@gateway/shell/matrix.org/x-xnbwzzyhesqilbfg) a quitté (Ping timeout: 240 seconds) 2021-03-05 02:48:18 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-gpqxnuctipdwmszf) a quitté (Ping timeout: 244 seconds) 2021-03-05 02:48:19 <-- chibill (chibillmat@gateway/shell/matrix.org/x-ommbwzsnrfyorens) a quitté (Ping timeout: 244 seconds) 2021-03-05 02:48:19 <-- itsyoungdaddy[m] (itsyoungda@gateway/shell/matrix.org/x-javgjpctfpcmvgdh) a quitté (Ping timeout: 244 seconds) 2021-03-05 02:48:20 <-- JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-iwinamqfprbqbnhg) a quitté (Ping timeout: 244 seconds) 2021-03-05 03:05:32 --> smoke42 (smoke42mat@gateway/shell/matrix.org/x-tpbbvoisslfseseg) a rejoint #mcdevs 2021-03-05 03:12:21 --> ShadeJonathan[m] (jboijboinl@gateway/shell/matrix.org/x-ehbaevdzkcbvfmet) a rejoint #mcdevs 2021-03-05 03:28:45 --> JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-owbkbdkpufxonkcp) a rejoint #mcdevs 2021-03-05 03:35:03 --> yangm (yanyetanot@gateway/shell/matrix.org/x-tzrgsbudgzzpqrek) a rejoint #mcdevs 2021-03-05 03:37:14 --> chibill (chibillmat@gateway/shell/matrix.org/x-wxtuhxacyxvghbpv) a rejoint #mcdevs 2021-03-05 03:40:12 --> itsyoungdaddy[m] (itsyoungda@gateway/shell/matrix.org/x-cwxyqjlrvkvpksnb) a rejoint #mcdevs 2021-03-05 04:55:39 <-- commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a quitté (Remote host closed the connection) 2021-03-05 05:15:45 --> m0r13 (~m0r13@mail.yellow-ray.de) a rejoint #mcdevs 2021-03-05 05:18:03 <-- md_5 (~md_5@mcdevs/trusted/md-5) a quitté (Quit: ZNC - http://znc.in) 2021-03-05 05:18:25 <-- kernelbin (~kernel.bi@180.162.208.27) a quitté (Ping timeout: 265 seconds) 2021-03-05 05:18:31 --> kernel_bin (~kernel.bi@180.162.208.27) a rejoint #mcdevs 2021-03-05 05:18:54 --> md_5 (~md_5@mcdevs/trusted/md-5) a rejoint #mcdevs 2021-03-05 05:18:54 -- Mode #mcdevs [+v md_5] par ChanServ 2021-03-05 05:28:27 --> commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a rejoint #mcdevs 2021-03-05 06:11:35 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2021-03-05 06:13:44 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 256 seconds) 2021-03-05 06:13:45 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2021-03-05 06:21:33 <-- AndrewPH (~Butts@72.9.147.61) a quitté (Ping timeout: 264 seconds) 2021-03-05 09:32:16 --> bildramer1 (~bildramer@2a02:587:623c:9c00:8477:3a58:63e7:87b7) a rejoint #mcdevs 2021-03-05 09:35:19 <-- bildramer (~bildramer@2a02:587:623c:9c00:8477:3a58:63e7:87b7) a quitté (Ping timeout: 258 seconds) 2021-03-05 10:15:51 --> ocl1 (~ocl1@51.5.75.194.dyn.plus.net) a rejoint #mcdevs 2021-03-05 10:16:23 ocl1 Hi :D 2021-03-05 10:49:51 <-- bildramer1 (~bildramer@2a02:587:623c:9c00:8477:3a58:63e7:87b7) a quitté (Ping timeout: 272 seconds) 2021-03-05 10:50:35 ocl1 Would anybody be able to help me out with understanding a packet? 2021-03-05 10:51:21 Majavah ocl1: https://dontasktoask.com/ 2021-03-05 10:51:42 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2021-03-05 10:51:49 ocl1 Oops, sorry 2021-03-05 10:53:02 ocl1 Using server protocol 754 on Minecraft Modern, the initial handshake request I have understood most of, however there is a byte that I can't figure out the meaning of that doesnt appear to be documented 2021-03-05 10:54:31 ocl1 the handshake is `10 00 f2 05 09 ...` - which I understand the first 4 byte as the version, packet id and protocol version, however I do not understand what the 5th one is, which is before the string hostname 2021-03-05 10:54:40 ocl1 as 09 in ascii is the tab character 2021-03-05 11:00:44 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2021-03-05 11:42:37 --> bildramer (~bildramer@2a02:587:623c:9c00:e9e6:b6a:b9b2:b5e2) a rejoint #mcdevs 2021-03-05 13:25:31 ocl1 Nevermind, fixed. Sorry for the bother :) 2021-03-05 13:59:12 --> AndrewPH (~Butts@72.9.147.61) a rejoint #mcdevs 2021-03-05 13:59:12 -- Mode #mcdevs [+v AndrewPH] par ChanServ 2021-03-05 14:47:28 <-- kernel_bin (~kernel.bi@180.162.208.27) a quitté (Remote host closed the connection) 2021-03-05 14:47:52 --> kernel_bin (~kernel.bi@180.162.208.27) a rejoint #mcdevs 2021-03-05 15:47:23 --> BomBardyGamer (~bombardyg@81.92.200.86) a rejoint #mcdevs 2021-03-05 16:08:11 BomBardyGamer https://paste.helpch.at/upepapuzul.cs hey would anyone here have any idea what might cause this from a chunk packet? I'm trying to make this work on worlds without chunks that have all their sections full (in this case, a superflat world), but I can't seem to figure out what might cause this 2021-03-05 16:09:57 BomBardyGamer I'm pretty sure it's either sending too much data or not enough data, but I can't seem to figure out what exactly I should or shouldn't be sending here 2021-03-05 16:10:16 BomBardyGamer ze code: https://paste.helpch.at/ahiyikibim.rb 2021-03-05 16:10:26 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-05 17:01:29 --> BomBardyDevelope (~bombardyg@45.121.208.161) a rejoint #mcdevs 2021-03-05 17:05:03 <-- BomBardyGamer (~bombardyg@81.92.200.86) a quitté (Ping timeout: 245 seconds) 2021-03-05 18:37:33 <-- dav2d (~dav1d@2001:41d0:1:f6c4::1) a quitté (Quit: nothing to see) 2021-03-05 18:37:58 --> dav1d (~dav1d@volt/developer/dav1d) a rejoint #mcdevs 2021-03-05 18:43:23 <-- BomBardyDevelope (~bombardyg@45.121.208.161) a quitté (Ping timeout: 245 seconds) 2021-03-05 19:23:50 Not-77e "Server List" has been edited by Floops [+1] 2021-03-05 20:25:33 ocl1 Surely if you're doing it without chunks it could be sending too much data? 2021-03-05 20:25:52 ocl1 oh they left 2021-03-05 20:28:08 <-- ocl1 (~ocl1@51.5.75.194.dyn.plus.net) a quitté 2021-03-05 21:00:09 Not-77e "Server List" has been edited by Iapetus-11 [-14] 2021-03-05 21:14:12 Not-77e "Client List" has been edited by Michaljaz [+31] 2021-03-05 21:18:13 Not-77e "Client List" has been edited by Michaljaz [+29] 2021-03-06 00:27:31 <-- dav1d (~dav1d@volt/developer/dav1d) a quitté (Quit: nothing to see) 2021-03-06 00:33:47 --> dav1d (~dav1d@volt/developer/dav1d) a rejoint #mcdevs 2021-03-06 02:14:25 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 276 seconds) 2021-03-06 03:27:29 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2021-03-06 04:53:43 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2021-03-06 09:44:47 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: The Lounge - https://thelounge.chat) 2021-03-06 09:45:33 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2021-03-06 11:26:00 <-- Proximyst (~Proximyst@baldr.proximyst.com) a quitté (Remote host closed the connection) 2021-03-06 11:26:21 --> Proximyst (~Proximyst@baldr.proximyst.com) a rejoint #mcdevs 2021-03-06 12:04:12 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-06 12:56:05 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Quit: Leaving.) 2021-03-06 16:46:08 Not-77e "Plugin channels" has been edited by BomBardyGamer [+2] 2021-03-06 16:50:09 Not-77e "Protocol" has been edited by BomBardyGamer [-7] 2021-03-06 17:02:20 --> Tirus (~tirus-msg@2a02:8071:91c9:a400:7c23:86ff:fe0b:66f6) a rejoint #mcdevs 2021-03-06 19:14:37 Not-77e "Protocol" has been edited by BomBardyGamer [+27] 2021-03-06 19:57:38 <-- Tirus (~tirus-msg@2a02:8071:91c9:a400:7c23:86ff:fe0b:66f6) a quitté (Quit: Leaving.) 2021-03-06 21:00:53 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-06 21:59:46 --> fruityloops (~fruityloo@p3ee28ba0.dip0.t-ipconnect.de) a rejoint #mcdevs 2021-03-06 22:04:36 <-- fruityloops (~fruityloo@p3ee28ba0.dip0.t-ipconnect.de) a quitté (Client Quit) 2021-03-06 22:19:13 Not-77e "RCON" has been edited by Ijemafe [-159] 2021-03-06 22:19:29 -- Processus42_ est maintenant connu sous le nom Processus42 2021-03-06 22:21:14 Not-77e "RCON" has been edited by Ijemafe [-8] 2021-03-06 22:23:14 Not-77e "RCON" has been edited by Ijemafe [-56] 2021-03-06 22:25:15 Not-77e "RCON" has been edited by Ijemafe [+108] 2021-03-06 22:27:16 Not-77e "RCON" has been edited by Ijemafe [-1] 2021-03-06 23:32:10 --> Floffah (~Floffah@176.253.79.241) a rejoint #mcdevs 2021-03-06 23:33:33 Floffah after the encryption request and response packets have been processed does every packet have to be encrypted after that? my join game packet is massive and java has a length limit but increasing the size of the keypair just kills cpu and memory 2021-03-06 23:35:57 +pokechu22 Yes, every packet has to be encrypted after that -- but you shouldn't need to increase the size of the keypair or anything; you just need to encrypt the data with the keypair (and the data can be bigger than the keypair) 2021-03-06 23:37:03 Floffah the problem is when i use java's Cipher to encrypt it, it complains that the packet length is too big and refuses to encrypt it 2021-03-06 23:40:45 +pokechu22 When encrypting/decrypting use `Cipher.update`; that should handle arbitrary sizes just fine 2021-03-06 23:42:15 Floffah ah i was using that in parallel with doFinal before 2021-03-06 23:42:41 Floffah also once the join game packer has been sent, does that trigger a normal client to switch from displaying encrypting to joining? 2021-03-06 23:43:31 +pokechu22 I *think* so, but I'm not completely certain 2021-03-06 23:43:49 Floffah ah ok because for me it doesnt lmao i think ive done something wrongm 2021-03-06 23:44:37 +pokechu22 Are you creating a new Cipher for each packet? 2021-03-06 23:44:57 Floffah originally no but while i was trying to figure out why it wasnt working i started doing that yeah 2021-03-06 23:45:05 Floffah its the same object but i run the init method every time i send a packet 2021-03-06 23:45:34 +pokechu22 You shouldn't do that, since that also resets the encryption state, and thus the client won't know how to decrypt it (it won't match what the client expects) 2021-03-06 23:45:59 Floffah ah ok 2021-03-06 23:46:41 Floffah although isnt that bad because if im continually running the update method wont it just accumulate data/ 2021-03-06 23:48:31 +pokechu22 No, `update` creates the encrypted data immediately and doesn't store it for later; what it accumulates is changes in the encryption state 2021-03-06 23:48:41 Floffah ah 2021-03-06 23:48:41 Floffah i also just noticed when using the update method, it returns an empty array 2021-03-07 00:07:43 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±3] https://git.io/JqT7K 2021-03-07 00:07:45 Not-77e [mineflayer] u9g 039e711 - add a 'messagestr' event (#1735) * add a 'messagestr' event I think a lot of people use the message event, but don't care about the color or any other information from the message, and just instantly make it into a string using `msg.toString()` then use the input, this adds a native way to just use the stringified version of message instantly, without the boilerplate. An 2021-03-07 00:07:45 Not-77e example of when a chataddpattern wouldn't be better is when I have to parse messages that happen in series, in this case its just cleaner to have it all in one switch, or an if else ladder. I'd argue that this isn't any more extra then emitting a different event for an actionbar message, because that too is emitted by a separate event to make it easier. * add to docs * add example to faq 2021-03-07 00:10:06 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JqT7M 2021-03-07 00:10:08 Not-77e [mineflayer] CyberPatrick 7cd08bd - Add an option forceLook for place block similar to the digging one (#1729) * Add an option like a digging * Update place_block.js 2021-03-07 00:11:31 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JqT7H 2021-03-07 00:11:33 Not-77e [mineflayer] u9g 11a8e05 - clean up/update readme (#1725) * clean up/update readme changes: * remove deprecated packages: mineflayer-navigate * update schematic project to be our own because it's more feature-rich * remove link from cheesebot since the link is down * comment out version & auth lines of example since they aren't needed except for special cases * update pathfinder example link * add ansi 2021-03-07 00:11:33 Not-77e example * add guard example * add multiple-from-file example * remove old testing suggestions * Update README.md * Update README.md * fix license 2021-03-07 00:13:32 <-- Floffah (~Floffah@176.253.79.241) a quitté (Read error: Connection reset by peer) 2021-03-07 00:55:05 <-- stackotter (~stackotte@193-116-79-233.tpgi.com.au) a quitté (Read error: Connection reset by peer) 2021-03-07 00:57:29 --> stackotter (~stackotte@193-116-79-233.tpgi.com.au) a rejoint #mcdevs 2021-03-07 01:26:04 <-- rom1504 (rom1504@rom1504.fr) a quitté (Ping timeout: 272 seconds) 2021-03-07 01:26:06 -- irc : déconnecté du serveur 2021-03-07 01:26:39 --> rom1504 (rom1504@rom1504.fr) a rejoint #mcdevs 2021-03-07 01:26:39 -- Le titre pour #mcdevs est "A haunt for developers working on projects related to Minecraft | Website & Rules: http://wiki.vg/MCDevs/rules | Wiki: http://wiki.vg | Channel is publicly logged as of Feb.25/13 https://logs.rom1504.fr/" 2021-03-07 01:26:39 -- Titre défini par tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) le jeu., 11 mai 2017 00:28:31 2021-03-07 01:26:39 -- Canal #mcdevs : 123 pseudos (1 op, 11 voices, 111 normaux) 2021-03-07 01:28:44 -- Canal créé le lun., 06 déc. 2010 12:22:40 2021-03-07 01:51:55 Not-77e "RCON" has been edited by Ijemafe [+227] 2021-03-07 02:04:25 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 276 seconds) 2021-03-07 06:09:25 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2021-03-07 06:11:42 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2021-03-07 06:11:43 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2021-03-07 06:24:47 --> Techcable (~Techcable@168.235.93.147) a rejoint #mcdevs 2021-03-07 10:27:22 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JqkmI 2021-03-07 10:27:23 Not-77e [mineflayer] sefirosweb 2f58764 - Can see block add intersect match (#1738) * Improved example with quick_charge enchant * Improved example, now support more items minecrafthawkeye * npx standard --fix * Add check block position while intersect * roll back * Add check block position while intersect * Fixed bug, now can see more range and "air" blocks if selected 2021-03-07 10:30:03 Not-77e [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±4] https://git.io/JqkmZ 2021-03-07 10:30:04 Not-77e [mineflayer] leumasme 07a343f - Changes to internal Physics Plugin (#1717) * Rename bot.physicEnabled property to physicsEnabled "physic" is not a valid English word in this context; physics should be spelt with -s * Add TypeScript definition for bot.physicsEnabled * Add bot.physicEnabled alias property for physicsEnabled This should stop old projects from breaking because of the property rename. * 2021-03-07 10:30:04 Not-77e Rename physicTick event to physicsTick physicTick is not proper english; old event will still work * Convert to Single Quotes and add Space * Fix Formatting * Improve exposed physicsEnabled property * Update Documentation * Remove physicEnabled compatability property As per roms request * Add Types for physicsEnabled Bot Option 2021-03-07 10:42:35 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 240 seconds) 2021-03-07 10:42:55 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2021-03-07 10:44:38 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2021-03-07 11:18:31 --> Floffah (~Floffah@176.253.79.241) a rejoint #mcdevs 2021-03-07 11:24:13 Floffah so im really confused, the encryption page says that the server generates an 1024 bit rsa keypair but then uses that rsa keypair with an aes cipher? idk if i have read it wrong is that what it means? 2021-03-07 11:43:04 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-07 13:27:45 --> BeetMacol (~BeetMacol@public-gprs358857.centertel.pl) a rejoint #mcdevs 2021-03-07 13:41:54 <-- BeetMacol (~BeetMacol@public-gprs358857.centertel.pl) a quitté (Quit: Leaving) 2021-03-07 13:47:15 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2021-03-07 14:25:18 bixilon Floffah: the client generates a symetric encryption key and sends it to the sever, encrypted with the servers pub key 2021-03-07 14:50:12 --> Floffah2 (~Floffah@176.253.79.241) a rejoint #mcdevs 2021-03-07 15:03:48 <-- Floffah (~Floffah@176.253.79.241) a quitté (Read error: Connection reset by peer) 2021-03-07 15:03:48 <-- Floffah2 (~Floffah@176.253.79.241) a quitté (Read error: Connection reset by peer) 2021-03-07 16:42:34 <-- camotoy_ (~camotoy@104-4-111-192.lightspeed.bcvloh.sbcglobal.net) a quitté (Ping timeout: 276 seconds) 2021-03-07 16:46:34 --> camotoy (~camotoy@2600:1700:5531:3d80:ff:60ff:fe24:68ed) a rejoint #mcdevs 2021-03-07 17:26:05 --> Floffah (~Floffah@176.253.79.241) a rejoint #mcdevs 2021-03-07 17:28:02 Floffah is there any clients specifically made for testing a server implementation? 2021-03-07 17:43:57 bixilon Hmm 2021-03-07 17:44:25 bixilon For what exactly are you looking for? A client that shows 5 green checkboxes? 2021-03-07 17:51:06 Floffah just something that shows exactly what bytes are in each packet with encryption support and has some kind of pattern matching because im struggling with the joingame packet rn 2021-03-07 17:51:37 bixilon tell me more 2021-03-07 17:51:49 bixilon what do you mean with "what byte" 2021-03-07 17:52:07 Floffah i mean like a representation of each packet like most common hex editors do 2021-03-07 17:52:36 bixilon Just a packt to byte thing? 2021-03-07 17:53:02 Floffah i dont really to see the packets that because i can do that myself but im just looking for something that can help me find out what part of the packet im doing wrong 2021-03-07 17:54:03 bixilon because of encryption? 2021-03-07 17:55:52 bixilon Here is my encryption implementation: https://gitlab.bixilon.de/bixilon/minosoft/-/blob/rendering/src/main/java/de/bixilon/minosoft/protocol/packets/serverbound/login/PacketEncryptionResponse.java https://gitlab.bixilon.de/bixilon/minosoft/-/blob/rendering/src/main/java/de/bixilon/minosoft/protocol/packets/clientbound/login/PacketEncryptionRequest.java https://gitlab.bixilon.de/bixilon/minosoft/-/blob/rendering/src/main/java/de/bixilon/minosoft/ 2021-03-07 17:55:53 bixilon protocol/network/socket/BlockingSocketNetwork.java#L209 2021-03-07 17:56:17 Floffah nah encryption doesnt matter i managed to get it working i just want something to validate the "syntax" of my packets if that exists 2021-03-07 17:57:15 bixilon You can use my client (Minosoft), enable protocol logging and then check in what line it fails. You can also debug throgh. 2021-03-07 17:57:25 bixilon - 2021-03-07 17:57:39 Floffah ah ok ill check it out 2021-03-07 17:59:37 bixilon The code for packet reading is kind of a mess, because I support 360 versions. But if you step through, it should be clear what to read 2021-03-07 18:00:57 Floffah it should be fine my server implementation is a mess too 2021-03-07 18:01:02 bixilon :P 2021-03-07 18:01:46 bixilon Yah, currenlty implementing rendering, kind works, but making a good API (at least I hope so). And so many fixes needed 2021-03-07 18:02:28 --> kamcio96 (5314377c@epn124.neoplus.adsl.tpnet.pl) a rejoint #mcdevs 2021-03-07 18:03:27 kamcio96 Hi, i have problem with mojang auth. Im using hasJoined?username=username&serverId=hash on server side and got 204 (no content) response 2021-03-07 18:04:02 kamcio96 Have you any idea why mojang response in that way? 2021-03-07 18:04:27 Floffah when i was having problems earlier the sessionserver was marked as red so i can only presume thats the problem 2021-03-07 18:05:11 kamcio96 right, now its red, but for part of players it works 2021-03-07 18:06:10 bixilon kamcio96: You are probably doing something wrong. 204 means no content 2021-03-07 18:09:19 kamcio96 now i got ~2k players, "no content" appears for some players 2021-03-07 18:16:37 bixilon Hmm 2021-03-07 18:16:41 bixilon Maybe rate limited? 2021-03-07 18:18:00 <-- Tux (~tux@unaffiliated/tux) a quitté (*.net *.split) 2021-03-07 18:18:00 <-- mrarm (~mrarm@unaffiliated/mrarm) a quitté (*.net *.split) 2021-03-07 18:18:00 <-- Aikar (~aikar@wikia/Aikar) a quitté (*.net *.split) 2021-03-07 18:18:01 <-- SinZ (znc@steamdb/source2-guru/sinz) a quitté (*.net *.split) 2021-03-07 18:18:02 --> SinZ (znc@grimm.361zn.is) a rejoint #mcdevs 2021-03-07 18:18:03 --> mrarm (~mrarm@unaffiliated/mrarm) a rejoint #mcdevs 2021-03-07 18:18:16 -- SinZ est maintenant connu sous le nom Guest48307 2021-03-07 18:18:21 --> Tux (~tux@2604:180:0:59d::f1c1) a rejoint #mcdevs 2021-03-07 18:18:21 <-- Tux (~tux@2604:180:0:59d::f1c1) a quitté (Changing host) 2021-03-07 18:18:21 --> Tux (~tux@unaffiliated/tux) a rejoint #mcdevs 2021-03-07 18:19:21 --> Aikar (~aikar@2604:4500::5102) a rejoint #mcdevs 2021-03-07 18:20:39 <-- m0r13 (~m0r13@mail.yellow-ray.de) a quitté (Ping timeout: 246 seconds) 2021-03-07 18:21:50 <-- bramw0[m] (bramw0matr@gateway/shell/matrix.org/x-xylpapytkzjmfhqi) a quitté (Ping timeout: 268 seconds) 2021-03-07 18:21:56 <-- JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-owbkbdkpufxonkcp) a quitté (Ping timeout: 240 seconds) 2021-03-07 18:22:48 kamcio96 then should be 429 :/ 2021-03-07 18:23:39 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-tzrgsbudgzzpqrek) a quitté (Ping timeout: 246 seconds) 2021-03-07 18:24:26 <-- itsyoungdaddy[m] (itsyoungda@gateway/shell/matrix.org/x-cwxyqjlrvkvpksnb) a quitté (Ping timeout: 240 seconds) 2021-03-07 18:24:45 <-- ShadeJonathan[m] (jboijboinl@gateway/shell/matrix.org/x-ehbaevdzkcbvfmet) a quitté (Ping timeout: 240 seconds) 2021-03-07 18:25:04 <-- chibill (chibillmat@gateway/shell/matrix.org/x-wxtuhxacyxvghbpv) a quitté (Ping timeout: 258 seconds) 2021-03-07 18:30:28 <-- smoke42 (smoke42mat@gateway/shell/matrix.org/x-tpbbvoisslfseseg) a quitté (Ping timeout: 268 seconds) 2021-03-07 18:30:29 <-- asterix1324 (asterix132@gateway/shell/matrix.org/x-uorrrwbjgucvzwgf) a quitté (Ping timeout: 268 seconds) 2021-03-07 18:30:29 <-- sneiv[m] (sneivmatri@gateway/shell/matrix.org/x-garvoqaivujpjtyw) a quitté (Ping timeout: 268 seconds) 2021-03-07 18:43:24 --> bramw0[m] (bramw0matr@gateway/shell/matrix.org/x-dvdsxuidssjvquox) a rejoint #mcdevs 2021-03-07 18:45:17 --> JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-tvzyfrdypkmioqxw) a rejoint #mcdevs 2021-03-07 19:05:14 <-- Floffah (~Floffah@176.253.79.241) a quitté (Quit: Leaving) 2021-03-07 19:05:38 --> yangm (yanyetanot@gateway/shell/matrix.org/x-thxceojvkjdiixjw) a rejoint #mcdevs 2021-03-07 19:38:56 <-- offbeatwitch (~offbeatwi@2001:bc8:604:343::1) a quitté (Ping timeout: 240 seconds) 2021-03-07 19:38:56 --> itsyoungdaddy[m] (itsyoungda@gateway/shell/matrix.org/x-ewdtteszehttotgy) a rejoint #mcdevs 2021-03-07 19:41:01 --> chibill (chibillmat@gateway/shell/matrix.org/x-ztmqprtvxmpqdxfh) a rejoint #mcdevs 2021-03-07 19:48:12 --> ShadeJonathan[m] (jboijboinl@gateway/shell/matrix.org/x-aygofxzajfhbqsqy) a rejoint #mcdevs 2021-03-07 19:51:51 --> sneiv[m] (sneivmatri@gateway/shell/matrix.org/x-xhesovpnjnreaypt) a rejoint #mcdevs 2021-03-07 19:53:15 --> smoke42 (smoke42mat@gateway/shell/matrix.org/x-halemipzkrjrlbdh) a rejoint #mcdevs 2021-03-07 19:55:32 --> asterix1324 (asterix132@gateway/shell/matrix.org/x-jmkitwpjqwhxkdwi) a rejoint #mcdevs 2021-03-07 20:10:46 --> guest1 (guest@gateway/vpn/mullvad/wizards) a rejoint #mcdevs 2021-03-07 20:11:22 -- guest1 est maintenant connu sous le nom wizards 2021-03-07 20:17:50 --> Golshr (4d990b3c@60.11.153.77.rev.sfr.net) a rejoint #mcdevs 2021-03-07 20:18:00 Golshr Hai ! 2021-03-07 20:20:13 Golshr I'm on the wiki.vg on the protocol page, but I don't really get the "clientbound" and "serverbound" thing. My guess is that clientbound are packets only created by server to a client and vice versa. Am I right ? It is always the same on offline mode ? 2021-03-07 20:21:47 rom1504 yes that's right 2021-03-07 20:21:56 Golshr Ok ! 2021-03-07 20:22:02 Golshr Cool cool cool 2021-03-07 20:22:04 Golshr Thanks 2021-03-07 20:32:25 <-- kamcio96 (5314377c@epn124.neoplus.adsl.tpnet.pl) a quitté #mcdevs 2021-03-07 21:22:41 <-- Golshr (4d990b3c@60.11.153.77.rev.sfr.net) a quitté (Quit: Connection closed) 2021-03-07 22:29:10 <-- archer_321 (~archer@ip-62-143-214-77.hsi01.unitymediagroup.de) a quitté (Quit: ZNC 1.8.2 - https://znc.in) 2021-03-07 22:32:14 --> archer_321 (~archer@ip-62-143-214-77.hsi01.unitymediagroup.de) a rejoint #mcdevs 2021-03-08 01:05:07 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 256 seconds) 2021-03-08 02:34:02 --> m0r13 (~m0r13@mail.yellow-ray.de) a rejoint #mcdevs 2021-03-08 03:13:28 <-- Techcable (~Techcable@168.235.93.147) a quitté (Quit: Techcable - The Lounge) 2021-03-08 03:17:54 --> Techcable (~Techcable@168.235.93.147) a rejoint #mcdevs 2021-03-08 03:46:36 <-- Techcable (~Techcable@168.235.93.147) a quitté (Quit: ZNC - https://znc.in) 2021-03-08 03:47:46 --> Techcable (~Techcable@168.235.93.147) a rejoint #mcdevs 2021-03-08 03:48:09 -- Techcable est maintenant connu sous le nom Guest68433 2021-03-08 03:58:33 <-- Guest68433 (~Techcable@168.235.93.147) a quitté (Quit: ZNC - https://znc.in) 2021-03-08 03:59:44 --> Techcable_ (~Techcable@168.235.93.147) a rejoint #mcdevs 2021-03-08 04:01:05 Not-77e "Mojang API" has been edited by Electroid [+289] 2021-03-08 04:42:36 <-- Techcable_ (~Techcable@168.235.93.147) a quitté (Quit: ZNC - https://znc.in) 2021-03-08 04:43:16 --> Techcable (~Techcable@168.235.93.147) a rejoint #mcdevs 2021-03-08 04:48:50 <-- Techcable (~Techcable@168.235.93.147) a quitté (Quit: ZNC - https://znc.in) 2021-03-08 04:50:46 --> Techcable (~Techcable@168.235.93.147) a rejoint #mcdevs 2021-03-08 04:51:09 -- Techcable est maintenant connu sous le nom Guest47497 2021-03-08 04:53:31 --> Iapetus11 (47448971@71.68.137.113) a rejoint #mcdevs 2021-03-08 04:54:36 <-- Iapetus11 (47448971@71.68.137.113) a quitté (Client Quit) 2021-03-08 05:05:17 <-- Guest47497 (~Techcable@168.235.93.147) a quitté (Quit: ZNC - https://znc.in) 2021-03-08 05:06:05 --> Techcable_ (~Techcable@168.235.93.147) a rejoint #mcdevs 2021-03-08 08:18:52 <-- Aikar (~aikar@2604:4500::5102) a quitté (Remote host closed the connection) 2021-03-08 08:21:01 --> Aikar (~aikar@wikia/Aikar) a rejoint #mcdevs 2021-03-08 10:07:09 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2021-03-08 11:04:49 --> Floffah (~Floffah@176.253.79.241) a rejoint #mcdevs 2021-03-08 14:20:55 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2021-03-08 15:15:06 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Read error: Connection reset by peer) 2021-03-08 15:16:09 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2021-03-08 15:56:06 --> offbeatwitch (~offbeatwi@2001:bc8:608:131::1) a rejoint #mcdevs 2021-03-08 15:57:10 <-- offbeatwitch (~offbeatwi@2001:bc8:608:131::1) a quitté (Client Quit) 2021-03-08 16:03:53 <-- kernel_bin (~kernel.bi@180.162.208.27) a quitté (Read error: Connection reset by peer) 2021-03-08 16:33:40 <-- StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 265 seconds) 2021-03-08 16:36:49 --> StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2021-03-08 17:00:07 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-thxceojvkjdiixjw) a quitté (Quit: Idle for 30+ days) 2021-03-08 18:31:25 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-08 18:41:31 -- Techcable_ est maintenant connu sous le nom Techcable 2021-03-08 18:55:21 --> offbeatwitch (~offbeatwi@2001:bc8:608:131::1) a rejoint #mcdevs 2021-03-08 18:56:26 <-- offbeatwitch (~offbeatwi@2001:bc8:608:131::1) a quitté (Client Quit) 2021-03-08 18:57:03 --> offbeatwitch (~offbeatwi@2001:bc8:608:131::1) a rejoint #mcdevs 2021-03-08 18:58:29 <-- offbeatwitch (~offbeatwi@2001:bc8:608:131::1) a quitté (Client Quit) 2021-03-08 18:58:44 --> offbeatwitch (~offbeatwi@2001:bc8:608:131::1) a rejoint #mcdevs 2021-03-08 19:30:55 --> dexter0_ (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-03-08 19:31:09 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 272 seconds) 2021-03-08 19:31:18 -- dexter0_ est maintenant connu sous le nom dexter0 2021-03-08 22:50:08 bixilon Sainan: You are right with the branch hell, it is just horrible to maintain and when I have time, I'll rewrite it in C++ 2021-03-08 23:10:02 rom1504 By any chance did someone implement anvil for 1.13 and noticed something different from other versions? 2021-03-08 23:37:53 <-- Floffah (~Floffah@176.253.79.241) a quitté (Read error: Connection reset by peer) 2021-03-09 00:17:15 bixilon Just want to inform you, that PixLyzer received a big update: Fluids, Materials, Collision shapes, Occlusion shapes, Item models, and fixes 2021-03-09 00:26:25 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 276 seconds) 2021-03-09 03:33:07 TkTech It's tempting to grep the log for every question followed by a pokechu22 answer and make it a wiki FAQ page. wiki.vg/pokedex22 2021-03-09 04:50:56 --> commandz5 (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a rejoint #mcdevs 2021-03-09 04:51:12 --> TkTech7 (~TkTech@24-52-219-213.cable.teksavvy.com) a rejoint #mcdevs 2021-03-09 04:51:33 <-- commandz5 (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a quitté (Client Quit) 2021-03-09 04:51:34 --> Thinkofname_ (~Think@2a01:430:17:1::ffff:1980) a rejoint #mcdevs 2021-03-09 04:52:46 --> Andrio- (Andrio@questers-rest.andriocelos.net) a rejoint #mcdevs 2021-03-09 04:53:07 --> dexter0_ (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-03-09 04:53:09 --> DrinkyBird (~drinkybir@unaffiliated/plussean) a rejoint #mcdevs 2021-03-09 04:53:11 --> simon8162 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a rejoint #mcdevs 2021-03-09 04:53:28 --> ashka` (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2021-03-09 04:53:38 --> dan5_ (~dan112@unaffiliated/dan112) a rejoint #mcdevs 2021-03-09 04:53:47 --> balrog_ (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2021-03-09 04:54:10 --> Techcable_ (~Techcable@168.235.93.147) a rejoint #mcdevs 2021-03-09 04:54:20 --> Yamakaja_ (~yamakaja@vps.pub.yamakaja.me) a rejoint #mcdevs 2021-03-09 04:54:41 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Disconnected by services) 2021-03-09 04:54:51 --> deltab_ (~deltab@95.154.230.49) a rejoint #mcdevs 2021-03-09 04:54:52 <-- ashka` (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Client Quit) 2021-03-09 04:55:04 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2021-03-09 04:55:04 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2021-03-09 04:55:04 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2021-03-09 04:55:04 --> Adam_ (Adam@unaffiliated/adam-) a rejoint #mcdevs 2021-03-09 04:55:58 --> peterix-w (quassel@quassel.woboq.de) a rejoint #mcdevs 2021-03-09 04:57:38 --> xlei_ (znc@unaffiliated/xlei) a rejoint #mcdevs 2021-03-09 04:58:09 --> _123DMWM_ (~123DMWM@me.123dmwm.com) a rejoint #mcdevs 2021-03-09 04:58:32 --> wlp1s1 (iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2021-03-09 04:59:25 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (*.net *.split) 2021-03-09 04:59:25 <-- Techcable (~Techcable@168.235.93.147) a quitté (*.net *.split) 2021-03-09 04:59:25 <-- commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a quitté (*.net *.split) 2021-03-09 04:59:25 <-- DrinkyBird_ (~drinkybir@unaffiliated/plussean) a quitté (*.net *.split) 2021-03-09 04:59:26 <-- _123DMWM (~123DMWM@me.123dmwm.com) a quitté (*.net *.split) 2021-03-09 04:59:26 <-- xlei (znc@unaffiliated/xlei) a quitté (*.net *.split) 2021-03-09 04:59:26 <-- TkTech (~TkTech@24-52-219-213.cable.teksavvy.com) a quitté (*.net *.split) 2021-03-09 04:59:26 <-- dan5 (~dan112@unaffiliated/dan112) a quitté (*.net *.split) 2021-03-09 04:59:27 <-- Yamakaja (~yamakaja@vps.pub.yamakaja.me) a quitté (*.net *.split) 2021-03-09 04:59:28 <-- peterix (~peterix@quassel.woboq.com) a quitté (*.net *.split) 2021-03-09 04:59:28 <-- balrog (~balrog@unaffiliated/balrog) a quitté (*.net *.split) 2021-03-09 04:59:28 <-- pokechu22 (~pokechu22@50.35.65.15) a quitté (*.net *.split) 2021-03-09 04:59:28 <-- Andrio (Andrio@questers-rest.andriocelos.net) a quitté (*.net *.split) 2021-03-09 04:59:29 <-- simon816 (~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com) a quitté (*.net *.split) 2021-03-09 04:59:29 <-- Thinkofname (~Think@37.205.12.211) a quitté (*.net *.split) 2021-03-09 04:59:29 <-- deltab (~deltab@95.154.230.49) a quitté (*.net *.split) 2021-03-09 04:59:29 <-- Adam (Adam@unaffiliated/adam-) a quitté (*.net *.split) 2021-03-09 04:59:29 <-- iczero (iczero@hellomouse/dev/iczero) a quitté (*.net *.split) 2021-03-09 04:59:30 -- xlei_ est maintenant connu sous le nom xlei 2021-03-09 04:59:30 -- balrog_ est maintenant connu sous le nom balrog 2021-03-09 04:59:31 -- dexter0_ est maintenant connu sous le nom dexter0 2021-03-09 04:59:31 -- TkTech7 est maintenant connu sous le nom TkTech 2021-03-09 05:01:43 --> pokechu22 (~pokechu22@50.35.65.15) a rejoint #mcdevs 2021-03-09 05:01:43 -- Mode #mcdevs [+v pokechu22] par ChanServ 2021-03-09 06:07:36 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2021-03-09 06:10:30 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2021-03-09 06:10:31 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2021-03-09 06:46:13 -- Andrio- est maintenant connu sous le nom Andrio 2021-03-09 07:18:11 <-- StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a quitté (Quit: Ping timeout (120 seconds)) 2021-03-09 07:18:37 --> StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2021-03-09 07:42:36 --> commandz5 (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a rejoint #mcdevs 2021-03-09 07:42:40 -- commandz5 est maintenant connu sous le nom commandz 2021-03-09 07:42:47 <-- commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a quitté (Client Quit) 2021-03-09 07:43:07 --> commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a rejoint #mcdevs 2021-03-09 07:52:47 <-- loser__ (~loser@176.88.94.89) a quitté (Ping timeout: 272 seconds) 2021-03-09 07:53:05 --> loser_ (~loser@176.88.92.160) a rejoint #mcdevs 2021-03-09 09:18:22 <-- Yamakaja_ (~yamakaja@vps.pub.yamakaja.me) a quitté (Quit: Bye) 2021-03-09 09:19:41 --> Yamakaja (~yamakaja@vps.pub.yamakaja.me) a rejoint #mcdevs 2021-03-09 09:43:35 --> wei (8a4ba59c@138.75.165.156) a rejoint #mcdevs 2021-03-09 11:21:04 <-- wei (8a4ba59c@138.75.165.156) a quitté (Quit: Connection closed) 2021-03-09 12:03:05 --> Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a rejoint #mcdevs 2021-03-09 12:34:59 <-- xlei (znc@unaffiliated/xlei) a quitté (Read error: Connection reset by peer) 2021-03-09 13:24:00 -- deltab_ est maintenant connu sous le nom deltab 2021-03-09 13:24:51 bixilon TkTech: haha, but he is providing most of the answers and he is probably the most active member here. 2021-03-09 14:20:03 --> xlei (znc@unaffiliated/xlei) a rejoint #mcdevs 2021-03-09 14:44:27 <-- wlp1s1 (iczero@hellomouse/dev/iczero) a quitté (Quit: rip) 2021-03-09 14:46:05 --> iczero (iczero@hellomouse/dev/iczero) a rejoint #mcdevs 2021-03-09 15:24:23 bixilon Sainan: I just noticed a typo in my mappings and now I am totally mad. (Don't wanna cherry pick again, ...). I am ewriting it ith 100% reflections and 100% illegal java things (manipulating final values, creating instances without calling constructor, ...) 2021-03-09 15:52:06 Not-77e "RCON" has been edited by Ijemafe [+1] 2021-03-09 15:54:06 Not-77e "RCON" has been edited by Ijemafe [+94] 2021-03-09 17:04:55 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-09 17:40:50 <-- Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a quitté (Ping timeout: 264 seconds) 2021-03-09 17:52:01 --> Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a rejoint #mcdevs 2021-03-09 17:54:44 <-- Not-77e (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a quitté (Remote host closed the connection) 2021-03-09 18:12:05 -- Techcable_ est maintenant connu sous le nom Techcable 2021-03-09 19:33:02 <-- Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a quitté (Ping timeout: 264 seconds) 2021-03-09 20:08:35 --> Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a rejoint #mcdevs 2021-03-09 20:23:23 <-- daswf852 (~daswf852@unaffiliated/dwf) a quitté (Read error: Connection reset by peer) 2021-03-09 20:26:31 --> daswf852 (~daswf852@unaffiliated/dwf) a rejoint #mcdevs 2021-03-09 20:26:35 <-- daswf852 (~daswf852@unaffiliated/dwf) a quitté (Read error: Connection reset by peer) 2021-03-09 20:34:28 --> daswf852 (~daswf852@unaffiliated/dwf) a rejoint #mcdevs 2021-03-09 20:43:23 <-- daswf852 (~daswf852@unaffiliated/dwf) a quitté (Quit: ZNC 1.8.2 - https://znc.in) 2021-03-09 21:10:50 <-- Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a quitté (Ping timeout: 264 seconds) 2021-03-09 22:09:35 <-- Fam0r (~fam0r@owo.fam.rip) a quitté (Ping timeout: 272 seconds) 2021-03-09 22:58:38 --> Tides (~Tides@ool-45758743.dyn.optonline.net) a rejoint #mcdevs 2021-03-09 23:21:52 Tides Is it normal for the interact entity packet to get sent more than once when "Interacting" with an entity? When you left click "attack" an entity it only gets sent once 2021-03-09 23:23:03 <-- Tides (~Tides@ool-45758743.dyn.optonline.net) a quitté (Quit: Leaving) 2021-03-09 23:23:19 --> Tides (~Tides@ool-45758743.dyn.optonline.net) a rejoint #mcdevs 2021-03-09 23:23:42 <-- Tides (~Tides@ool-45758743.dyn.optonline.net) a quitté (Client Quit) 2021-03-09 23:23:59 --> Tides (~Tides@ool-45758743.dyn.optonline.net) a rejoint #mcdevs 2021-03-09 23:26:39 +pokechu22 I think it might get sent once per tick you right-click the entity, not sure though 2021-03-10 00:01:57 --> commandz7 (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a rejoint #mcdevs 2021-03-10 00:03:02 <-- commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a quitté (Read error: Connection reset by peer) 2021-03-10 00:07:39 -- commandz7 est maintenant connu sous le nom commandz 2021-03-10 00:13:05 Tides Yeah thank you ^ ^ 2021-03-10 00:13:28 Tides DO you know if there's a specific reason why its like that > > 2021-03-10 00:16:21 +pokechu22 I can't really think of one, but it's different from left-click because attacking entities is a one-and-done thing; you can't hold left-click and continue to attack (since circa beta 1.8 I think). I'm not sure if there's a situation where the repeated interactions actually matters though 2021-03-10 00:18:37 bixilon tick wise would make sense 2021-03-10 00:20:08 bixilon because item usage is also holding (image the ringing the technoblade subsriber bell :D). Why not doing it also on entities 2021-03-10 00:20:49 bixilon bruh, again writing garbadge, Please ignore my typos and grammar "mistakes?" 2021-03-10 00:27:14 Tides I see well thanks again ~ 2021-03-10 00:47:12 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 246 seconds) 2021-03-10 01:30:33 --> Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a rejoint #mcdevs 2021-03-10 01:37:14 <-- Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a quitté (Ping timeout: 264 seconds) 2021-03-10 01:38:44 --> Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a rejoint #mcdevs 2021-03-10 01:49:26 <-- I9hdkill (~quassel@2001:41d0:d:1cb7::) a quitté (Ping timeout: 240 seconds) 2021-03-10 02:29:15 --> mgrech (~mgrech@77.116.37.214.wireless.dyn.drei.com) a rejoint #mcdevs 2021-03-10 02:30:52 --> bixilon_ (~bixilon@node-3.bixilon.de) a rejoint #mcdevs 2021-03-10 02:31:22 --> Jeebiss_ (sid25046@gateway/web/irccloud.com/x-pzzmbboagiwldvov) a rejoint #mcdevs 2021-03-10 02:33:49 --> smash (~smash@cpe-70-92-25-205.wi.res.rr.com) a rejoint #mcdevs 2021-03-10 02:36:20 <-- smash (~smash@cpe-70-92-25-205.wi.res.rr.com) a quitté #mcdevs ("Leaving") 2021-03-10 02:39:03 <-- Jeebiss (sid25046@gateway/web/irccloud.com/x-ohhcjrquayveyuhv) a quitté (*.net *.split) 2021-03-10 02:39:04 <-- bixilon (~bixilon@node-3.bixilon.de) a quitté (*.net *.split) 2021-03-10 02:39:04 -- bixilon_ est maintenant connu sous le nom bixilon 2021-03-10 02:39:04 -- Jeebiss_ est maintenant connu sous le nom Jeebiss 2021-03-10 03:55:27 <-- Tides (~Tides@ool-45758743.dyn.optonline.net) a quitté (Quit: Leaving) 2021-03-10 05:01:46 <-- mgrech (~mgrech@77.116.37.214.wireless.dyn.drei.com) a quitté (Ping timeout: 276 seconds) 2021-03-10 06:38:26 <-- Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a quitté (Ping timeout: 264 seconds) 2021-03-10 08:16:29 <-- commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a quitté (Quit: Ping timeout (120 seconds)) 2021-03-10 08:16:49 --> commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a rejoint #mcdevs 2021-03-10 09:32:12 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-10 09:57:05 <-- commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a quitté (Quit: Ping timeout (120 seconds)) 2021-03-10 09:57:28 --> commandz (~commandz@199-15-107-199-15-107-244.cpe.sparklight.net) a rejoint #mcdevs 2021-03-10 11:36:24 <-- JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-tvzyfrdypkmioqxw) a quitté (Quit: Bridge terminating on SIGTERM) 2021-03-10 11:36:25 <-- bramw0[m] (bramw0matr@gateway/shell/matrix.org/x-dvdsxuidssjvquox) a quitté (Quit: Bridge terminating on SIGTERM) 2021-03-10 11:36:33 <-- ShadeJonathan[m] (jboijboinl@gateway/shell/matrix.org/x-aygofxzajfhbqsqy) a quitté (Quit: Bridge terminating on SIGTERM) 2021-03-10 11:36:34 <-- sneiv[m] (sneivmatri@gateway/shell/matrix.org/x-xhesovpnjnreaypt) a quitté (Quit: Bridge terminating on SIGTERM) 2021-03-10 11:36:37 <-- asterix1324 (asterix132@gateway/shell/matrix.org/x-jmkitwpjqwhxkdwi) a quitté (Quit: Bridge terminating on SIGTERM) 2021-03-10 11:36:38 <-- chibill (chibillmat@gateway/shell/matrix.org/x-ztmqprtvxmpqdxfh) a quitté (Quit: Bridge terminating on SIGTERM) 2021-03-10 11:36:40 <-- itsyoungdaddy[m] (itsyoungda@gateway/shell/matrix.org/x-ewdtteszehttotgy) a quitté (Quit: Bridge terminating on SIGTERM) 2021-03-10 11:36:40 <-- smoke42 (smoke42mat@gateway/shell/matrix.org/x-halemipzkrjrlbdh) a quitté (Quit: Bridge terminating on SIGTERM) 2021-03-10 11:45:18 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 256 seconds) 2021-03-10 11:47:02 --> asterix1324 (asterix132@gateway/shell/matrix.org/x-hxdhssdujnxnycem) a rejoint #mcdevs 2021-03-10 11:54:11 <-- xlei (znc@unaffiliated/xlei) a quitté (Quit: ZNC - https://znc.in) 2021-03-10 12:06:16 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 256 seconds) 2021-03-10 12:06:33 --> xlei (znc@unaffiliated/xlei) a rejoint #mcdevs 2021-03-10 12:07:09 --> chibill (chibillmat@gateway/shell/matrix.org/x-mjeswcdtfcgufdfu) a rejoint #mcdevs 2021-03-10 12:07:09 --> smoke42 (smoke42mat@gateway/shell/matrix.org/x-rcnjeraxyhzjctgn) a rejoint #mcdevs 2021-03-10 12:07:09 --> ShadeJonathan[m] (jboijboinl@gateway/shell/matrix.org/x-gvetxtohulxpqiqk) a rejoint #mcdevs 2021-03-10 12:07:10 --> JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-gmtjybykflsvfawn) a rejoint #mcdevs 2021-03-10 12:07:16 --> bramw0[m] (bramw0matr@gateway/shell/matrix.org/x-bhjwtrvqgpngrznb) a rejoint #mcdevs 2021-03-10 12:07:16 --> itsyoungdaddy[m] (itsyoungda@gateway/shell/matrix.org/x-iqxgjbuwqxtjghuw) a rejoint #mcdevs 2021-03-10 12:07:16 --> sneiv[m] (sneivmatri@gateway/shell/matrix.org/x-qunltkfwvpsxacke) a rejoint #mcdevs 2021-03-10 12:09:02 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-03-10 12:09:02 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2021-03-10 13:16:42 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Ping timeout: 260 seconds) 2021-03-10 13:34:15 --> mgrech (~mgrech@77.116.37.214.wireless.dyn.drei.com) a rejoint #mcdevs 2021-03-10 13:41:01 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2021-03-10 14:29:56 --> daswf852 (~daswf852@unaffiliated/dwf) a rejoint #mcdevs 2021-03-10 14:47:09 --> kernelbin (~kernel.bi@180.162.208.27) a rejoint #mcdevs 2021-03-10 15:06:08 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-10 15:39:54 <-- deltab (~deltab@95.154.230.49) a quitté (Ping timeout: 256 seconds) 2021-03-10 15:48:39 --> deltab (~deltab@95.154.230.49) a rejoint #mcdevs 2021-03-10 16:26:07 <-- kernelbin (~kernel.bi@180.162.208.27) a quitté (Ping timeout: 265 seconds) 2021-03-10 16:53:56 bixilon uff, the new snapshot... 2021-03-10 16:56:11 --> biosfood (~Thunderbi@2001:a61:12fb:1e01:4c7f:929a:4c8b:275a) a rejoint #mcdevs 2021-03-10 17:00:02 --> Not-17e8 (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a rejoint #mcdevs 2021-03-10 17:00:02 Not-17e8 [McUpdates] Minecraft snapshot 21w10a has just been published to the launcher! 2021-03-10 17:00:15 Not-17e8 [McUpdates] Data generated by 21w10a: https://apimon.de/mcdata/21w10a/ 2021-03-10 17:00:23 Not-17e8 [minecraft-data] automatic-beyond-belief pushed 1 commit to master [+0/-0/±1] https://git.io/JqZgA 2021-03-10 17:00:24 Not-17e8 [minecraft-data] automatic-beyond-belief 7488f32 - Add 21w10a to common/protocolVersions.json 2021-03-10 17:04:27 KennyTV window confirmation packets are gone :mojangthink: 2021-03-10 17:05:29 Not-17e8 [Burger] New data now avaliable for 21w10a: 2021-03-10 17:05:31 Not-17e8 [Burger] Diff from 21w08b: https://pokechu22.github.io/Burger/diff_21w08b_21w10a.html (https://pokechu22.github.io/Burger/diff_21w08b_21w10a.json) 2021-03-10 17:05:32 Not-17e8 [Burger] Full data: https://pokechu22.github.io/Burger/21w10a.html (https://pokechu22.github.io/Burger/21w10a.json) 2021-03-10 17:57:43 offbeatwitch it's render time 2021-03-10 17:58:05 offbeatwitch reckon we were right about the whole upcoming java upgrade thing 2021-03-10 18:52:36 <-- pokechu22 (~pokechu22@50.35.65.15) a quitté (Quit: WeeChat 3.0.1) 2021-03-10 18:52:43 bixilon whoh 2021-03-10 18:56:52 --> pokechu22 (~pokechu22@50.35.65.15) a rejoint #mcdevs 2021-03-10 18:56:52 -- Mode #mcdevs [+v pokechu22] par ChanServ 2021-03-10 19:12:59 <-- biosfood (~Thunderbi@2001:a61:12fb:1e01:4c7f:929a:4c8b:275a) a quitté (Quit: biosfood) 2021-03-10 19:54:14 -- Adam_ est maintenant connu sous le nom Adam 2021-03-10 20:34:42 --> StackDoubleFlow0 (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2021-03-10 20:35:28 --> Byteflux_ (~byte@byteflux.net) a rejoint #mcdevs 2021-03-10 20:35:42 --> mrarm_ (~mrarm@unaffiliated/mrarm) a rejoint #mcdevs 2021-03-10 20:37:52 --> wizards_ (guest@gateway/vpn/mullvad/wizards) a rejoint #mcdevs 2021-03-10 20:39:34 --> Andrio- (Andrio@questers-rest.andriocelos.net) a rejoint #mcdevs 2021-03-10 20:42:44 <-- StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a quitté (*.net *.split) 2021-03-10 20:42:44 <-- Andrio (Andrio@questers-rest.andriocelos.net) a quitté (*.net *.split) 2021-03-10 20:42:45 <-- wizards (guest@gateway/vpn/mullvad/wizards) a quitté (*.net *.split) 2021-03-10 20:42:45 <-- mrarm (~mrarm@unaffiliated/mrarm) a quitté (*.net *.split) 2021-03-10 20:42:46 <-- Byteflux (~byte@byteflux.net) a quitté (*.net *.split) 2021-03-10 20:42:46 <-- bswartz (~bswartz@unaffiliated/bswartz) a quitté (*.net *.split) 2021-03-10 20:42:46 -- Andrio- est maintenant connu sous le nom Andrio 2021-03-10 20:42:46 -- StackDoubleFlow0 est maintenant connu sous le nom StackDoubleFlow 2021-03-10 20:49:35 <-- m0r13 (~m0r13@mail.yellow-ray.de) a quitté (K-Lined) 2021-03-10 20:51:56 --> bswartz (~bswartz@76-230-155-140.lightspeed.rlghnc.sbcglobal.net) a rejoint #mcdevs 2021-03-10 20:51:56 <-- bswartz (~bswartz@76-230-155-140.lightspeed.rlghnc.sbcglobal.net) a quitté (Changing host) 2021-03-10 20:51:56 --> bswartz (~bswartz@unaffiliated/bswartz) a rejoint #mcdevs 2021-03-10 21:33:19 --> Brycey92 (~Brycey92@pool-173-69-187-130.bltmmd.fios.verizon.net) a rejoint #mcdevs 2021-03-10 21:33:51 Not-17e8 "Authentication" has been edited by Prestige [+169] 2021-03-10 23:19:55 Not-17e8 [Hamburglar] Pokechu22 pushed 1 commit to master [+0/-0/±1] https://git.io/JqZFU 2021-03-10 23:19:57 Not-17e8 [Hamburglar] Pokechu22 5cc2bb4 - Ignore changes to method for entity bitfields 2021-03-11 00:06:03 --> ehm (57d610a5@87.214.16.165) a rejoint #mcdevs 2021-03-11 00:09:13 <-- ehm (57d610a5@87.214.16.165) a quitté (Client Quit) 2021-03-11 00:14:33 <-- Tuxel (~tux@80.77.26.7) a quitté (Ping timeout: 260 seconds) 2021-03-11 00:17:24 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2021-03-11 00:20:57 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 264 seconds) 2021-03-11 01:08:36 --> Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a rejoint #mcdevs 2021-03-11 01:34:12 -- wizards_ est maintenant connu sous le nom wizards 2021-03-11 01:46:14 <-- Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a quitté (Ping timeout: 264 seconds) 2021-03-11 03:32:41 --> MiniDigger0 (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2021-03-11 03:33:21 --> rtm516_ (~rtm516@irc.rtm516.co.uk) a rejoint #mcdevs 2021-03-11 03:35:23 --> yawkat` (~yawkat@cats.coffee) a rejoint #mcdevs 2021-03-11 03:36:30 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: Ping timeout (120 seconds)) 2021-03-11 03:36:30 <-- rtm516 (~rtm516@irc.rtm516.co.uk) a quitté (Quit: Leaving) 2021-03-11 03:36:31 <-- yawkat (~yawkat@cats.coffee) a quitté (Remote host closed the connection) 2021-03-11 03:36:31 -- MiniDigger0 est maintenant connu sous le nom MiniDigger 2021-03-11 03:36:31 -- rtm516_ est maintenant connu sous le nom rtm516 2021-03-11 04:55:40 <-- mgrech (~mgrech@77.116.37.214.wireless.dyn.drei.com) a quitté (Ping timeout: 276 seconds) 2021-03-11 06:06:54 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2021-03-11 06:07:58 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2021-03-11 06:07:59 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2021-03-11 08:41:57 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-11 08:56:05 --> wizards_ (guest@gateway/vpn/mullvad/wizards) a rejoint #mcdevs 2021-03-11 08:58:21 --> wizards__ (~guest@89.45.90.24) a rejoint #mcdevs 2021-03-11 08:59:25 <-- wizards (guest@gateway/vpn/mullvad/wizards) a quitté (Ping timeout: 276 seconds) 2021-03-11 09:01:45 <-- wizards_ (guest@gateway/vpn/mullvad/wizards) a quitté (Ping timeout: 264 seconds) 2021-03-11 09:10:42 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Remote host closed the connection) 2021-03-11 09:18:03 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-03-11 09:18:03 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2021-03-11 09:50:46 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Read error: Connection reset by peer) 2021-03-11 09:51:44 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2021-03-11 10:00:18 <-- itsyoungdaddy[m] (itsyoungda@gateway/shell/matrix.org/x-iqxgjbuwqxtjghuw) a quitté (Quit: Idle for 30+ days) 2021-03-11 10:16:33 <-- Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 260 seconds) 2021-03-11 11:17:36 -- yawkat` est maintenant connu sous le nom yawkat 2021-03-11 12:22:24 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2021-03-11 12:24:38 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 245 seconds) 2021-03-11 12:24:38 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2021-03-11 13:04:41 --> Zadrarion (~Zadrarion@lfbn-tou-1-1373-163.w90-89.abo.wanadoo.fr) a rejoint #mcdevs 2021-03-11 13:04:56 Zadrarion Hello 2021-03-11 13:43:58 Not-17e8 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JqngT 2021-03-11 13:43:59 Not-17e8 [mineflayer] DrMoraschi a665909 - Update messagestr (#1749) The messagestr example tried to match text, which didn't exist. Replaced it with msg. 2021-03-11 14:04:14 --> rheddry (~levi@mt.levifig.com) a rejoint #mcdevs 2021-03-11 14:04:53 --> balrog_ (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2021-03-11 14:05:08 --> SoF7 (~SoF@unaffiliated/skillyonfire) a rejoint #mcdevs 2021-03-11 14:05:19 --> _123DMWM (~123DMWM@me.123dmwm.com) a rejoint #mcdevs 2021-03-11 14:05:32 --> Krenair_ (~alex@znc.alexmonk.uk) a rejoint #mcdevs 2021-03-11 14:05:41 --> AndrewPH_ (~Butts@2606:db00:0:62e::b) a rejoint #mcdevs 2021-03-11 14:06:18 --> x1365C (~x@hello.i.am.selic.re) a rejoint #mcdevs 2021-03-11 14:07:35 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:35 <-- levifig (~levi@mt.levifig.com) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:35 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:36 <-- Guest48307 (znc@grimm.361zn.is) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:37 <-- _123DMWM_ (~123DMWM@me.123dmwm.com) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:37 <-- AndrewPH (~Butts@72.9.147.61) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:37 <-- Dykam (Dykam@dykam.nl) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:38 <-- SoF (~SoF@unaffiliated/skillyonfire) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:38 <-- Wanderer (~wanderer@unaffiliated/wanderer) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:39 <-- ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:39 <-- x10A94 (~x@207.154.230.175) a quitté (Ping timeout: 256 seconds) 2021-03-11 14:07:40 -- SoF7 est maintenant connu sous le nom SoF 2021-03-11 14:07:40 -- balrog_ est maintenant connu sous le nom balrog 2021-03-11 14:07:44 --> SinZ (znc@grimm.361zn.is) a rejoint #mcdevs 2021-03-11 14:08:08 -- SinZ est maintenant connu sous le nom Guest28058 2021-03-11 14:08:10 <-- Zadrarion (~Zadrarion@lfbn-tou-1-1373-163.w90-89.abo.wanadoo.fr) a quitté #mcdevs 2021-03-11 14:09:11 --> Fam0r (~fam0r@owo.fam.rip) a rejoint #mcdevs 2021-03-11 14:09:35 --> Dykam (Dykam@dykam.nl) a rejoint #mcdevs 2021-03-11 14:10:02 --> Wanderer (~wanderer@unaffiliated/wanderer) a rejoint #mcdevs 2021-03-11 14:15:19 --> ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a rejoint #mcdevs 2021-03-11 14:15:19 -- Mode #mcdevs [+v ammar2] par ChanServ 2021-03-11 14:18:47 <-- xlei (znc@unaffiliated/xlei) a quitté (Quit: ZNC - https://znc.in) 2021-03-11 14:25:32 --> xlei (znc@unaffiliated/xlei) a rejoint #mcdevs 2021-03-11 14:25:44 --> mgrech (~mgrech@77.116.37.214.wireless.dyn.drei.com) a rejoint #mcdevs 2021-03-11 14:41:28 -- Mode #mcdevs [+v AndrewPH_] par ChanServ 2021-03-11 14:41:43 -- AndrewPH_ est maintenant connu sous le nom AndrewPH 2021-03-11 14:42:25 <-- xlei (znc@unaffiliated/xlei) a quitté (Quit: ZNC - https://znc.in) 2021-03-11 14:48:41 --> xlei (znc@unaffiliated/xlei) a rejoint #mcdevs 2021-03-11 16:05:36 Not-17e8 "Entity statuses" has been edited by LaserSlimeHD [-86] 2021-03-11 16:07:30 --> Floffah (~Floffah@176.253.79.241) a rejoint #mcdevs 2021-03-11 16:10:30 Floffah at what point is the server supposed to start sending keepalive packets? is it as soon as the connection switches to the play state? 2021-03-11 17:11:27 --> Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a rejoint #mcdevs 2021-03-11 17:13:54 <-- MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a quitté (Quit: The Lounge - https://thelounge.chat) 2021-03-11 17:14:41 --> MiniDigger (~MiniDigge@electroniccat.smells.minidigger.me) a rejoint #mcdevs 2021-03-11 17:18:02 <-- Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a quitté (Ping timeout: 264 seconds) 2021-03-11 17:28:39 bixilon Floffah: exactly 2021-03-11 17:58:21 --> Tirus (~tirus-msg@HSI-KBW-109-192-156-224.hsi6.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2021-03-11 18:49:13 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 245 seconds) 2021-03-11 18:53:09 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-03-11 18:53:09 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2021-03-11 20:44:13 <-- wizards__ (~guest@89.45.90.24) a quitté (Ping timeout: 260 seconds) 2021-03-11 20:44:53 --> GeorgH93 (~GeorgH93@109.202.212.248) a rejoint #mcdevs 2021-03-11 20:46:03 --> wizards__ (~guest@89.45.90.202) a rejoint #mcdevs 2021-03-11 20:57:45 <-- Krenair_ (~alex@znc.alexmonk.uk) a quitté (Quit: ZNC - http://znc.in) 2021-03-11 21:09:33 Not-17e8 [mineflayer] rom1504 pushed 1 commit to master [+3/-0/±9] https://git.io/JqnjI 2021-03-11 21:09:35 Not-17e8 [mineflayer] u9g 02769f3 - Add ability to use an anvil fully (#1666) * Add ability to use an anvil fully * create example code * fix pr * Update api.md * Update blocks.js * shorten matchWindowType * rename example * pass an item not a slot to anvil funcs * make working test * simplify anvil.js * vastly improve test * make transfer work with nbt * cleanup rename * enable second test * add many rename 2021-03-11 21:09:35 Not-17e8 tests * add to docs * fix tests * actually fix tests * fix the customname * use nbt in putsomething * greatly improve tests * make putaway match nbt so it doesnt stack 2 swords and break stuff * fix anvil tests * temp fix by await in test instead of implem * set not add xp * fix xp level for real * stop closing anvil in combine and rename and improve resolve of putSelectedItemRange * don't fail fast * wait for 2021-03-11 21:09:35 Not-17e8 experience in anvil methods * add noWaiting in putAway for villager either this is correct and client needs to simulate on itself either this is just hiding a bug in villager implem removed callbackify for this as it's not part of API and more convenient for opt arg * add close to anvil example, delete example.js * improve anvil example * improve anvil example more and fix creative resolve Co-authored-by: U9G 2021-03-11 21:09:35 Not-17e8 Co-authored-by: Romain Beaumont 2021-03-11 21:12:37 --> Krenair (~alex@znc.alexmonk.uk) a rejoint #mcdevs 2021-03-11 21:13:00 -- Krenair est maintenant connu sous le nom Guest75522 2021-03-11 22:09:08 Not-17e8 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/JqcfL 2021-03-11 22:09:09 Not-17e8 [mineflayer] rom1504 9973182 - Release 3.3.0 2021-03-11 22:09:32 Not-17e8 [mineflayer] github-actions[bot] tagged 9973182 as 3.3.0 https://git.io/JqcfO 2021-03-11 22:17:02 --> Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a rejoint #mcdevs 2021-03-11 22:19:39 <-- Fractalis (~Fractalis@2601:987:280:fb20:ad9b:b2c6:b33d:6cda) a quitté (Client Quit) 2021-03-11 23:09:50 Not-17e8 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/JqcT1 2021-03-11 23:09:51 Not-17e8 [mineflayer] rom1504 95e6f36 - make anvil test more reliable (#1750) * try fix anvil * try to wait after closing 2021-03-11 23:14:40 <-- GeorgH93 (~GeorgH93@109.202.212.248) a quitté (Quit: Leaving) 2021-03-12 00:06:15 --> Majavah4 (~taavi@wikimedia/majavah) a rejoint #mcdevs 2021-03-12 00:07:01 <-- Majavah (~taavi@wikimedia/majavah) a quitté (Read error: Connection reset by peer) 2021-03-12 00:07:02 -- Majavah4 est maintenant connu sous le nom Majavah 2021-03-12 00:10:27 <-- Floffah (~Floffah@176.253.79.241) a quitté (Ping timeout: 265 seconds)