From 216e0f9dfb934fad90e102b42654c4810d489c61 Mon Sep 17 00:00:00 2001 From: Adam Macdonald <72780006+twokilohertz@users.noreply.github.com> Date: Fri, 24 Mar 2023 01:20:15 +0000 Subject: [PATCH] Add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eafa86c --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## HotbarReplace + +HotbarReplace is a Minecraft mod for the Fabric modding framework which replaces blocks in your hotbar with blocks of the same type from your inventory. + +### Known issues + +* The mod won't refill your hotbar slot with other stacks in other hotbar slots +* Make the mod more resilient to network delay and packet loss (don't hardcode a 50 ms delay) +* Don't hardcode an offset for the hotbar slot IDs