A simple client-side Fabric mod that displays the slot ID in tooltips when hovering over inventory slots.
-
Minecraft 1.21.1 - 1.21.10
-
Fabric Loader 0.15.0 or higher
-
Java 21 or higher
-
Install Fabric Loader for your Minecraft version
-
Download the latest
slotid-tooltip-[version]-[minecraft_version].jarfrom the Releases page -
Place the mod in your
.minecraft/modsfolder -
Launch Minecraft
Simply hover over any inventory slot (empty or containing an item) to see its slot ID displayed in the tooltip.
This is particularly useful in servers with custom GUI textures where its difficult to indentify individual slots.
Also works in the Creative mode inventory menu.
- Java 21 or higher
- Gradle (included via wrapper)
-
Clone the repository
git clone https://github.com/aurickk/SlotID-Tooltip.git cd SlotID-Tooltip/ -
Build the mod
# Windows .\gradlew.bat build # Linux/Mac ./gradlew build
-
Find the built mod
- The mod JAR will be in
build/libs/slotid-tooltip-*.jar
- The mod JAR will be in
