Links
Tags
Creators
Details
0.1-1.20.1
Compatibility
Changes
Perfect Stack Splitter allows players to perfectly split item stacks in any kind of inventory with ease. Inspired by the stack splitting system in Satisfactory, this mod enhances Minecraft's inventory management by providing a smooth and efficient way to handle item stacks.
Key Features:
- Universal Inventory Support: Whether you're using a player's inventory, a chest, furnace, or any container, you can split stacks in all types of inventories.
- One-Second Hold Activation: Simply hold the right mouse button for one second on any stack of items to trigger the stack splitting feature. (TBD : Configurable)
- Custom Stack Splitting GUI: Once activated, a custom graphical interface, similar to Satisfactory's stack splitter, opens, allowing you to select the exact number of items to split from the stack using a slider or input field

Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ZoS8iBbb:cO3ar6Ku"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZoS8iBbb:cO3ar6Ku"
}

