Tags
Creators
Details
0.6.0-beta+mc1.21.6
Compatibility
Required content
Changes
This is by far the biggest update yet (in terms of the work put into it and the code changes). Because of this, I will only be giving a high-level summary of the changes to the mod.
Major Changes
- Rewrote almost the entire mod. This greatly improved the code clarity and quality, which will make future updates easier to implement, the code easier to maintain, and future bugs less likely.
- Reduced the lag caused by Bazaar Utils when in any NPC inventory by ~500%
- Product ID conversions are now fetched automatically from the GitHub. This means that you no longer have to update the mod when a new item is added to the Bazaar.
- Bazaar prices are now fetched as soon as they are updated and only then. This greatly improves network usage and makes the prices update quicker.
- Fixed many bugs
PS: Bookmarks will be cleared upon update and must be re-added.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| bazaarutils-v0.6.0-beta+mc1.21.6-sources.jar | Unknown | 1.29 MiB |
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:c4u7nzUZ:qxqfV1ja"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c4u7nzUZ:qxqfV1ja"
}




