aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_update_recipes_packet.rs
AgeCommit message (Expand)Author
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-231.21.2 (#171)mat
2024-04-231.20.5 (#127)mat
2023-12-051.20.3 (#110)mat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-08-22fix writing ClientboundUpdateRecipesPacketmat
2023-07-14Mining (#95)mat
2023-05-04merge mainmat
2023-05-03Inventory (#48)mat
2023-03-30remove legacy smithing recipe serializermat
2023-03-23rename Tag to Nbtmat
2023-03-141.19.4 (#57)mat
2023-03-14make ResourceLocation::new -> Self and impl Serialize/Deserialize for Resourc...mat
2022-12-071.19.3 (#34)mat
2022-12-06Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49)EightFactorial
2022-11-12Pathfinder (#25)mat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-09-05use az-registry in az-protocolmat
2022-09-05Publish everything* to crates.iomat
2022-09-02get rid of Readable & Writable (#21)mat
2022-08-31fix a couple more possible panicsUbuntu
2022-08-06Better errors (#14)mat
2022-07-29Split clientbound and serverbound packetsmat
2022-06-25read_into -> read_frommat
2022-06-23Fix everything so azalea-buf worksmat
2022-05-14add derive McBuf to every packetmat
2022-05-14start adding ClientboundLevelParticlesPacketmat
2022-05-08Merge branch 'main' into chunk-decodingmat
2022-05-07Initialize worldborder packetmat
2022-05-03clippymat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01Reduce usage of AsyncReadmat
2022-04-26finish update recipes packet implementationmat
2022-04-26add derive mcbufreadable/writablemat
2022-04-26default implementation for read and write Vec<T>mat
2022-04-26work on adding more stuff for recipesmat
2022-04-24start adding update recipes packetmat