1.21.x-04.26.01
Compatibility
Changes
Overview
This update improves the market browsing experience by moving the main market filters directly into the GUI.
Instead of relying on separate commands for basic filtering, players can now manage the most important market views directly inside the market interface.
What's New
- Added a built-in My Listings filter to the market GUI
- Added a built-in Seller Filter to the market GUI
- Added a built-in Item Search to the market GUI
- Active filters are now shown directly in the market interface
- Filters can be changed or cleared without leaving the market
- Existing command-based filtering remains available for compatibility
New UI Filter Controls
- Open the market with
/market - Use the controls in the bottom row of the GUI
- Enter the seller name or item name in chat when prompted
- Use
clearto remove the current filter orcancelto abort input
Commands Added to the Update
| Command | Description |
|---|---|
/market my |
Open only your own listings |
/market seller <player> |
Filter the market by seller |
/market search <item> |
Filter the market by item |
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:ps74UrHn:oF5wgw6J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ps74UrHn:oF5wgw6J"
}

