1.1.0
Compatibility
Changes
Tired of running out of inventory space? Sick of placing shulker boxes just to grab one item, or worried someone might snatch them? This mod solves it all! Adds a bundle content panel on the left side of your inventory screen — sort and organize massive amounts of items like creative mode tabs, gain tons of extra storage, and access everything as fast as a shulker box. Features 8 category filters, Chinese pinyin search, and one-click quick insert. Fully client-side, no cheating, works on servers!
你还在为背包空间不足而烦恼吗!??你还在因为潜影盒需要放出来才能拿东西,害怕被抢或觉得太麻烦吗!???这个mod完美解决了这个烦恼!在背包界面左侧添加收纳袋内容面板,可以像创造模式一样分类整理大量物品的同时,获得海量背包空间,像潜影盒一样快速存取物品。支持8种分类筛选、中文拼音搜索、快捷键快速放入,纯客户端无作弊,服务器可用!
AI assisted in development.
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:3TR1DyhT:QOIsiJXf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3TR1DyhT:QOIsiJXf"
}

