2020-10-05 17:41:30 rom1504 Tomato: example of implementation https://github.com/PrismarineJS/prismarine-block/blob/master/index.js#L109 2020-10-05 17:41:47 rom1504 setProperties is the same reversed 2020-10-05 17:41:59 <-- lxeiqr (~lxeiqr@188.146.225.143.nat.umts.dynamic.t-mobile.pl) a quitté (Ping timeout: 258 seconds) 2020-10-05 17:42:13 rom1504 m4k3r: there is assets/minecraft/textures/entity 2020-10-05 17:42:17 rom1504 in client jar 2020-10-05 17:42:17 Tomato humm 2020-10-05 17:44:19 m4k3r yeah but these are only the textures for the entites. Something like assets/minecraft/models/block would be really nice. 2020-10-05 17:44:23 rom1504 m4k3r: but indeed the way to use these textures is probably hardcoded 2020-10-05 18:16:28 m4k3r rom1504: Where could I find the hardcoded part in a java decompiler? After a quich search, I wasn't even able to find the declaration that an entity named "zombie" even exists. 2020-10-05 18:19:05 rom1504 you better use some mappings 2020-10-05 18:19:16 rom1504 for example the mojang ones 2020-10-05 18:20:11 rom1504 https://minecraft.gamepedia.com/Obfuscation_map 2020-10-05 18:20:24 rom1504 https://minecraft.gamepedia.com/Client.json 2020-10-05 18:30:10 <-- m4k3r (~Thunderbi@2001:a61:1239:a001:1173:77c4:6625:bf84) a quitté (Quit: m4k3r) 2020-10-05 18:37:00 <-- circuit10 (~circuit10@139.164.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-05 18:37:00 <-- SiebeDW (~SiebeDW@139.164.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-05 18:37:00 <-- islender (~islender@139.164.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-05 18:37:00 <-- None4U (~None4U@139.164.71.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-05 18:40:46 <-- matthewprenger (~matthewpr@2605:a601:ac00:9100:693d:b7ca:4792:e87) a quitté (Remote host closed the connection) 2020-10-05 18:41:08 --> matthewprenger (~matthewpr@2605:a601:ac00:9100:693d:b7ca:4792:e87) a rejoint #mcdevs 2020-10-05 18:42:37 --> SiebeDW (~SiebeDW@123.29.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-05 18:42:37 --> circuit10 (~circuit10@123.29.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-05 18:42:37 --> islender (~islender@123.29.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-05 18:42:37 --> None4U (~None4U@123.29.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-05 18:55:18 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-05 19:00:47 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-05 19:01:41 --> lxeiqr (~lxeiqr@188.146.232.214.nat.umts.dynamic.t-mobile.pl) a rejoint #mcdevs 2020-10-05 20:22:27 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-05 20:24:02 --> sn4k3_ch4rm3r (~sn4k3_ch4@BC06DFF0.dsl.pool.telekom.hu) a rejoint #mcdevs 2020-10-05 20:29:56 sn4k3_ch4rm3r I'm messing around with Server List Ping Responses in Python, but I can't seem to figure out how and why the string length is calculated the way it is 2020-10-05 20:32:46 Tomato the string length is just a varint 2020-10-05 20:33:10 Tomato the idea is that you don't need as many bytes to represent a small number as you need for a bigger number 2020-10-05 20:34:03 Sainan If it's not the legacy ping, then you're also not just dealing with the MOTD but a whole JSON-encoded object: https://wiki.vg/Server_List_Ping#Response 2020-10-05 20:34:41 Sainan And as Tomato mentioned, the VarInt encoding: https://wiki.vg/Protocol#VarInt_and_VarLong 2020-10-05 20:38:41 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-05 20:48:08 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-05 20:56:00 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-05 21:12:12 --> bildramer1 (~bildramer@2a02:587:6232:6700:3d5d:762f:2c2b:5c8a) a rejoint #mcdevs 2020-10-05 21:12:35 <-- bildramer (~bildramer@185.44.144.92) a quitté (Ping timeout: 240 seconds) 2020-10-05 21:12:36 -- bildramer1 est maintenant connu sous le nom bildramer 2020-10-05 21:22:28 Tomato what is the deal with entities having both uuid and eid? whats the difference? like for players sure, but why for entities? 2020-10-05 21:24:56 Sainan I think EID is only unique per connection or server restart whereas UUID is needed for more persistent scoreboard things whereas the shorter EID is used over-the-wire. 2020-10-05 21:25:48 Tomato hmmm makes sense ig, probably easier than sending uuid for every entity packet 2020-10-05 21:26:21 Tomato and for persistent it is unlikely to collide 2020-10-05 21:37:20 Not-8b99 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JUbir 2020-10-05 21:37:22 Not-8b99 [mineflayer] TheDudeFromCI 746077f - Fixed attack cooldown bug. (#1347) 2020-10-05 21:40:07 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-05 21:40:37 Not-8b99 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±3] https://git.io/JUbiN 2020-10-05 21:40:39 Not-8b99 [mineflayer] TheDudeFromCI 149787e - Exposed getDestSlot function (#1345) * Exposed getDestSlot funciton. Signed-off-by: TheDudeFromCI * Update api.md * Update api.md 2020-10-05 21:59:45 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-05 22:02:02 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-05 22:08:02 +pokechu22 EIDs predate UUIDs for entities; back in beta 1.7.3 you could see EIDs ingame with F3 (and entities didn't have a persistent UUID at all). Now it's basically just a shorter way to refer to entities over the network 2020-10-05 22:19:25 <-- Tuxel (~tux@80.77.26.7) a quitté (Ping timeout: 264 seconds) 2020-10-05 22:21:34 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-05 22:21:42 --> asdew_ (~asdew@dsl-hkibng11-50dc43-88.dhcp.inet.fi) a rejoint #mcdevs 2020-10-05 22:22:32 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-05 22:24:44 <-- saper (saper@wikipedia/saper) a quitté (Ping timeout: 256 seconds) 2020-10-05 22:25:52 <-- Tux (~tux@unaffiliated/tux) a quitté (Ping timeout: 244 seconds) 2020-10-05 22:25:52 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (Ping timeout: 244 seconds) 2020-10-05 22:25:53 <-- kashike (kashike@unaffiliated/kashike) a quitté (Ping timeout: 244 seconds) 2020-10-05 22:25:55 <-- asdew (~asdew@dsl-hkibng11-50dc43-88.dhcp.inet.fi) a quitté (Ping timeout: 244 seconds) 2020-10-05 22:25:55 <-- Hafydd (~Hafydd@unaffiliated/joo) a quitté (Ping timeout: 244 seconds) 2020-10-05 22:26:30 --> Hafydd (~Hafydd@unaffiliated/joo) a rejoint #mcdevs 2020-10-05 22:27:17 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-05 22:27:28 --> Djinnibone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2020-10-05 22:27:28 --> Tux- (~tux@2604:180:0:59d::f1c1) a rejoint #mcdevs 2020-10-05 22:27:28 -- Tux- est maintenant connu sous le nom Tux 2020-10-05 22:27:28 -- Djinnibone est maintenant connu sous le nom Dinnerbone 2020-10-05 22:27:30 --> chibill1 (chibillmat@gateway/shell/matrix.org/x-bjaivuvluhtmzkeh) a rejoint #mcdevs 2020-10-05 22:27:33 <-- Tux (~tux@2604:180:0:59d::f1c1) a quitté (Changing host) 2020-10-05 22:27:33 --> Tux (~tux@unaffiliated/tux) a rejoint #mcdevs 2020-10-05 22:27:33 -- Mode #mcdevs [+v Dinnerbone] par ChanServ 2020-10-05 22:28:25 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2020-10-05 22:28:40 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-05 22:29:37 Tomato in the entity metadata for 1.15.2, there is both a Is Crouching and a Sneaking Pose, are both needed? 2020-10-05 22:29:54 Tomato same with flying with an alytra and fly falling 2020-10-05 22:29:58 Tomato elytra 2020-10-05 22:30:23 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-05 22:30:29 Not-8b99 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±3] https://git.io/JUbDU 2020-10-05 22:30:30 Not-8b99 [mineflayer] ImHarvol 7054ec8 - Simplify setCommandBlock arguments (#1343) * Simplify setCommandBlock arguments - Simplify setCommandBlock arguments by replacing trackOutput and mode arguments to a options argument - options argument is more friendly as now the user doesn't have to guess what number does it need to replicate the behavior - Also adds checks: the bot shouldn't be able to open/edit the 2020-10-05 22:30:30 Not-8b99 command block when it's in survival mode, and the block at `pos` should be a command block `flags` values and the command block properties output: - 0: Unconditional - Needs Redstone - Tracks Output - 1: Unconditional - Needs Redstone - Doesn't track output - 2: Conditional - Needs Redstone - Tracks Output - 3: Conditional - Needs Redstone - Doesn't track output - 4: Unconditional - Always Active - Tracks Output - 5: 2020-10-05 22:30:30 Not-8b99 Unconditional - Always Active - Doesn't track output - 6: Conditional - Always Active - Tracks Output - 7: Conditional - Always Active - Doesn't track output * Adapt trade tests * Use bitwise operations * Remove promises 2020-10-05 22:31:04 Tomato and for swimming 2020-10-05 22:31:11 Tomato like the pose has it all 2020-10-05 22:31:38 Tomato I guess it doesn't have sprinting 2020-10-05 22:32:46 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2020-10-05 22:43:40 -- asdew_ est maintenant connu sous le nom asdew 2020-10-05 22:54:03 <-- Tuxel (~tux@80.77.26.7) a quitté (Ping timeout: 260 seconds) 2020-10-05 23:04:11 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2020-10-05 23:13:43 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-05 23:35:54 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-05 23:48:55 <-- sn4k3_ch4rm3r (~sn4k3_ch4@BC06DFF0.dsl.pool.telekom.hu) a quitté (Ping timeout: 240 seconds) 2020-10-05 23:53:42 <-- Bixilon (~moritz@dynamic-077-004-131-141.77.4.pool.telefonica.de) a quitté (Ping timeout: 256 seconds) 2020-10-06 00:06:06 <-- camotoy (~camotoy@104-4-111-192.lightspeed.bcvloh.sbcglobal.net) a quitté (Ping timeout: 272 seconds) 2020-10-06 00:09:49 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 00:10:21 --> camotoy (~camotoy@104-4-111-192.lightspeed.bcvloh.sbcglobal.net) a rejoint #mcdevs 2020-10-06 00:10:47 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-06 00:54:56 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 00:59:11 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-06 00:59:19 <-- circuit10 (~circuit10@123.29.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 00:59:19 <-- islender (~islender@123.29.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 00:59:19 <-- SiebeDW (~SiebeDW@123.29.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 00:59:19 <-- None4U (~None4U@123.29.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 01:03:54 --> circuit10 (~circuit10@232.192.222.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 01:03:57 --> None4U (~None4U@232.192.222.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 01:03:57 --> islender (~islender@232.192.222.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 01:03:57 --> SiebeDW (~SiebeDW@232.192.222.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 01:19:18 <-- mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Ping timeout: 258 seconds) 2020-10-06 01:54:30 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 01:55:10 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-06 02:00:38 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 02:15:43 <-- circuit10 (~circuit10@232.192.222.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 02:15:43 <-- islender (~islender@232.192.222.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 02:15:43 <-- SiebeDW (~SiebeDW@232.192.222.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 02:15:43 <-- None4U (~None4U@232.192.222.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 02:20:25 --> SiebeDW (~SiebeDW@86.166.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 02:20:25 --> islender (~islender@86.166.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 02:20:25 --> circuit10 (~circuit10@86.166.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 02:20:25 --> None4U (~None4U@86.166.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 02:27:24 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 02:28:26 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 02:39:26 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 02:55:24 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 03:19:50 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 03:23:07 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 03:33:58 <-- SiebeDW (~SiebeDW@86.166.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 03:33:58 <-- circuit10 (~circuit10@86.166.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 03:33:58 <-- islender (~islender@86.166.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 03:33:58 <-- None4U (~None4U@86.166.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-06 03:36:35 --> SiebeDW (~SiebeDW@140.35.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 03:36:35 --> None4U (~None4U@140.35.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 03:36:35 --> circuit10 (~circuit10@140.35.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 03:36:35 --> islender (~islender@140.35.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-06 03:41:00 <-- Tomato (~itay2805@77.138.27.105) a quitté (Read error: Connection reset by peer) 2020-10-06 03:42:37 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 03:45:35 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 04:19:41 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 04:23:07 <-- Tuxel (~tux@80.77.26.7) a quitté (Ping timeout: 260 seconds) 2020-10-06 04:23:51 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 04:29:11 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2020-10-06 04:37:16 <-- Moff (~Moff@ip-107-149-106-77.eidsiva.net) a quitté (Read error: Connection reset by peer) 2020-10-06 04:42:23 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 04:43:09 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 05:05:06 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 06:04:25 <-- lxeiqr (~lxeiqr@188.146.232.214.nat.umts.dynamic.t-mobile.pl) a quitté (Ping timeout: 240 seconds) 2020-10-06 06:25:40 --> saper (~saper@wikipedia/saper) a rejoint #mcdevs 2020-10-06 06:29:01 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 06:32:11 <-- Tuxel (~tux@80.77.26.7) a quitté (Ping timeout: 240 seconds) 2020-10-06 06:36:11 <-- saper (~saper@wikipedia/saper) a quitté (Ping timeout: 256 seconds) 2020-10-06 06:43:21 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 06:45:43 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 06:48:38 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-06 07:01:04 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 07:01:42 --> lxeiqr (~lxeiqr@188.146.233.188.nat.umts.dynamic.t-mobile.pl) a rejoint #mcdevs 2020-10-06 07:12:30 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 07:29:37 --> saper (~saper@wikipedia/saper) a rejoint #mcdevs 2020-10-06 07:48:55 <-- saper (~saper@wikipedia/saper) a quitté (Ping timeout: 240 seconds) 2020-10-06 08:02:53 --> Tuxel (~tux@80.77.26.7) a rejoint #mcdevs 2020-10-06 08:05:01 <-- kashike (kashike@unaffiliated/kashike) a quitté (*.net *.split) 2020-10-06 08:05:01 <-- Hafydd (~Hafydd@unaffiliated/joo) a quitté (*.net *.split) 2020-10-06 08:05:02 <-- Dadido3_ (~quassel@p200300d9df16d5008545cf473b7df375.dip0.t-ipconnect.de) a quitté (*.net *.split) 2020-10-06 08:05:03 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (*.net *.split) 2020-10-06 08:05:04 <-- __0x277E (~Hex@2020.was.a.bad.year.to.stop.sniffing.glue.hex.lc) a quitté (*.net *.split) 2020-10-06 08:05:18 --> Hafydd (~Hafydd@unaffiliated/joo) a rejoint #mcdevs 2020-10-06 08:05:45 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2020-10-06 08:05:57 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2020-10-06 08:07:25 <-- Not-8b99 (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a quitté (Ping timeout: 262 seconds) 2020-10-06 08:10:11 --> Dadido3_ (~quassel@p200300d9df16d5008545cf473b7df375.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-10-06 08:10:11 --> __0x277E (~Hex@2020.was.a.bad.year.to.stop.sniffing.glue.hex.lc) a rejoint #mcdevs 2020-10-06 10:28:19 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-10-06 11:07:32 --> Tomato (~itay2805@77.138.27.105) a rejoint #mcdevs 2020-10-06 11:07:34 --> itay2805 (~itay2805@77.138.27.105) a rejoint #mcdevs 2020-10-06 11:07:40 <-- itay2805 (~itay2805@77.138.27.105) a quitté (Client Quit) 2020-10-06 11:09:19 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 11:09:53 --> mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a rejoint #mcdevs 2020-10-06 11:34:51 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 12:33:14 <-- kashike (kashike@unaffiliated/kashike) a quitté (*.net *.split) 2020-10-06 12:33:15 <-- Tux (~tux@unaffiliated/tux) a quitté (*.net *.split) 2020-10-06 12:33:15 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (*.net *.split) 2020-10-06 12:33:15 <-- matthewprenger (~matthewpr@2605:a601:ac00:9100:693d:b7ca:4792:e87) a quitté (*.net *.split) 2020-10-06 12:34:42 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2020-10-06 12:34:42 --> Tux (~tux@unaffiliated/tux) a rejoint #mcdevs 2020-10-06 12:34:42 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2020-10-06 12:34:42 --> matthewprenger (~matthewpr@2605:a601:ac00:9100:693d:b7ca:4792:e87) a rejoint #mcdevs 2020-10-06 12:34:42 -- Mode #mcdevs [+v Dinnerbone] par adams.freenode.net 2020-10-06 13:12:02 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Quit: Ping timeout (120 seconds)) 2020-10-06 13:12:53 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2020-10-06 14:05:29 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-10-06 14:16:03 --> Bixilon (~moritz@dynamic-077-002-042-095.77.2.pool.telefonica.de) a rejoint #mcdevs 2020-10-06 15:08:30 --> saper (~saper@wikipedia/saper) a rejoint #mcdevs 2020-10-06 15:13:40 <-- saper (~saper@wikipedia/saper) a quitté (Ping timeout: 272 seconds) 2020-10-06 15:20:38 <-- charims_ (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Ping timeout: 272 seconds) 2020-10-06 15:22:20 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2020-10-06 15:24:43 --> saper (~saper@wikipedia/saper) a rejoint #mcdevs 2020-10-06 15:26:22 Tomato for whatever reason after porting my compression code from 1.12.2 to 1.15.2 I am getting "Badly compressed packet - size of x is below server threshold of y", did they change something about compression I am not aware of? 2020-10-06 15:26:32 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Client Quit) 2020-10-06 15:26:33 Bixilon no 2020-10-06 15:26:46 Bixilon It did not changed since 1.8 2020-10-06 15:26:59 Tomato humm 2020-10-06 15:28:39 Bixilon Do you check the size, you are trying to send? 2020-10-06 15:29:03 Tomato yeah, trying to send ~12k, and it gets compressed to ~90 bytes 2020-10-06 15:29:19 Tomato the code worked on 1.12.2, unless I broke something while copying the code it should work 2020-10-06 15:29:32 <-- saper (~saper@wikipedia/saper) a quitté (Ping timeout: 258 seconds) 2020-10-06 15:30:14 Bixilon You receive the threshold in the login set compression packet. Something like `if(packet.length >= threshold)` 2020-10-06 15:30:33 Bixilon I use the same compression method since 1.8. Never changed anything there 2020-10-06 15:30:49 Tomato I am the server, I set the threshold to 128 2020-10-06 15:30:54 Sainan Also, ideally you're using a library for compression so you only need to double-check your 10 lines of code where you init & call the library, yes? 2020-10-06 15:30:56 Bixilon Why are you trying to send 12kb of data? Thats very big 2020-10-06 15:31:03 Tomato chunk data 2020-10-06 15:31:26 Tomato I will try to recopy the code incase I accidently broke something during debugging 2020-10-06 15:31:43 Bixilon ah, you are the server not the client 2020-10-06 15:58:10 Tomato it was just me missing a lock on the out stream :facepalm: 2020-10-06 15:59:13 Sainan RAII 2020-10-06 15:59:37 Tomato I was missing the lock itself, aka, it was not locking, aka, it sent the lengths and data of packets at the same time 2020-10-06 16:00:03 Sainan That sounds like a race condition waiting to happen 2020-10-06 16:00:14 Tomato well, it did :^) 2020-10-06 16:00:37 Sainan I mean, even with a lock, what if the data sender locks first? 2020-10-06 16:00:48 Tomato you lock the whole thing 2020-10-06 16:01:19 Tomato the writing of the length and the data is under the same lock 2020-10-06 17:48:58 --> sn4k3_ch4rm3r (~sn4k3_ch4@BC06DFF0.dsl.pool.telekom.hu) a rejoint #mcdevs 2020-10-06 17:53:44 <-- sn4k3_ch4rm3r (~sn4k3_ch4@BC06DFF0.dsl.pool.telekom.hu) a quitté (Ping timeout: 260 seconds) 2020-10-06 18:48:28 --> Hendrik1 (~Thunderbi@dslb-178-007-173-246.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-06 18:57:37 --> saper (~saper@wikipedia/saper) a rejoint #mcdevs 2020-10-06 19:00:22 --> sn4k3_ch4rm3r (~sn4k3_ch4@BC06DFF0.dsl.pool.telekom.hu) a rejoint #mcdevs 2020-10-06 19:01:53 <-- sn4k3_ch4rm3r (~sn4k3_ch4@BC06DFF0.dsl.pool.telekom.hu) a quitté (Client Quit) 2020-10-06 19:26:36 <-- saper (~saper@wikipedia/saper) a quitté (Ping timeout: 260 seconds) 2020-10-06 19:42:59 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 19:52:07 <-- mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Ping timeout: 240 seconds) 2020-10-06 20:15:08 <-- Hendrik1 (~Thunderbi@dslb-178-007-173-246.178.007.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-06 20:15:18 --> Hendrik1 (~Thunderbi@dslb-178-007-173-246.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-06 20:51:58 <-- Hendrik1 (~Thunderbi@dslb-178-007-173-246.178.007.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-06 21:27:41 <-- Tomato (~itay2805@77.138.27.105) a quitté (Read error: Connection reset by peer) 2020-10-06 22:20:27 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-06 22:26:56 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 22:27:57 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-06 22:31:53 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-06 22:32:18 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-06 23:04:37 --> Tomato (~itay2805@77.138.27.105) a rejoint #mcdevs 2020-10-06 23:26:40 Tomato is the logic of when to make foot step sounds documented anywhere? 2020-10-06 23:30:08 +pokechu22 I don't think so... the one thing I can think of is that the sound you get is dependent on the block you're directly over (so if you're over the edge of a block and the center is in midair no sound is made, and if you're above/in a fire block it makes the wool sound (IIRC), see https://bugs.mojang.com/browse/MC-1133 and https://bugs.mojang.com/browse/MC-2604) 2020-10-06 23:31:01 Tomato yeah that far I could figure, and the jsons have the material so it is easy to choose the sound 2020-10-06 23:31:26 Tomato I just can't figure evey how often it spits out sound, and how it decides the player moved enough and so on... 2020-10-06 23:31:33 Tomato guess I will just skip foot steps for now 2020-10-06 23:37:00 +pokechu22 The one other thing I can remember about it is that they don't play if you're sneaking... other than that I'm not sure of the mechanics 2020-10-06 23:42:11 +pokechu22 A brief look at the code seems to show it being based on overall distance moved (sqrt(dx^2 + dy^2 + dz^2) * .6), playing a new sound when that reaches a threshold and then setting the shreshold to 1 greater than the current distance. So you get a sound effect every 1.666 blocks moved I think 2020-10-06 23:42:28 +pokechu22 I'm pretty sure there are a bunch of edge cases I'm not considering though 2020-10-06 23:44:37 <-- Bixilon (~moritz@dynamic-077-002-042-095.77.2.pool.telefonica.de) a quitté (Ping timeout: 264 seconds) 2020-10-06 23:44:41 Tomato interesting that it considers y as well 2020-10-06 23:44:55 Tomato but makes sense I guess 2020-10-06 23:45:01 Tomato for stuff like jump-running 2020-10-07 00:07:19 Tomato oh god, the material is not enough to determine the sound, looking at burger there are 18 types of sound, while on the materials there are like 8 or so 2020-10-07 00:07:28 Tomato (for foot steps) 2020-10-07 00:08:06 Tomato there are also different sounds for when you fall on something 2020-10-07 00:08:33 +pokechu22 I'm pretty sure material correlates to sound type correlates to sound effect + pitches 2020-10-07 00:08:57 +pokechu22 Or maybe sound type is set independently 2020-10-07 00:08:58 Tomato well, could be the materials in the PrismarineJS data repo are wrong 2020-10-07 00:09:03 Tomato they have some unknown materials tbf 2020-10-07 00:09:17 Tomato but for example they marked coral as rock, while it has its own sound 2020-10-07 00:09:48 Tomato I could probably just have some script to convert the sounds using the material, and for the special cases give the special sound 2020-10-07 00:09:56 Tomato *the special material 2020-10-07 00:15:25 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 00:40:38 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 00:45:03 --> mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a rejoint #mcdevs 2020-10-07 00:49:11 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 00:51:46 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-07 01:00:05 --> saper (~saper@wikipedia/saper) a rejoint #mcdevs 2020-10-07 01:05:25 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 01:25:52 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 01:34:22 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 02:05:56 <-- Tomato (~itay2805@77.138.27.105) a quitté (Read error: Connection reset by peer) 2020-10-07 03:01:14 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 03:08:32 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 03:50:03 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 260 seconds) 2020-10-07 03:54:19 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-10-07 03:54:19 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2020-10-07 04:05:52 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 04:18:50 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 04:54:46 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 06:07:46 <-- None4U (~None4U@140.35.154.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 06:07:46 <-- circuit10 (~circuit10@140.35.154.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 06:07:46 <-- SiebeDW (~SiebeDW@140.35.154.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 06:07:46 <-- islender (~islender@140.35.154.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 06:08:57 --> None4U (~None4U@39.32.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 06:08:57 --> SiebeDW (~SiebeDW@39.32.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 06:08:57 --> islender (~islender@39.32.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 06:08:57 --> circuit10 (~circuit10@39.32.188.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 06:10:03 <-- mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Ping timeout: 260 seconds) 2020-10-07 06:18:59 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-10-07 06:20:24 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2020-10-07 06:20:24 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-10-07 06:50:56 -- jtmar est maintenant connu sous le nom jamestmartin 2020-10-07 06:58:39 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 07:10:29 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 07:11:26 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 07:53:24 --> john2gb7 (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2020-10-07 07:54:42 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Ping timeout: 258 seconds) 2020-10-07 07:54:42 -- john2gb7 est maintenant connu sous le nom john2gb 2020-10-07 08:04:37 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 08:05:45 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 08:07:59 <-- shoghicp (~shoghicp@bouncer.pocketmine.net) a quitté (Quit: All your base are belong to us) 2020-10-07 08:07:59 <-- darngeek (~darngeek@bouncer.pocketmine.net) a quitté (Quit: D:) 2020-10-07 08:07:59 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (Quit: "") 2020-10-07 08:08:35 --> humerusj (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2020-10-07 08:10:05 --> shoghicp (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2020-10-07 08:10:38 <-- shoghicp (~shoghicp@bouncer.pocketmine.net) a quitté (Client Quit) 2020-10-07 08:12:05 --> darngeek (~darngeek@bouncer.pocketmine.net) a rejoint #mcdevs 2020-10-07 08:15:36 --> [shoghicp] (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2020-10-07 08:16:28 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 08:18:19 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 08:18:45 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-07 08:19:57 <-- [shoghicp] (~shoghicp@bouncer.pocketmine.net) a quitté (Client Quit) 2020-10-07 08:20:28 --> [shoghicp] (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2020-10-07 08:22:20 <-- [shoghicp] (~shoghicp@bouncer.pocketmine.net) a quitté (Client Quit) 2020-10-07 08:32:29 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 08:42:10 --> DataHoarder (~DataHoard@unaffiliated/shoghicp) a rejoint #mcdevs 2020-10-07 08:50:02 --> mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a rejoint #mcdevs 2020-10-07 09:19:08 <-- offbeatwitch (~offbeatwi@platypus.offbeatwit.ch) a quitté (Quit: and at the end / you can't do it again) 2020-10-07 09:19:19 --> offbeatwitch (~offbeatwi@2001:bc8:604:343::1) a rejoint #mcdevs 2020-10-07 09:19:25 <-- Intelli (sid46069@gateway/web/irccloud.com/x-zhcoqgmxbigtcfok) a quitté (Ping timeout: 240 seconds) 2020-10-07 09:20:18 --> Intelli (sid46069@gateway/web/irccloud.com/x-gbavmkzwlityzhxb) a rejoint #mcdevs 2020-10-07 10:22:50 --> Hendrik1 (~Thunderbi@dslb-092-075-126-104.092.075.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-07 10:39:53 <-- Hendrik1 (~Thunderbi@dslb-092-075-126-104.092.075.pools.vodafone-ip.de) a quitté (Ping timeout: 260 seconds) 2020-10-07 10:59:00 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 11:04:35 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-10-07 11:18:50 --> Tomato (~itay2805@77.138.27.105) a rejoint #mcdevs 2020-10-07 12:19:29 --> Majavah (~tassu@wikimedia/majavah) a rejoint #mcdevs 2020-10-07 12:40:22 <-- Tomato (~itay2805@77.138.27.105) a quitté (Read error: Connection reset by peer) 2020-10-07 12:43:34 --> Hendrik1 (~Thunderbi@dslb-092-075-126-104.092.075.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-07 13:02:31 <-- Hendrik1 (~Thunderbi@dslb-092-075-126-104.092.075.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-07 13:56:52 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-10-07 14:18:57 --> Bixilon (~moritz@dynamic-095-114-050-110.95.114.pool.telefonica.de) a rejoint #mcdevs 2020-10-07 14:34:02 <-- chibill1 (chibillmat@gateway/shell/matrix.org/x-bjaivuvluhtmzkeh) a quitté (Quit: killed) 2020-10-07 14:34:08 <-- JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-ebigfnkisyrrjciw) a quitté (Quit: killed) 2020-10-07 14:34:16 <-- smoke42 (smoke42mat@gateway/shell/matrix.org/x-jnvwtptcnzgvisdc) a quitté (Quit: killed) 2020-10-07 14:37:30 <-- None4U (~None4U@39.32.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 14:37:30 <-- SiebeDW (~SiebeDW@39.32.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 14:37:30 <-- circuit10 (~circuit10@39.32.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 14:37:30 <-- islender (~islender@39.32.188.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 14:38:59 --> islender (~islender@57.54.197.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 14:38:59 --> None4U (~None4U@57.54.197.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 14:38:59 --> circuit10 (~circuit10@57.54.197.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 14:38:59 --> SiebeDW (~SiebeDW@57.54.197.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 14:42:27 --> chibill (chibillmat@gateway/shell/matrix.org/x-pwzocmcdsndbeizp) a rejoint #mcdevs 2020-10-07 14:50:56 --> Tomato (~itay2805@77.138.27.105) a rejoint #mcdevs 2020-10-07 15:04:01 <-- offbeatwitch (~offbeatwi@2001:bc8:604:343::1) a quitté (*.net *.split) 2020-10-07 15:04:01 <-- DataHoarder (~DataHoard@unaffiliated/shoghicp) a quitté (*.net *.split) 2020-10-07 15:04:02 <-- Dadido3_ (~quassel@p200300d9df16d5008545cf473b7df375.dip0.t-ipconnect.de) a quitté (*.net *.split) 2020-10-07 15:04:03 <-- __0x277E (~Hex@2020.was.a.bad.year.to.stop.sniffing.glue.hex.lc) a quitté (*.net *.split) 2020-10-07 15:04:05 <-- islender (~islender@57.54.197.104.bc.googleusercontent.com) a quitté (Ping timeout: 240 seconds) 2020-10-07 15:04:05 <-- None4U (~None4U@57.54.197.104.bc.googleusercontent.com) a quitté (Ping timeout: 240 seconds) 2020-10-07 15:04:05 <-- circuit10 (~circuit10@57.54.197.104.bc.googleusercontent.com) a quitté (Ping timeout: 240 seconds) 2020-10-07 15:04:17 --> DataHoarder (~DataHoard@unaffiliated/shoghicp) a rejoint #mcdevs 2020-10-07 15:04:19 --> offbeatwitch (~offbeatwi@platypus.offbeatwit.ch) a rejoint #mcdevs 2020-10-07 15:04:25 <-- SiebeDW (~SiebeDW@57.54.197.104.bc.googleusercontent.com) a quitté (Ping timeout: 264 seconds) 2020-10-07 15:04:58 --> circuit10 (~circuit10@187.22.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 15:04:58 --> None4U (~None4U@187.22.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 15:04:58 --> islender (~islender@187.22.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 15:04:58 --> SiebeDW (~SiebeDW@187.22.224.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 15:05:49 --> feedc0de (danielbrun@gateway/shell/matrix.org/x-tptvgtnsmwpwbrmg) a rejoint #mcdevs 2020-10-07 15:05:49 --> smoke42 (smoke42mat@gateway/shell/matrix.org/x-sercwqunzixkeypg) a rejoint #mcdevs 2020-10-07 15:05:49 --> JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-picbetqngecpnofy) a rejoint #mcdevs 2020-10-07 15:05:49 --> yangm (yanyetanot@gateway/shell/matrix.org/x-waovntamlbcxdplg) a rejoint #mcdevs 2020-10-07 15:05:53 <-- circuit10 (~circuit10@187.22.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 15:05:53 <-- islender (~islender@187.22.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 15:05:53 <-- None4U (~None4U@187.22.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 15:05:53 <-- SiebeDW (~SiebeDW@187.22.224.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-07 15:09:21 --> Dadido3_ (~quassel@p200300d9df16d5008545cf473b7df375.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-10-07 15:09:21 --> __0x277E (~Hex@2020.was.a.bad.year.to.stop.sniffing.glue.hex.lc) a rejoint #mcdevs 2020-10-07 15:10:16 --> SiebeDW (~SiebeDW@152.44.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 15:10:16 --> None4U (~None4U@152.44.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 15:10:19 --> circuit10 (~circuit10@152.44.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 15:10:19 --> islender (~islender@152.44.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-07 17:25:10 bswartz rom1504: 2 months ago we talked about extracting block shapes from Minecraft 2020-10-07 17:25:25 bswartz I finally have something I can share with you 2020-10-07 17:25:33 bswartz https://raw.githubusercontent.com/bswartz/McShapeExtract/master/extract.json 2020-10-07 18:37:04 chibill Aren't all block shapes in JSON format now a days? 2020-10-07 18:42:52 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 18:44:36 <-- StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 256 seconds) 2020-10-07 18:47:44 --> StackDoubleFlow (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2020-10-07 19:22:42 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 19:24:44 bswartz chibill: I couldn't find anything like that so I created my own 2020-10-07 19:25:20 --> Hendrik1 (~Thunderbi@dslb-092-075-126-104.092.075.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-07 19:25:21 bswartz I think the block collision shapes are published in json, but there are many other types of shapes that matter for raycasting and other calculations 2020-10-07 19:51:48 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 19:59:46 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 20:03:20 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-07 20:08:16 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-07 20:09:29 <-- Hendrik1 (~Thunderbi@dslb-092-075-126-104.092.075.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-07 20:12:58 rom1504 bswartz: seems great, that's something that would probably fit in our minecraft-data project 2020-10-07 20:13:15 rom1504 What's the difference between your extract.json and your shapes.json ? 2020-10-07 20:17:54 bswartz So the shapes is the just a index of every shape that can occur 2020-10-07 20:18:17 bswartz The extracted data lists the 5 different kinds of shapes for each block state 2020-10-07 20:18:36 bswartz collision: the shape the physics engine uses 2020-10-07 20:19:00 bswartz outline: the black wireframe shape you see when you mouse over the block 2020-10-07 20:19:32 bswartz occlusion: the shape used by raycasting to check if a mob and "see" something 2020-10-07 20:20:05 bswartz blockSupport: not sure about this one 2020-10-07 20:20:27 bswartz visual: also not sure 2020-10-07 20:24:12 bswartz Actualy visual might be the one used by raycasting and the occlusion shape might be used by the renderer for pruning the draw lists 2020-10-07 20:24:47 bswartz I suspect block support determines what faces a block can be "placed" against an existing block 2020-10-07 20:25:39 bswartz In any case, the game code has lot of different shapes, and my client needs both the collision ones and the outline ones 2020-10-07 20:27:05 +pokechu22 I 2020-10-07 20:27:33 +pokechu22 * I'm pretty sure the one that you see an outline of is also the one used for raycasting, while visual is only used for rendering 2020-10-07 20:28:36 bswartz Well for example a fence block has a big solid rectangle for it's outline 2020-10-07 20:28:59 bswartz So anywhere you click, even if it's in the "hole" area of the fence, will hit the fence, if you're swinging a tool for example 2020-10-07 20:29:10 bswartz But mobs can see you through the holes in the fence 2020-10-07 20:29:53 bswartz The occlusion shape for a fence includes the holes and actually represents the exact shape of the ingame model 2020-10-07 20:31:59 bswartz So I presume that mobs looking at the player use something other than outlines for ray casting 2020-10-07 20:32:10 +pokechu22 Huh, can mobs do that? Interesting. Though I'd assume that instead they just act completely transparent (like glass panes) 2020-10-07 20:32:27 +pokechu22 Fences are also funky because their collision hitbox is 1.5 blocks tall 2020-10-07 20:32:54 bswartz A fence gate is a good example, the outline never changes whether its open or closed, but the collision shape is empty when it's open 2020-10-07 20:33:08 bswartz The collision boxes are 1.5 high but the outlines are 1.0 high 2020-10-07 20:34:01 bswartz Maybe it's just the case that the mob can see you through a closed fence gate but it can't path to you so it ignores you 2020-10-07 20:34:42 bswartz I should test more, I'm unsure of several details about mob vision 2020-10-07 21:46:17 Tomato god I hate how the server is in charge of lighting, it is so annoying 2020-10-07 21:47:48 +pokechu22 It needs to be for mob spawning and stuff though; it's not *just* doing it to take some load off of the client/to make life painful 2020-10-07 21:48:01 Tomato oh right 2020-10-07 21:48:06 Tomato didn't think about that 2020-10-07 21:48:11 Tomato *still annoying tho* 2020-10-07 22:03:13 bswartz Lightning rods coming in 1.17 2020-10-07 22:09:07 <-- mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Quit: mgrech) 2020-10-07 22:09:26 --> mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a rejoint #mcdevs 2020-10-07 22:17:11 --> sn4k3_ch4rm3r (~sn4k3_ch4@BC06DFF0.dsl.pool.telekom.hu) a rejoint #mcdevs 2020-10-07 22:18:19 sn4k3_ch4rm3r Does anybody know if it's possible to build bukkit plugins in vscode? 2020-10-07 22:19:26 +pokechu22 If vscode supports maven or gradle, yes, but this probably isn't the best place to ask about it since most of us work on a lower level than bukkit. (I'm not 100% sure where a better place to ask would be though; I think irc.spi.gt probably has an appropriate channel but I don't know which) 2020-10-07 22:31:45 <-- bswartz (~bswartz@unaffiliated/bswartz) a quitté (Ping timeout: 240 seconds) 2020-10-07 22:32:06 --> bswartz (~bswartz@76-230-155-140.lightspeed.rlghnc.sbcglobal.net) a rejoint #mcdevs 2020-10-07 22:32:06 <-- bswartz (~bswartz@76-230-155-140.lightspeed.rlghnc.sbcglobal.net) a quitté (Changing host) 2020-10-07 22:32:07 --> bswartz (~bswartz@unaffiliated/bswartz) a rejoint #mcdevs 2020-10-07 22:32:21 --> rheddry (~levi@205.186.144.152) a rejoint #mcdevs 2020-10-07 22:32:24 <-- levifig (~levi@205.186.144.152) a quitté (Read error: Connection reset by peer) 2020-10-07 22:34:09 --> Not-87c7 (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a rejoint #mcdevs 2020-10-07 22:34:09 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JUpjp 2020-10-07 22:34:11 Not-87c7 [mineflayer] rom1504 4efdb6b - hide unknown transaction warning if hideErrors option is enabled fixes #1117 2020-10-07 22:39:36 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/JUheK 2020-10-07 22:39:38 Not-87c7 [mineflayer] rom1504 52bf0c8 - Release 2.30.0 2020-10-07 22:40:17 Not-87c7 [mineflayer] github-actions[bot] tagged 52bf0c8 as 2.30.0 https://git.io/JUheX 2020-10-07 23:21:25 <-- sn4k3_ch4rm3r (~sn4k3_ch4@BC06DFF0.dsl.pool.telekom.hu) a quitté (Quit: Leaving) 2020-10-08 00:09:25 <-- sudden (~lax@unaffiliated/laxask) a quitté (Ping timeout: 240 seconds) 2020-10-08 00:10:37 --> sudden (~lax@unaffiliated/laxask) a rejoint #mcdevs 2020-10-08 00:16:05 <-- Bixilon (~moritz@dynamic-095-114-050-110.95.114.pool.telefonica.de) a quitté (Ping timeout: 260 seconds) 2020-10-08 01:42:46 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 272 seconds) 2020-10-08 01:54:14 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-10-08 02:05:36 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 02:18:43 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-08 02:21:25 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 02:34:35 <-- Tomato (~itay2805@77.138.27.105) a quitté (Read error: Connection reset by peer) 2020-10-08 02:59:29 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-08 03:02:34 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 03:04:57 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-08 03:05:53 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 03:09:41 --> mgrech_ (~mgrech@178-190-2-50.adsl.highway.telekom.at) a rejoint #mcdevs 2020-10-08 03:09:57 <-- mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Quit: mgrech) 2020-10-08 03:25:52 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Quit: Ping timeout (120 seconds)) 2020-10-08 03:26:42 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2020-10-08 03:41:23 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-08 03:44:49 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 03:48:03 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-08 04:22:14 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 04:32:55 <-- islender (~islender@152.44.184.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-08 04:32:55 <-- circuit10 (~circuit10@152.44.184.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-08 04:32:55 <-- None4U (~None4U@152.44.184.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-08 04:32:55 <-- SiebeDW (~SiebeDW@152.44.184.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-08 04:34:45 --> islender (~islender@67.211.202.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-08 04:34:45 --> circuit10 (~circuit10@67.211.202.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-08 04:34:46 --> SiebeDW (~SiebeDW@67.211.202.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-08 04:34:46 --> None4U (~None4U@67.211.202.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-08 05:07:53 <-- mgrech_ (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Ping timeout: 260 seconds) 2020-10-08 05:16:09 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-08 05:34:37 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 05:43:53 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-08 06:44:08 <-- None4U (~None4U@67.211.202.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-08 06:44:08 <-- SiebeDW (~SiebeDW@67.211.202.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-08 06:44:08 <-- islender (~islender@67.211.202.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-08 06:44:08 <-- circuit10 (~circuit10@67.211.202.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-08 06:44:47 --> circuit10 (~circuit10@62.38.68.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-08 06:44:48 --> islender (~islender@62.38.68.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-08 06:44:48 --> None4U (~None4U@62.38.68.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-08 06:44:48 --> SiebeDW (~SiebeDW@62.38.68.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-08 07:25:08 --> mgrech_ (~mgrech@178-190-2-50.adsl.highway.telekom.at) a rejoint #mcdevs 2020-10-08 07:33:05 <-- mgrech_ (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Ping timeout: 240 seconds) 2020-10-08 08:00:35 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 08:16:49 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-08 08:35:29 <-- smoke42 (smoke42mat@gateway/shell/matrix.org/x-sercwqunzixkeypg) a quitté (Quit: killed) 2020-10-08 08:35:30 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-waovntamlbcxdplg) a quitté (Quit: killed) 2020-10-08 08:35:30 <-- chibill (chibillmat@gateway/shell/matrix.org/x-pwzocmcdsndbeizp) a quitté (Quit: killed) 2020-10-08 08:35:48 <-- JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-picbetqngecpnofy) a quitté (Quit: killed) 2020-10-08 08:35:50 <-- feedc0de (danielbrun@gateway/shell/matrix.org/x-tptvgtnsmwpwbrmg) a quitté (Quit: killed) 2020-10-08 08:35:56 --> immibis (~immibis@222-154-82-51-adsl.sparkbb.co.nz) a rejoint #mcdevs 2020-10-08 08:36:29 <-- immibis (~immibis@222-154-82-51-adsl.sparkbb.co.nz) a quitté (Client Quit) 2020-10-08 08:43:35 --> yangm (yanyetanot@gateway/shell/matrix.org/x-rtekpbyvqsszimky) a rejoint #mcdevs 2020-10-08 08:59:04 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 09:04:26 --> feedc0de (danielbrun@gateway/shell/matrix.org/x-ojskrfqakkovxtjd) a rejoint #mcdevs 2020-10-08 09:04:26 --> JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-jzeoeibbhurmtqox) a rejoint #mcdevs 2020-10-08 09:04:26 --> chibill (chibillmat@gateway/shell/matrix.org/x-sfvkkubnnnpmwert) a rejoint #mcdevs 2020-10-08 09:04:26 --> smoke42 (smoke42mat@gateway/shell/matrix.org/x-failbybgiwwymicf) a rejoint #mcdevs 2020-10-08 09:33:05 <-- Dadido3_ (~quassel@p200300d9df16d5008545cf473b7df375.dip0.t-ipconnect.de) a quitté (*.net *.split) 2020-10-08 09:33:05 <-- __0x277E (~Hex@2020.was.a.bad.year.to.stop.sniffing.glue.hex.lc) a quitté (*.net *.split) 2020-10-08 09:38:31 --> Dadido3_ (~quassel@p200300d9df16d5008545cf473b7df375.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-10-08 09:38:31 --> __0x277E (~Hex@2020.was.a.bad.year.to.stop.sniffing.glue.hex.lc) a rejoint #mcdevs 2020-10-08 10:10:48 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-08 10:59:37 <-- circuit10 (~circuit10@62.38.68.34.bc.googleusercontent.com) a quitté (Ping timeout: 264 seconds) 2020-10-08 10:59:38 <-- islender (~islender@62.38.68.34.bc.googleusercontent.com) a quitté (Ping timeout: 260 seconds) 2020-10-08 10:59:38 <-- None4U (~None4U@62.38.68.34.bc.googleusercontent.com) a quitté (Ping timeout: 260 seconds) 2020-10-08 10:59:38 <-- SiebeDW (~SiebeDW@62.38.68.34.bc.googleusercontent.com) a quitté (Ping timeout: 260 seconds) 2020-10-08 11:01:51 --> Hendrik1 (~Thunderbi@dslb-178-007-140-250.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-08 11:26:29 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-njsiscgweevbfnxa) a quitté (Ping timeout: 260 seconds) 2020-10-08 11:26:39 --> Brandon15811 (sid13052@gateway/web/irccloud.com/x-ajxofrlgeefnykrr) a rejoint #mcdevs 2020-10-08 12:20:20 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-10-08 14:02:16 --> Tomato (~itay2805@77.138.27.105) a rejoint #mcdevs 2020-10-08 14:02:16 --> mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a rejoint #mcdevs 2020-10-08 14:11:58 <-- Hendrik1 (~Thunderbi@dslb-178-007-140-250.178.007.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-08 14:42:12 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Quit: Ping timeout (120 seconds)) 2020-10-08 14:45:28 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2020-10-08 15:10:25 --> Hendrik1 (~Thunderbi@dslb-178-007-140-250.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-08 15:19:16 <-- Hendrik1 (~Thunderbi@dslb-178-007-140-250.178.007.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-08 15:20:41 <-- Morrolan (morrolan@139.162.178.137) a quitté (Quit: Goodbye) 2020-10-08 15:20:58 --> Morrolan (morrolan@139.162.178.137) a rejoint #mcdevs 2020-10-08 15:21:15 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-10-08 15:33:11 <-- bswartz (~bswartz@unaffiliated/bswartz) a quitté (Quit: Leaving.) 2020-10-08 15:36:27 --> bswartz (~bswartz@unaffiliated/bswartz) a rejoint #mcdevs 2020-10-08 17:39:02 --> Hendrik1 (~Thunderbi@dslb-178-007-140-250.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-08 17:46:55 <-- Hendrik1 (~Thunderbi@dslb-178-007-140-250.178.007.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-08 17:59:55 Tomato in what cases of the creative inventory event should I return a Set Slot packet? 2020-10-08 18:00:10 Tomato should I just send it for all of them? 2020-10-08 18:05:39 Sainan No, creative inventory is basically the inverse of set slot 2020-10-08 18:10:00 Tomato thanksu 2020-10-08 19:13:04 --> Hendrik1 (~Thunderbi@dslb-178-007-140-250.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-08 20:00:13 <-- Hendrik1 (~Thunderbi@dslb-178-007-140-250.178.007.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-08 20:48:03 --> Hendrik1 (~Thunderbi@dslb-178-007-140-250.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-08 20:54:40 <-- lxeiqr (~lxeiqr@188.146.233.188.nat.umts.dynamic.t-mobile.pl) a quitté (Ping timeout: 246 seconds) 2020-10-08 20:56:46 --> lxeiqr (~lxeiqr@188.146.230.248.nat.umts.dynamic.t-mobile.pl) a rejoint #mcdevs 2020-10-08 21:03:47 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 21:15:39 <-- matthewprenger (~matthewpr@2605:a601:ac00:9100:693d:b7ca:4792:e87) a quitté (Ping timeout: 244 seconds) 2020-10-08 21:17:39 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-08 21:19:19 --> matthewprenger (~matthewpr@136.37.129.193) a rejoint #mcdevs 2020-10-08 21:25:39 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 21:28:50 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-08 21:35:24 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 21:59:57 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-08 22:01:33 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 22:03:35 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-08 22:06:14 <-- matthewprenger (~matthewpr@136.37.129.193) a quitté (Ping timeout: 256 seconds) 2020-10-08 22:27:02 <-- Hendrik1 (~Thunderbi@dslb-178-007-140-250.178.007.pools.vodafone-ip.de) a quitté (Remote host closed the connection) 2020-10-08 22:36:45 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 22:37:30 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-08 22:41:07 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-08 23:00:03 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-08 23:33:30 <-- asdew (~asdew@dsl-hkibng11-50dc43-88.dhcp.inet.fi) a quitté (Ping timeout: 256 seconds) 2020-10-08 23:35:16 --> asdew (~asdew@dsl-hkibng11-50dc43-88.dhcp.inet.fi) a rejoint #mcdevs 2020-10-09 00:07:56 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 00:30:05 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-09 01:16:09 <-- deltab (~deltab@95.154.230.49) a quitté (Ping timeout: 265 seconds) 2020-10-09 01:23:08 --> deltab (~deltab@95.154.230.49) a rejoint #mcdevs 2020-10-09 01:38:38 <-- Tomato (~itay2805@77.138.27.105) a quitté (Read error: Connection reset by peer) 2020-10-09 02:48:28 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 03:21:24 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-09 03:22:16 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 03:42:13 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-09 03:54:20 <-- mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Ping timeout: 258 seconds) 2020-10-09 04:07:40 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 04:15:00 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-09 04:17:25 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 04:19:39 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-09 04:22:25 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 04:23:15 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-09 04:25:00 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 04:28:06 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-09 04:36:30 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 04:42:51 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-09 04:53:06 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 05:40:27 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-09 07:12:20 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 07:14:10 --> bildramer1 (~bildramer@2a02:587:6239:9600:2025:82d2:4449:bef7) a rejoint #mcdevs 2020-10-09 07:16:25 <-- bildramer (~bildramer@2a02:587:6232:6700:3d5d:762f:2c2b:5c8a) a quitté (Ping timeout: 240 seconds) 2020-10-09 07:43:39 -- bildramer1 est maintenant connu sous le nom bildramer 2020-10-09 08:13:21 --> SiebeDW (~SiebeDW@56.87.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-09 08:13:21 --> islender (~islender@56.87.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-09 08:13:21 --> None4U (~None4U@56.87.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-09 08:13:21 --> circuit10 (~circuit10@56.87.238.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-09 08:38:42 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-09 08:43:29 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 09:33:15 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-09 10:04:22 --> Tomato (~itay2805@77.138.27.105) a rejoint #mcdevs 2020-10-09 10:09:35 --> Hendrik1 (~Thunderbi@dslb-092-075-113-185.092.075.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-09 10:18:06 <-- Hendrik1 (~Thunderbi@dslb-092-075-113-185.092.075.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-09 11:12:09 --> Hendrik1 (~Thunderbi@dslb-092-075-113-185.092.075.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-09 11:34:25 <-- Hendrik1 (~Thunderbi@dslb-092-075-113-185.092.075.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-09 12:12:00 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-10-09 12:23:34 --> kiwec (~kiwec@217.138.222.100) a rejoint #mcdevs 2020-10-09 12:27:08 kiwec hello, I'm trying to send 1.15.2 chunk data packets, but the minecraft client throws a DecorderException: "q: Loading NBT data" with no more info. Am I missing something obvious? https://hastebin.com/raw/kepalolaki 2020-10-09 12:28:01 kiwec (this is just the heightmap part, which is the only NBT of the packet) 2020-10-09 12:38:57 --> mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a rejoint #mcdevs 2020-10-09 12:40:59 --> Hendrik1 (~Thunderbi@dslb-092-075-113-185.092.075.pools.vodafone-ip.de) a rejoint #mcdevs 2020-10-09 12:58:51 Tomato that looks correct afaik 2020-10-09 13:02:26 <-- JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-jzeoeibbhurmtqox) a quitté (Quit: killed) 2020-10-09 13:02:28 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-rtekpbyvqsszimky) a quitté (Quit: killed) 2020-10-09 13:02:46 <-- smoke42 (smoke42mat@gateway/shell/matrix.org/x-failbybgiwwymicf) a quitté (Quit: killed) 2020-10-09 13:02:46 <-- chibill (chibillmat@gateway/shell/matrix.org/x-sfvkkubnnnpmwert) a quitté (Quit: killed) 2020-10-09 13:02:47 <-- feedc0de (danielbrun@gateway/shell/matrix.org/x-ojskrfqakkovxtjd) a quitté (Quit: killed) 2020-10-09 13:10:48 --> yangm (yanyetanot@gateway/shell/matrix.org/x-omztjcnmlycodxti) a rejoint #mcdevs 2020-10-09 13:31:24 --> smoke42 (smoke42mat@gateway/shell/matrix.org/x-ydraqyimetehafbf) a rejoint #mcdevs 2020-10-09 13:31:24 --> feedc0de (danielbrun@gateway/shell/matrix.org/x-ppplncqnrjmiissj) a rejoint #mcdevs 2020-10-09 13:31:24 --> chibill (chibillmat@gateway/shell/matrix.org/x-ohcqckhncerpoksn) a rejoint #mcdevs 2020-10-09 13:31:24 --> JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-nxxtlpczttymzbgc) a rejoint #mcdevs 2020-10-09 13:34:27 <-- bildramer (~bildramer@2a02:587:6239:9600:2025:82d2:4449:bef7) a quitté (*.net *.split) 2020-10-09 13:34:27 <-- deltab (~deltab@95.154.230.49) a quitté (*.net *.split) 2020-10-09 13:34:28 <-- Dadido3_ (~quassel@p200300d9df16d5008545cf473b7df375.dip0.t-ipconnect.de) a quitté (*.net *.split) 2020-10-09 13:34:28 <-- __0x277E (~Hex@2020.was.a.bad.year.to.stop.sniffing.glue.hex.lc) a quitté (*.net *.split) 2020-10-09 13:34:53 --> bildramer (~bildramer@2a02:587:6239:9600:2025:82d2:4449:bef7) a rejoint #mcdevs 2020-10-09 13:40:11 --> deltab (~deltab@95.154.230.49) a rejoint #mcdevs 2020-10-09 13:40:11 --> Dadido3_ (~quassel@p200300d9df16d5008545cf473b7df375.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-10-09 13:40:11 --> __0x277E (~Hex@2020.was.a.bad.year.to.stop.sniffing.glue.hex.lc) a rejoint #mcdevs 2020-10-09 13:40:25 <-- deltab (~deltab@95.154.230.49) a quitté (Max SendQ exceeded) 2020-10-09 13:40:32 --> deltab (~deltab@95.154.230.49) a rejoint #mcdevs 2020-10-09 13:43:39 <-- Hendrik1 (~Thunderbi@dslb-092-075-113-185.092.075.pools.vodafone-ip.de) a quitté (Quit: Hendrik1) 2020-10-09 14:25:26 <-- kiwec (~kiwec@217.138.222.100) a quitté (Ping timeout: 256 seconds) 2020-10-09 14:36:13 --> kiwec (~kiwec@217.138.222.100) a rejoint #mcdevs 2020-10-09 14:54:38 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-10-09 15:06:39 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+1/-0/±3] https://git.io/JTvnf 2020-10-09 15:06:40 Not-87c7 [mineflayer] imharvol eb3c7c6 - Fix furnace and add tests (#1352) * Fix furnace.putInput() * Fix ts for furnace * Fix furnace.fuel and furnace.progress When a furnace starts working, the server first sends how many ticks the coal will last and how many ticks will it take for the item to be "cooked". Then the server starts sending a crazy amount of packets updating how many ticks of fuel and progress are 2020-10-09 15:06:41 Not-87c7 left. * Add furnace tests + progress and fuel in seconds * Wait some time after closing the furnace So the inventory can get updated 2020-10-09 15:07:28 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JTvnL 2020-10-09 15:07:29 Not-87c7 [mineflayer] imharvol 5d18d7e - Update action versions (#1354) This removes some warnings that were appearing in CI More info: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ 2020-10-09 15:08:17 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JTvnG 2020-10-09 15:08:18 Not-87c7 [mineflayer] shketov eb8253b - Update README_RU.md (#1356) * Update README_RU.md Новый перевод для REAME_RU со всеми свежими записями из оригинала * Update README_RU.md 2020-10-09 15:10:34 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JTvnz 2020-10-09 15:10:35 Not-87c7 [mineflayer] TheDudeFromCI 92bb053 - Added offhand parameter to d.ts (#1359) 2020-10-09 15:10:54 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JTvnw 2020-10-09 15:10:56 Not-87c7 [mineflayer] TheDudeFromCI ee1f0ef - Update README.md (#1361) 2020-10-09 15:12:00 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+1/-0/±0] https://git.io/JTvni 2020-10-09 15:12:01 Not-87c7 [mineflayer] TheDudeFromCI fcb9556 - Create Guard example for PVP plugin (#1362) * Create guard.js * Fixed guard.js standard lint 2020-10-09 15:13:32 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JTvnS 2020-10-09 15:13:33 Not-87c7 [mineflayer] TheDudeFromCI d219916 - Added hasAttackCooldown Feature (#1358) 2020-10-09 17:31:26 kiwec okay, turns out I wasn't sending my shorts big-endian, weird how every packet was accepted until now 2020-10-09 17:32:15 Tomato well, there are not alot of packets that use fixed length integers, especially if you are just in the chunk data part 2020-10-09 18:28:34 <-- kiwec (~kiwec@217.138.222.100) a quitté (Quit: leaving) 2020-10-09 19:07:20 <-- gabizou (~gabizou@69.147.207.130) a quitté (Ping timeout: 272 seconds) 2020-10-09 19:34:20 --> john2gb1 (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2020-10-09 19:34:34 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Ping timeout: 272 seconds) 2020-10-09 19:34:34 -- john2gb1 est maintenant connu sous le nom john2gb 2020-10-09 20:09:27 chibill I am going to have to write my own unpack_chunk while using Quarry with 1.16.3 because its PackedArray still uses the old format. :( Welp Its easier now at least. 2020-10-09 20:21:14 chibill Anyone have a source of Chunk Section structure that is up to data? 2020-10-09 20:22:22 +pokechu22 IIRC it's the same as it was before, just with the packed array changes mentioned on pre-release protocol 2020-10-09 20:23:21 chibill Ah okay. Wasn't sure if the one on the wiki was even updated at all yet from the last change to it. 2020-10-09 20:26:40 +pokechu22 I'll try to merge everything in this weekend; it's been mixed up in the pre-release documentation for far too long :| 2020-10-09 20:27:36 chibill Also wondering its an array of unsigned longs right? Wiki says its an array of Longs. 2020-10-09 20:29:11 +pokechu22 Java only has signed types, but it's all set up with bit shifts so it doesn't matter. Unsigned is probably the best way of treating them though 2020-10-09 20:33:03 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-09 20:36:12 chibill I feel like I am doing something wrong. Somehow I am getting 18 bits per block :/ 2020-10-09 20:36:42 chibill Unless the wiki saying max it should be is 14 is no longer correct. 2020-10-09 20:37:07 +pokechu22 It *might* be 15 now, but it's definitely not 18 2020-10-09 20:37:37 +pokechu22 There was another change to the chunk data packet regarding biomes: https://wiki.vg/Pre-release_protocol#Chunk_Data 2020-10-09 20:38:16 chibill Hm wonder how I am getting 18. 2020-10-09 20:39:15 chibill As I am indeed reading the biome data correctly. 1024 is what it gives be as the varint for number of biomes and I read that many biomes. 2020-10-09 20:39:33 chibill Figured it out. 2020-10-09 20:39:55 chibill Had an extra unpack_varint between my biome and the number of biomes. 2020-10-09 20:45:15 chibill Hm I most still be doing something wrong. My Array of longs consists of only 256 longs. Everything looks correct tho. 2020-10-09 21:06:04 chibill https://gist.github.com/wgaylord/df226b26a09ffc5aaad3337e256141b0 is my current code. It works until i try and get the entities which I don't care about then it errors on the NBT data. I am using quarry. 2020-10-09 21:21:19 +pokechu22 You're not reading size, so it might be https://bugs.mojang.com/browse/MC-131684 2020-10-09 21:21:42 +pokechu22 er, you're reading size, but you're not actually using it 2020-10-09 21:23:07 chibill I guess now i have to figure out if quarry can tell me how many bytes I have already read. Otherwise I mgiht have to d osomething crazy with the buffer. 2020-10-09 21:28:22 chibill Hm something seems wrong still. 2020-10-09 21:28:48 chibill I am reading 2338 bytes worth of chunk data total while size has 13095 2020-10-09 21:36:02 chibill Hm so I managed to get it almost working. 2020-10-09 21:36:16 chibill Still really weird stuff happening. 2020-10-09 21:38:05 chibill For example I can get a few chunks then suddenly I get a chunk that makes the chunk section run out of buffer. 2020-10-09 21:38:28 chibill That section somehow has 4386 Longs in its array. 2020-10-09 21:38:56 chibill I have a feeling I am doing something horribly wrong. 2020-10-09 21:44:42 chibill https://gist.github.com/wgaylord/df226b26a09ffc5aaad3337e256141b0 Updated the code to what I have now. Works for some chunks but I get "Packet is too short " on others. 2020-10-09 21:46:33 chibill On the pack at errors the length of the array of longs is some how 4386. 2020-10-09 21:47:46 chibill Nvm I am given up for now. Bits_per_block is going crazy weird. 2020-10-09 21:48:23 * chibill sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/EtXROIxchErMaFdBQJtBntxG/message.txt > 2020-10-09 21:48:48 chibill That is what bit per block is reporting :/ 2020-10-09 21:52:10 chibill Figured out my issue Python and C longs are 4 bytes Java Longs are 8 :/ 2020-10-09 22:02:08 +pokechu22 Yeah, that'd do it... good old `long long` :| (IIRC in C it's actually not specified/varies by machine, which kinda makes sense but is also annoying) 2020-10-09 22:08:48 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-09 22:11:23 <-- SiebeDW (~SiebeDW@56.87.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-09 22:11:23 <-- islender (~islender@56.87.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-09 22:11:23 <-- circuit10 (~circuit10@56.87.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-09 22:11:23 <-- None4U (~None4U@56.87.238.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-09 22:13:23 --> circuit10 (~circuit10@77.162.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-09 22:13:23 --> islender (~islender@77.162.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-09 22:13:26 --> SiebeDW (~SiebeDW@77.162.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-09 22:13:26 --> None4U (~None4U@77.162.184.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-09 22:22:33 --> quesswho (~quesswho@213-66-105-71-no533.tbcn.telia.com) a rejoint #mcdevs 2020-10-09 23:07:21 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Quit: Ping timeout (120 seconds)) 2020-10-09 23:08:13 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2020-10-09 23:10:29 quesswho Is it required for the server to send light level packets for the chunk to show up for the client? 2020-10-09 23:14:11 --> thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a rejoint #mcdevs 2020-10-09 23:52:09 --> Oatmeal (~Suzeanne@ip68-4-181-8.oc.oc.cox.net) a rejoint #mcdevs 2020-10-10 00:06:12 Tomato it is not required, on 1.15 at least 2020-10-10 00:06:43 Tomato skylight works normally from what I seen, but block light isn't 2020-10-10 00:07:23 Tomato btw from what I seen the height maps are also not needed 2020-10-10 00:07:47 Tomato unless I am missing something :shrug: 2020-10-10 00:09:05 <-- SiebeDW (~SiebeDW@77.162.184.35.bc.googleusercontent.com) a quitté (Ping timeout: 240 seconds) 2020-10-10 00:09:05 <-- None4U (~None4U@77.162.184.35.bc.googleusercontent.com) a quitté (Ping timeout: 240 seconds) 2020-10-10 00:09:44 <-- circuit10 (~circuit10@77.162.184.35.bc.googleusercontent.com) a quitté (Ping timeout: 256 seconds) 2020-10-10 00:09:44 <-- islender (~islender@77.162.184.35.bc.googleusercontent.com) a quitté (Ping timeout: 256 seconds) 2020-10-10 01:45:18 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-10 01:47:04 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-10 02:02:17 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-10 02:16:52 <-- quesswho (~quesswho@213-66-105-71-no533.tbcn.telia.com) a quitté (Read error: Connection reset by peer) 2020-10-10 02:55:58 <-- Tomato (~itay2805@77.138.27.105) a quitté (Read error: Connection reset by peer) 2020-10-10 03:06:30 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-10 03:21:13 <-- thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a quitté (Ping timeout: 272 seconds) 2020-10-10 03:53:22 <-- mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Ping timeout: 258 seconds) 2020-10-10 03:59:23 <-- darngeek (~darngeek@bouncer.pocketmine.net) a quitté (Ping timeout: 240 seconds) 2020-10-10 03:59:33 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (Ping timeout: 260 seconds) 2020-10-10 04:14:24 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-10 04:40:21 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-10 04:41:17 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-10 05:03:17 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-10 05:59:41 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-10 06:15:08 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-10-10 06:16:25 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2020-10-10 06:16:25 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-10-10 06:31:38 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-10 06:36:34 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-10 06:54:35 --> Dadido3 (~quassel@p200300d9df16d50055267d2f22c0efd8.dip0.t-ipconnect.de) a rejoint #mcdevs 2020-10-10 06:57:27 <-- Dadido3_ (~quassel@p200300d9df16d5008545cf473b7df375.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2020-10-10 07:12:14 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-10-10 07:50:26 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-10 08:15:04 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-10 08:20:28 <-- Oatmeal (~Suzeanne@ip68-4-181-8.oc.oc.cox.net) a quitté (Quit: Suzie says, "TTFNs!") 2020-10-10 08:29:42 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-10 08:56:35 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Ping timeout: 258 seconds) 2020-10-10 08:57:58 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2020-10-10 08:57:58 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2020-10-10 08:57:58 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2020-10-10 09:15:29 --> matthewprenger (~matthewpr@2605:a601:ac00:9100:4cce:7d86:bd5:c491) a rejoint #mcdevs 2020-10-10 09:19:22 --> thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a rejoint #mcdevs 2020-10-10 09:41:39 --> bildramer1 (~bildramer@185.44.144.132) a rejoint #mcdevs 2020-10-10 09:42:44 <-- bildramer (~bildramer@2a02:587:6239:9600:2025:82d2:4449:bef7) a quitté (Ping timeout: 246 seconds) 2020-10-10 09:43:06 -- bildramer1 est maintenant connu sous le nom bildramer 2020-10-10 10:26:44 <-- Processus42 (~leo@unaffiliated/processus42) a quitté (Quit: ZNC 1.7.2 - https://znc.in) 2020-10-10 10:26:57 --> Processus42 (~leo@unaffiliated/processus42) a rejoint #mcdevs 2020-10-10 11:03:42 --> mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a rejoint #mcdevs 2020-10-10 13:52:39 <-- thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a quitté (Ping timeout: 272 seconds) 2020-10-10 14:00:35 --> Tomato (~itay2805@77.138.27.105) a rejoint #mcdevs 2020-10-10 14:54:12 <-- niceplace (~nplace@185.158.135.39) a quitté (Ping timeout: 272 seconds) 2020-10-10 15:10:22 --> SiebeDW (~SiebeDW@1.231.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-10 15:10:22 --> islender (~islender@1.231.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-10 15:10:22 --> None4U (~None4U@1.231.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-10 15:10:24 --> circuit10 (~circuit10@1.231.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-10 16:03:45 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-10-10 18:19:55 --> thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a rejoint #mcdevs 2020-10-10 19:10:44 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-10 19:14:15 --> Tides (~Tides@pool-173-63-91-72.nwrknj.fios.verizon.net) a rejoint #mcdevs 2020-10-10 19:30:26 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-10 19:38:53 rtm516 Im trying to create a server using MCProtocolLib and having issues with sending chunks to the client, I have this currently but not sure why its not working? Also getting an error in the client logs `Ignoring chunk since we don't have complete data: 0, 0` https://share.rtm516.co.uk/2020-10-10_18-17-44.png 2020-10-10 19:40:32 rtm516 Any help would be greatly appreciated 2020-10-10 19:43:18 rtm516 https://share.rtm516.co.uk/VunE4/qEsUPoWo35.png is the fixed screenshot link 2020-10-10 20:06:06 +pokechu22 I'm guessing that the first one acts as non-full-chunk since it doesn't include biomes; if you're sending new chunks then you'd need the second format. 2020-10-10 20:06:15 +pokechu22 (But I don't know MCProtocolLib) 2020-10-10 20:20:04 rtm516 Using the second format it doesn't cause the error in console, but the client just gets stuck at `Loading terrain...` 2020-10-10 20:20:49 <-- Tides (~Tides@pool-173-63-91-72.nwrknj.fios.verizon.net) a quitté (Read error: Connection reset by peer) 2020-10-10 20:20:57 +pokechu22 Send more chunks in that format, and then send a player position and look packet (IIRC; it's listed in the FAQ) to tell it to exit the loading terrain state 2020-10-10 20:30:28 rtm516 That seemed to fix it, thanks for the help and pointing out the FAQ. 2020-10-10 20:57:28 --> skyrising (~skyrising@89.43.123.78) a rejoint #mcdevs 2020-10-10 22:38:41 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-10 23:55:31 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 00:01:02 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 00:10:45 <-- Tomato (~itay2805@77.138.27.105) a quitté (Read error: Connection reset by peer) 2020-10-11 00:17:12 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 01:01:55 --> humerusj (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2020-10-11 01:03:03 <-- mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Ping timeout: 260 seconds) 2020-10-11 01:04:55 --> darngeek (~darngeek@bouncer.pocketmine.net) a rejoint #mcdevs 2020-10-11 02:21:01 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 02:53:54 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 03:06:35 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 03:12:51 --> randomuser (randomuser@tilde.club) a rejoint #mcdevs 2020-10-11 03:12:55 randomuser o/ 2020-10-11 03:20:51 -- randomuser est maintenant connu sous le nom rndusr 2020-10-11 03:36:40 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 04:18:25 <-- thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a quitté (Ping timeout: 272 seconds) 2020-10-11 04:23:21 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 04:42:04 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 04:45:24 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 05:00:23 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 05:19:18 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 05:21:46 <-- circuit10 (~circuit10@1.231.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-11 05:21:46 <-- None4U (~None4U@1.231.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-11 05:21:46 <-- islender (~islender@1.231.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-11 05:21:46 <-- SiebeDW (~SiebeDW@1.231.66.34.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-11 05:24:54 --> circuit10 (~circuit10@1.145.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-11 05:24:59 --> SiebeDW (~SiebeDW@1.145.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-11 05:24:59 --> None4U (~None4U@1.145.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-11 05:24:59 --> islender (~islender@1.145.66.34.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-11 05:30:48 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 06:53:05 --> killmePI (~killmePI@94.231.246.75) a rejoint #mcdevs 2020-10-11 06:54:54 <-- feedc0de (danielbrun@gateway/shell/matrix.org/x-ppplncqnrjmiissj) a quitté (Ping timeout: 240 seconds) 2020-10-11 06:54:54 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-omztjcnmlycodxti) a quitté (Ping timeout: 240 seconds) 2020-10-11 06:54:55 <-- killme (~killmePI@94.231.246.75) a quitté (Ping timeout: 240 seconds) 2020-10-11 06:57:36 --> yangm (yanyetanot@gateway/shell/matrix.org/x-xwbdxwobqvdiohhn) a rejoint #mcdevs 2020-10-11 07:44:27 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 08:00:23 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 08:01:47 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 08:34:37 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 08:41:23 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 08:57:25 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Ping timeout: 240 seconds) 2020-10-11 08:57:59 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2020-10-11 08:57:59 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2020-10-11 08:57:59 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2020-10-11 09:05:30 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 09:19:11 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Ping timeout: 265 seconds) 2020-10-11 09:22:56 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2020-10-11 09:22:57 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2020-10-11 09:22:57 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2020-10-11 09:34:58 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-10-11 10:49:17 --> thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a rejoint #mcdevs 2020-10-11 11:02:52 --> mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a rejoint #mcdevs 2020-10-11 14:22:09 <-- switchy (~switchy@unaffiliated/switchy) a quitté (Quit: Bye!) 2020-10-11 14:25:54 --> switchy (~switchy@unaffiliated/switchy) a rejoint #mcdevs 2020-10-11 14:56:19 asdew What's the restBuffer type from minecraft-data? Where is it defined? 2020-10-11 14:59:05 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-10-11 15:18:51 rom1504 asdew: that's a type not in protodef that is mc specific currently 2020-10-11 15:18:57 rom1504 https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/src/datatypes/minecraft.js#L108 here's one implementatipn 2020-10-11 15:19:10 rom1504 it means "take everything else from the packet and put it in a buffer" 2020-10-11 15:19:33 rom1504 feel free to join our discord btw to ask questions about protodef 2020-10-11 15:33:48 asdew Thanks. 2020-10-11 16:15:24 -- killmePI est maintenant connu sous le nom killme 2020-10-11 16:38:49 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-xwbdxwobqvdiohhn) a quitté (*.net *.split) 2020-10-11 16:38:53 <-- kashike (kashike@unaffiliated/kashike) a quitté (*.net *.split) 2020-10-11 16:38:54 <-- Tux (~tux@unaffiliated/tux) a quitté (*.net *.split) 2020-10-11 16:38:54 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (*.net *.split) 2020-10-11 16:39:11 --> yangm (yanyetanot@gateway/shell/matrix.org/x-xwbdxwobqvdiohhn) a rejoint #mcdevs 2020-10-11 16:39:11 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2020-10-11 16:39:11 --> Tux (~tux@unaffiliated/tux) a rejoint #mcdevs 2020-10-11 16:39:11 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2020-10-11 16:39:11 -- Mode #mcdevs [+v Dinnerbone] par adams.freenode.net 2020-10-11 16:41:09 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-xwbdxwobqvdiohhn) a quitté (Ping timeout: 244 seconds) 2020-10-11 16:49:26 --> yangm (yanyetanot@gateway/shell/matrix.org/x-zuamececxmdorpun) a rejoint #mcdevs 2020-10-11 16:51:40 --> feedc0de1 (danielbrun@gateway/shell/matrix.org/x-lertrrpkskrjtjmr) a rejoint #mcdevs 2020-10-11 19:46:20 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 19:47:52 <-- john2gb (~john2gb@94-225-47-8.access.telenet.be) a quitté (Quit: The Lounge - https://thelounge.chat) 2020-10-11 20:02:23 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 20:03:45 <-- SiebeDW (~SiebeDW@1.145.66.34.bc.googleusercontent.com) a quitté (Ping timeout: 256 seconds) 2020-10-11 20:03:45 <-- None4U (~None4U@1.145.66.34.bc.googleusercontent.com) a quitté (Ping timeout: 256 seconds) 2020-10-11 20:03:45 <-- islender (~islender@1.145.66.34.bc.googleusercontent.com) a quitté (Ping timeout: 256 seconds) 2020-10-11 20:04:03 <-- circuit10 (~circuit10@1.145.66.34.bc.googleusercontent.com) a quitté (Ping timeout: 260 seconds) 2020-10-11 20:10:18 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 20:20:02 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 20:25:51 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 20:58:14 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 21:01:16 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 21:13:14 -- Wanderer est maintenant connu sous le nom WanderingLich 2020-10-11 21:53:45 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 22:01:26 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 22:14:30 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 22:16:03 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 22:16:05 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-11 22:17:22 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 22:53:26 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 23:06:53 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-11 23:43:58 --> uis (~uis@uigors.tk) a rejoint #mcdevs 2020-10-11 23:45:02 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-11 23:59:54 <-- MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a quitté (Ping timeout: 260 seconds) 2020-10-12 00:05:13 --> MisterVector (Vector@cpe-172-90-152-76.socal.res.rr.com) a rejoint #mcdevs 2020-10-12 01:40:06 --> SiebeDW (~SiebeDW@46.255.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-12 01:40:06 --> circuit10 (~circuit10@46.255.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-12 01:40:06 --> islender (~islender@46.255.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-12 01:40:06 --> None4U (~None4U@46.255.198.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-12 01:45:49 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-12 02:55:08 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-12 03:36:58 <-- mgrech (~mgrech@178-190-2-50.adsl.highway.telekom.at) a quitté (Quit: mgrech) 2020-10-12 04:13:32 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-12 04:18:55 <-- thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a quitté (Ping timeout: 240 seconds) 2020-10-12 05:57:19 --> john2gb (~john2gb@94-225-47-8.access.telenet.be) a rejoint #mcdevs 2020-10-12 06:57:17 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-12 06:58:25 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-12 07:10:36 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-12 07:11:47 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-12 07:18:18 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-10-12 07:18:20 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-10-12 07:21:58 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-12 07:23:57 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-12 08:28:57 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-12 08:42:05 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-12 08:56:20 Not-87c7 [PyNBT] TkTech pushed 2 commits to master [+3/-2/±4] https://git.io/JTILG 2020-10-12 08:56:21 Not-87c7 [PyNBT] TkTech 465463e - Use mutf8. Closes #19. 2020-10-12 08:56:23 Not-87c7 [PyNBT] TkTech bd7e545 - Bump version: 3.0.0 → 3.1.0 2020-10-12 08:56:24 Not-87c7 [PyNBT] TkTech tagged bd7e545 as v3.1.0 https://git.io/JTILZ 2020-10-12 09:13:37 <-- switchy (~switchy@unaffiliated/switchy) a quitté (Quit: Bye!) 2020-10-12 09:14:24 --> switchy (~switchy@unaffiliated/switchy) a rejoint #mcdevs 2020-10-12 09:50:27 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-10-12 09:56:41 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2020-10-12 10:04:59 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-12 10:06:56 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-10-12 10:39:01 --> thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a rejoint #mcdevs 2020-10-12 12:48:24 --> VADemon (~VADemon@2a01:4f8:212:2f1d:88::41) a rejoint #mcdevs 2020-10-12 13:05:21 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2020-10-12 19:20:38 <-- None4U (~None4U@46.255.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-12 19:20:38 <-- SiebeDW (~SiebeDW@46.255.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-12 19:20:38 <-- islender (~islender@46.255.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-12 19:20:38 <-- circuit10 (~circuit10@46.255.198.104.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-12 19:20:50 <-- sudden (~lax@unaffiliated/laxask) a quitté (Remote host closed the connection) 2020-10-12 19:24:50 --> SiebeDW (~SiebeDW@213.30.226.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-12 19:24:51 --> islender (~islender@213.30.226.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-12 19:24:51 --> circuit10 (~circuit10@213.30.226.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-12 19:24:51 --> None4U (~None4U@213.30.226.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-12 20:54:11 <-- bswartz (~bswartz@unaffiliated/bswartz) a quitté (Remote host closed the connection) 2020-10-12 20:56:52 --> bswartz (~bswartz@unaffiliated/bswartz) a rejoint #mcdevs 2020-10-12 21:16:10 <-- JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-nxxtlpczttymzbgc) a quitté (Quit: killed) 2020-10-12 21:16:11 <-- smoke42 (smoke42mat@gateway/shell/matrix.org/x-ydraqyimetehafbf) a quitté (Quit: killed) 2020-10-12 21:16:12 <-- chibill (chibillmat@gateway/shell/matrix.org/x-ohcqckhncerpoksn) a quitté (Quit: killed) 2020-10-12 21:16:27 <-- feedc0de1 (danielbrun@gateway/shell/matrix.org/x-lertrrpkskrjtjmr) a quitté (Quit: killed) 2020-10-12 21:16:29 <-- yangm (yanyetanot@gateway/shell/matrix.org/x-zuamececxmdorpun) a quitté (Quit: killed) 2020-10-12 21:25:11 --> yangm (yanyetanot@gateway/shell/matrix.org/x-lknhkwgxbcvyewxp) a rejoint #mcdevs 2020-10-12 21:25:49 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-12 21:33:06 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JTLEN 2020-10-12 21:33:07 Not-87c7 [mineflayer] BlueBurgersTDD be28dd8 - Add type validation to bot.chat (#1369) * Update chat.js * Fix some stuff the checks asked for * This should be the last commit (i hope) * Update chat.js * Update chat.js 2020-10-12 21:43:17 --> JuniorJPDJ (juniorjp1@gateway/shell/matrix.org/x-qwhkisugyxodppns) a rejoint #mcdevs 2020-10-12 21:43:17 --> feedc0de (danielbrun@gateway/shell/matrix.org/x-plcscwmqvjhajbrv) a rejoint #mcdevs 2020-10-12 21:43:17 --> chibill (chibillmat@gateway/shell/matrix.org/x-lzrhiyxiiskxudsj) a rejoint #mcdevs 2020-10-12 21:43:17 --> smoke42 (smoke42mat@gateway/shell/matrix.org/x-gwqtsormxqmanfuk) a rejoint #mcdevs 2020-10-12 21:53:10 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-12 21:59:24 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±4] https://git.io/JTLgC 2020-10-12 21:59:26 Not-87c7 [mineflayer] larspapen 0bdac44 - Add chat position to message event (#1357) * Add chat position to message event * Update documentation and fix linting * Fix linting * Update docs/api.md Co-authored-by: mdashlw Co-authored-by: mdashlw 2020-10-12 22:08:50 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-12 22:17:58 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-12 22:23:03 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-12 22:26:12 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-12 22:32:31 <-- VADemon (~VADemon@2a01:4f8:212:2f1d:88::41) a quitté (Quit: left4dead) 2020-10-13 00:02:04 --> SiebeDW1 (~SiebeDW@213.30.226.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-13 00:02:05 <-- SiebeDW (~SiebeDW@213.30.226.35.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-10-13 00:21:33 <-- deltab (~deltab@95.154.230.49) a quitté (Ping timeout: 260 seconds) 2020-10-13 00:24:34 <-- None4U (~None4U@213.30.226.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-13 00:24:34 <-- SiebeDW1 (~SiebeDW@213.30.226.35.bc.googleusercontent.com) a quitté (Read error: Connection reset by peer) 2020-10-13 00:24:34 <-- circuit10 (~circuit10@213.30.226.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-13 00:24:34 <-- islender (~islender@213.30.226.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-13 00:28:02 --> deltab (~deltab@95.154.230.49) a rejoint #mcdevs 2020-10-13 00:31:00 --> None4U (~None4U@167.69.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-13 00:31:00 --> islender (~islender@167.69.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-13 00:31:00 --> circuit10 (~circuit10@167.69.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-13 00:31:00 --> SiebeDW (~SiebeDW@167.69.232.35.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-13 00:32:10 --> Tacodude (~AdminUser@2001:8003:d562:a00:d9c5:50b8:26ac:b25a) a rejoint #mcdevs 2020-10-13 00:35:01 <-- Tacodude (~AdminUser@2001:8003:d562:a00:d9c5:50b8:26ac:b25a) a quitté (Client Quit) 2020-10-13 00:38:27 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/JTLPO 2020-10-13 00:38:29 Not-87c7 [mineflayer] TheDudeFromCI d5bb9e5 - Added supportFeature to API.md (#1363) * Added supportFeature to API.md * Update api.md 2020-10-13 00:44:06 Not-87c7 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/JTLPz 2020-10-13 00:44:07 Not-87c7 [mineflayer] rom1504 3cff9d7 - Release 2.31.0 2020-10-13 00:45:18 <-- islender (~islender@167.69.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-13 00:45:18 <-- SiebeDW (~SiebeDW@167.69.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-13 00:45:18 <-- circuit10 (~circuit10@167.69.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-13 00:45:19 <-- None4U (~None4U@167.69.232.35.bc.googleusercontent.com) a quitté (Remote host closed the connection) 2020-10-13 00:46:21 --> Tacodude (~quassel@2001:8003:d562:a00:d9c5:50b8:26ac:b25a) a rejoint #mcdevs 2020-10-13 00:47:20 --> SiebeDW (~SiebeDW@151.148.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-13 00:47:20 --> islender (~islender@151.148.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-13 00:47:20 --> None4U (~None4U@151.148.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-13 00:47:21 --> circuit10 (~circuit10@151.148.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2020-10-13 00:50:00 Not-87c7 [mineflayer] github-actions[bot] tagged 3cff9d7 as 2.31.0 https://git.io/JTLXq 2020-10-13 02:00:59 <-- Tacodude (~quassel@2001:8003:d562:a00:d9c5:50b8:26ac:b25a) a quitté (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) 2020-10-13 02:47:43 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2020-10-13 03:19:57 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-13 03:21:16 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Client Quit) 2020-10-13 04:56:11 <-- thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a quitté (Ping timeout: 272 seconds) 2020-10-13 05:49:38 --> bildramer1 (~bildramer@2a02:587:6238:3d00:4c1b:9a48:1bcb:bc83) a rejoint #mcdevs 2020-10-13 05:50:05 <-- bildramer (~bildramer@185.44.144.132) a quitté (Ping timeout: 240 seconds) 2020-10-13 06:04:40 <-- lxeiqr (~lxeiqr@188.146.230.248.nat.umts.dynamic.t-mobile.pl) a quitté (Ping timeout: 256 seconds) 2020-10-13 06:06:25 --> lxeiqr (~lxeiqr@188.146.230.248.nat.umts.dynamic.t-mobile.pl) a rejoint #mcdevs 2020-10-13 06:09:21 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2020-10-13 06:12:43 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2020-10-13 06:12:43 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2020-10-13 06:31:12 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-13 07:15:26 --> Tacodude (~quassel@2001:8003:d562:a00:d855:fc25:a243:ecc) a rejoint #mcdevs 2020-10-13 07:17:37 <-- Tacodude (~quassel@2001:8003:d562:a00:d855:fc25:a243:ecc) a quitté (Client Quit) 2020-10-13 09:03:41 <-- switchy (~switchy@unaffiliated/switchy) a quitté (Quit: Bye!) 2020-10-13 09:09:28 --> switchy (~switchy@unaffiliated/switchy) a rejoint #mcdevs 2020-10-13 09:10:38 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-13 09:42:26 <-- switchy (~switchy@unaffiliated/switchy) a quitté (Quit: Bye!) 2020-10-13 09:53:55 --> switchy (~switchy@unaffiliated/switchy) a rejoint #mcdevs 2020-10-13 10:06:38 <-- circuit10 (~circuit10@151.148.154.104.bc.googleusercontent.com) a quitté (Ping timeout: 272 seconds) 2020-10-13 10:06:38 <-- SiebeDW (~SiebeDW@151.148.154.104.bc.googleusercontent.com) a quitté (Ping timeout: 260 seconds) 2020-10-13 10:06:38 <-- islender (~islender@151.148.154.104.bc.googleusercontent.com) a quitté (Ping timeout: 260 seconds) 2020-10-13 10:06:38 <-- None4U (~None4U@151.148.154.104.bc.googleusercontent.com) a quitté (Ping timeout: 260 seconds) 2020-10-13 10:21:58 -- bildramer1 est maintenant connu sous le nom bildramer 2020-10-13 11:02:21 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2020-10-13 13:51:41 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 260 seconds) 2020-10-13 13:54:50 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2020-10-13 13:54:51 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2020-10-13 14:49:23 <-- skyrising (~skyrising@89.43.123.78) a quitté (Ping timeout: 240 seconds) 2020-10-13 14:55:07 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2020-10-13 15:01:33 --> skyrising (~skyrising@89.43.123.78) a rejoint #mcdevs 2020-10-13 15:20:11 <-- saper (~saper@wikipedia/saper) a quitté (Ping timeout: 240 seconds) 2020-10-13 15:30:47 <-- skyrising (~skyrising@89.43.123.78) a quitté (Remote host closed the connection) 2020-10-13 15:31:06 --> skyrising (~skyrising@89.43.123.78) a rejoint #mcdevs 2020-10-13 15:34:50 --> saper (~saper@wikipedia/saper) a rejoint #mcdevs 2020-10-13 15:49:29 --> thekinrar (~thekinrar@2a01:e35:2ea1:b200:a78d:e22e:d733:9433) a rejoint #mcdevs 2020-10-13 17:50:55 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-13 18:27:28 <-- saper (~saper@wikipedia/saper) a quitté (Ping timeout: 265 seconds) 2020-10-13 18:27:47 <-- Akkarin (~Akkarin@hyperion.torchmind.com) a quitté (Ping timeout: 246 seconds) 2020-10-13 18:31:41 --> Akkarin (~Akkarin@hyperion.torchmind.com) a rejoint #mcdevs 2020-10-13 18:51:34 --> saper (~saper@wikipedia/saper) a rejoint #mcdevs 2020-10-13 19:09:27 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-13 19:26:22 --> niceplace (~nplace@titan.pathogen.is) a rejoint #mcdevs 2020-10-13 19:58:24 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-13 20:09:50 <-- ackpacket (~ackpacket@unaffiliated/ackpacket) a quitté (Quit: My puter has gone to sleep. ZZZzzz…) 2020-10-13 20:23:07 chibill I am having a hard time getting my player to move. I am sending a player_position_and_look packet to the server but I don't seem to be moving. 2020-10-13 20:57:49 --> ackpacket (~ackpacket@unaffiliated/ackpacket) a rejoint #mcdevs 2020-10-13 21:06:04 +pokechu22 Have you sent a teleport confirm packet (or whatever it's called)?