0.2
Compatibility
Changes
Frequent Block Picker v0.2 — Release Notes
Requirements: Minecraft 1.21.11 / Fabric Loader 0.19.3+ / Java 21+ REI: Recommended (21.11.816+). Works without it.
Profiles
Block usage history can now be separated by profile. Each profile maintains its own independent frequency data, making it easy to keep different sets for different builds or locations. Profiles can be switched from the toolbar or settings screen.
Automatic switching based on world coordinates is also supported — when you move near a registered location, the corresponding profile is activated automatically.
Attribute-based Block Suggestions
Blocks that share material, shape, or color with the currently selected block are automatically ranked from the entire registry and shown in the Attributes section. For example, selecting oak_planks surfaces oak_stairs, oak_slab, oak_fence, and other related blocks.
Association Learning
The mod learns co-occurrence patterns from sequential block selections. If you frequently pick block B right after block A, block B will appear in the Suggested section next time you select A. Suggestions improve with use.
Panel Layouts
Three layout modes are now available:
- Single — One panel on one side, same as v0.1
- Two-column — A single panel with sections split into left and right columns
- Independent — Two separate panels placed on both sides of the screen
Each section (Recent / Attributes / Suggested / Frequent) can be individually assigned to Left, Right, or Hidden.
Dark Theme
Applies dark colors to the panel, toolbar, and labels. Also re-themes the vanilla creative inventory background, tabs, and text. Toggle between Light and Dark in settings.
Japanese UI
Panel section labels and settings screen text can now be displayed in Japanese. Switch between EN / JA in settings.
SQLite Backend
Data storage has been migrated from JSON to SQLite. Existing JSON data from v0.1 is automatically migrated on first launch — no manual steps required.
REI Now Optional
REI was a hard dependency in v0.1.0 but is now optional. The picker panel displays even without REI installed.
Other Changes
- Added structured debug logging (OFF / BASIC / VERBOSE)
- Added right-click to remove blocks from the panel
- Added slot replacement behavior settings
- Fixed tooltip rendering order so tooltips correctly appear above the panel
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:UtJX09sF:32PZHjad"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UtJX09sF:32PZHjad"
}

