1.1.0
Compatibility
Changes
Major Changes & Logic Updates: Smart Change Algorithm: Completely overhauled the change-giving logic. The banker now uses a "Slot-Optimal" algorithm that prioritizes saving your inventory space by minimizing the number of slots used, while still keeping the item count as low as possible. Bug Fixes: Resolved a critical issue where change was calculated incorrectly in certain transaction scenarios.
New Features: New Admin Command: Added /killtraders. This command allows server operators (OPs) to instantly remove all Tubrik Traders across all dimensions. This is particularly useful for clearing invulnerable NPCs.
Visuals & Polish: Tubrik Trader Texture Update: Updated the Tubrik Trader's appearance with a new high-quality 64x64 skin.
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:bKy6sw4M:ZbJ1k0qO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bKy6sw4M:ZbJ1k0qO"
}

