All versions
2.0.30
Release
Master's Simple Storage Terminal 2.0.303 weeks ago 26
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changelog
2.0.30
Added
- Added a compact six-row storage view with a draggable scrollbar and mouse-wheel support for larger modded chests.
- Search results now include items from every connected storage instead of only the currently selected chest.
- Category filters for blocks, food, and equipment now scan the complete connected storage network.
- Added indexed search support for item names, registry IDs, mod IDs (
@modid), item tags (#namespace:tag), and combined search terms. - Added English and German item-name matching, including names supplied by other mods.
Improved
- Each normal terminal page now represents one real connected storage, while global search and category results use a scrollable combined view.
- Search results keep their original stack sizes and exact source slots instead of creating aggregated virtual stacks.
- Search indexes are reused while typing and rebuilt only when connected storage contents change.
- Item insertion, extraction, page switching, scrolling, and filtered views are synchronized with the server.
- The storage slot grid and scrollbar are aligned evenly inside the blue interface frame.
- The terminal remains compact while supporting containers with up to 108 slots.
Fixed
- Fixed items disappearing, reappearing, or moving to another displayed slot while paging or scrolling.
- Fixed filtered items being taken from the wrong physical chest slot.
- Fixed category filters ignoring items stored in other connected chests.
- Fixed incomplete
@searches rebuilding the complete result list. - Fixed keyboard shortcuts from JEI and other mods triggering while typing in the terminal search field.
- Fixed
AltGr + Qand keys such asRplacing an item stack on the mouse cursor during text entry.
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:4siuP1Ll:CaLHhl05"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4siuP1Ll:CaLHhl05"
}

