From 7c3a5768cda78cb9590aac1e1469d36333cd95ac Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 11 Dec 2025 20:52:49 -1100 Subject: polish readmes --- azalea-buf/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-buf') diff --git a/azalea-buf/README.md b/azalea-buf/README.md index 378f3e05..371f0772 100644 --- a/azalea-buf/README.md +++ b/azalea-buf/README.md @@ -1,5 +1,5 @@ -# Azalea Buf +# `azalea-buf` -An implementation of Minecraft's FriendlyByteBuf. This is used frequently in the game for serialization and deserialization of data. +An implementation of Minecraft's `FriendlyByteBuf`. This is used frequently in the game for serialization and deserialization of data. Note that there are some minor implementation differences such as using unsigned integers in places where Minecraft uses signed integers. This doesn't cause issues normally, but does technically make usage of azalea-buf detectable if a server really wants to since it won't error in places where vanilla Minecraft would. -- cgit v1.2.3