Tags
Creators
Details
All versions
1.1.0-1.21.2
Release
v1.1.0-1.21.2last year 1,786
Compatibility
Minecraft: Java Edition
1.21.2–1.21.5
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Config Update
This update adds a Config with
- Select the Stack Size between 1 and 99
- I was going to implement higher stacks but that would require also being on Client Side which I don't want
- Ablitiy to Ignore the 'IsDamageable' check (Don't do this)
- This will break recipes related to Tools/etc as vanilla breaks anything that has Stackable & Damageable components
- Add Items to exclude from the Stack Increase
- Provide the Item ID (ex: minecraft:shulker_box | shulker_box | cottage-craft:purple_water_bucket)
- Any issues with locating the Item will be provided in the Log, check it before reporting issues.
- Note: If you wish to exclude Shulker Boxes, you will need to provide each colour variant as well
- Ablitiy to disable the Consumable FIx (1.21.2 - 1.21.4)
- There shouldn't be any major issues with this fix, but an option to use vanilla again is provided just in-case
1.21.2+
- Fixes #24 - Consumable Items won't stack their remaining Items until after reconnect
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:Pg1TxNQ1:bkvuZI3s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pg1TxNQ1:bkvuZI3s"
}


