Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
26.1.5+neoforge-26.1.2
Release
26.1.5+neoforge-26.1.2last month 23
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
New Features
- Added Void Slot upgrade for Chests, Barrels and Backpacks
- Allows the destruction of items within the menu screen
- Crafted using Iron Nuggets, Iron Ingots and Ender Pearl
- Added Item Drum Upgrade
- Item drums are now defaulted to a max size of 64 stacks (4096 items)
- Applying the Item Drum Upgrade increases the stack limit by 8, up to a maximum of 256
- Configurable using the config file (itemDrumDefaultSize, itemDrumMaximumSize, itemDrumUpgradeAmount)
- Change Item Drum interaction to be more consistent
- Punching now only removes 1 item, shifting and punching removes a whole stack
- Added new statistics and advancements for different block types and all upgrades
Bug Fixes
- Fixed backpack not opening when holding another backpack in offhand
- Fixed issue with shift clicking items in Chests and Barrels
- Fixed Iron Chests being ignited from lava
- Fixed block / item names not updating until after a client reload when dyeing
- Fixed items leaving Item Drum when mining it
- Fixed missing localization for configuration items
- Rewritten upgrade system which will make additions easier!
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:CNYyGWn5:NdgSIYQv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CNYyGWn5:NdgSIYQv"
}

