1.1
Compatibility
Changes
v1.1:
It's been too long, sorry for the wait but here's a fix for some glaring issues!
-
Installing certain mods alongside Shipping Bin (such as Goblin Traders) no longer crashes the game
-
Shift-clicking items out of the Profits of the Shipping Bin when the player inventory is full no longer voids the items, and instead drops them on the ground.
See the mod description or the Additional Files on how to make datapacks to change the trades!
Please report any issues in the comments and we'll see if we can fix them.
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:z4LpKjxY:8uRbP1Qr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z4LpKjxY:8uRbP1Qr"
}

