Tags
Creators
Details
2.0602-neoforge-1.21.1
Compatibility
Changes
š° Release v.2.0602:
- Added configurable storage capacity system (server-side config).
- Added Capacity Upgrade items: Iron (512), Gold (1024), Diamond (2048), Netherite (4096).
- Upgrades now apply a fixed capacity to storage blocks.
- Added downgrade support: applying a lower-tier upgrade drops the previous upgrade item.
- Prevented downsizing if stored item count exceeds the target capacity (shows a warning message).
- Storage interaction improved:
- Insert items by right-clicking with the correct item.
- Extract items with empty hand: 1 item per click, Shift + click for a full stack.
- If player inventory is full, extracted items are dropped into the world.
- Breaking behavior updated:
- Stored contents always drop when the block is removed.
- Current capacity upgrade item drops when the block is broken (if installed).
- Data handling reworked:
- Item count, stored item type, and max capacity are now saved in BlockEntity NBT (no blockstate spam).
- Improved sync to clients via block updates.
- General cleanup & stability improvements.
ā¤ļø Support my work and get early and exclusive content: https://www.patreon.com/yablon_mc ā Track your mod's progress with the official checklist: https://checkraft.com/checklists
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:g0YZhKZF:avyGjI6q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g0YZhKZF:avyGjI6q"
}

