3.3.0+mc26.1.2
Compatibility
Changes
v3.3.0 — Restock timing overhaul. Categories now use a unified clock with fixed durations per reason: OPEN 120s, AUTO 30s, MANUAL 60s, SOLD OUT 60s. This yields a 4.00:1 open-to-restock ratio, giving players 80% uptime to browse and buy. Previously, auto-restock and sold-out shared the same timer as manual restock, creating unpredictable pacing. This release is MINOR because the restock trigger logic was refactored from a boolean flag to a RestockReason enum — save files and packet formats remain unchanged, and 3.2.0 saves are compatible. The mod icon was also refreshed with a cleaner design, verified readable at 32px.
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:pJDkKSAw:E6cc8IbO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pJDkKSAw:E6cc8IbO"
}

