- 🇫🇷 Français : README_FR.md
- 🇬🇧 English : this file
StackableTools is a powerful Minecraft Fabric mod rewritten in Kotlin that makes tools stackable, revolutionizing your inventory management without breaking the game's balance.
| Platform | Link |
|---|---|
| CurseForge | Download on CurseForge |
| Modrinth | Download on Modrinth |
| Version | Supported (Theoretical) | Supported (Fully Tested) |
|---|---|---|
| 1.20 – 1.20.6 | ✅ | ❌ |
| 1.21.0 – 1.21.3 | ✅ | ❌ |
| 1.21.4 | ✅ | ✅ |
| 1.21.5 – 1.21.11 | ✅ | ❌ |
| 26.1 – 26.1.2 | ✅ | ❌ |
- Stackable Tools: Swords, pickaxes, shovels, axes, and more are now stackable!
- Potions Support: Stack your potions (up to 16 by default).
- Durability Isolation: Only the item you are using takes damage. The rest of the stack stays pristine!
- Fully Configurable: Fine-tune stack sizes for each category (Tools, Potions, Enchants).
- Mending Compatible: Works perfectly with Mending and Unbreaking.
- Smart Insertion: Picked-up items will automatically merge into existing stacks.
Important
To build the mod yourself, you must configure your environment first.
- Edit versions.json to configure your local launcher path and instance directories.
- Run the build script for all versions:
Or for a single version, use Gradle directly:
./compile-all.sh
./gradlew build -PmcVersion=1.20.4 -Pminecraft_version=1.20.4 -Pyarn_mappings=1.20.4+build.3 -Pfabric_api_version=0.97.3+1.20.4
- Download the latest
.jarfrom the Releases page. - Install Fabric Loader and Fabric API.
- Place the
.jarin yourmods/folder. - Launch and enjoy a cleaner inventory!
Tip
We recommend using Freesm Launcher (a fork of Prism) for the best modding experience.
- Java 21+ (Targeting latest stable JVM)
- Gradle 8.11+
- Fabric Loader
Contributions are what make the open source community such an amazing place to learn, inspire, and create.
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature). - Commit your Changes (
git commit -m 'Add some AmazingFeature'). - Push to the Branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
CC0 1.0 Universal. See LICENSE for details.