Links
Tags
Creators
Details
3.0.0-beta.2
Compatibility
Changes
FutureShops 3.0.0 beta 2
This beta packages the validated Minecraft 1.20.1 Forge build.
Fixed
- repaired exact item delivery evidence for deeply nested and foreign item NBT.
- bounded strict inventory stack handling so oversized item data fails safely without corrupting player data.
- preserved unrelated inventory changes during recovery while still rejecting changed delivery slots.
- kept ATM, escrow, claims, and maintenance recovery diagnostics actionable and bounded.
- hid disabled Bazaar and Auction House navigation tabs before capabilities are available.
- retained catalog validation, quarantine, and recovery safeguards for missing items.
Compatibility
- Minecraft 1.20.1.
- Forge 47.4.20.
- Java 17.
- Client and server must use the same FutureShops build.
Back up the complete world and configuration before upgrading. Do not delete escrow journals, checkpoints, custody, or claims during recovery.
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:ACiEe8jY:zMzrJ3Ky"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ACiEe8jY:zMzrJ3Ky"
}

