1.1.0
Compatibility
Changes
Arcadia Better Creative 1.1.0
Everything the mod does is now explained inside the game.
New
- Help screen — A
?button in the settings screen opens a scrollable page explaining every control: order, pin, hide, hide all but pinned, search scope, presets and reset. It also states plainly what the mod cannot do — settings are client-side, the search / inventory / hotbar / operator blocks tabs cannot be moved or hidden, and tabs stay laid out ten per page. - ⚙ button tooltip — Hovering the gear button in the creative tab strip now says what the screen behind it does, and that changes apply as soon as it is closed.
Fixed / polish
- Help text is wrapped against the current screen width, so it scrolls instead of overflowing at large GUI scales.
No change to sorting, pinning, hiding, presets or the search scope. Existing configurations and presets are read unchanged — upgrading from 1.0.0 keeps your layout.
Requirements
Minecraft 1.21.1 · NeoForge 21.1.241+ · Java 21 · client-side only.
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:R4nyiIpA:5I6rdn5S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R4nyiIpA:5I6rdn5S"
}

