1.0.0
Compatibility
Changes
Barrel Extender
Barrel Extender is a tiny Fabric utility mod that doubles vanilla barrel storage from 27 slots to 54 slots.
It keeps the normal vanilla barrel block and opens barrels as a 6-row container, similar to a double chest.
Features
- Expands vanilla barrels from 3 rows to 6 rows
- Keeps existing barrel items safe in the original 27 slots
- No new blocks, recipes, commands, or custom UI
- Server-side friendly for multiplayer
- Works with existing vanilla barrels
Multiplayer
Install this mod on the server. Players do not need it client-side to use expanded barrels.
For singleplayer, install it in your client mods folder.
Important
Before uninstalling the mod, empty any items stored in the extra barrel slots. Vanilla Minecraft only supports 27 barrel slots.
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:Yg6VOmA2:RbeNUdjW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Yg6VOmA2:RbeNUdjW"
}

