Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
Adds 7 types of perler bead colored blocks to Minecraft.
✨ Features
🎨 Rich Color Palette
Comes with 7 built-in brands and thousands of preset colors ready for placement.
📦 Independent Brand Tabs
Every brand has its own dedicated creative tab for quick browsing and organization.
🖱️ Color Tooltip Preview
Shows exact RGB & HEX values when hovering, perfect for precise color design.
🔄 Dual Loader Support
Powered by MultiLoader, compatible with Fabric and NeoForge while sharing ~95% code.
⚡ No Dependencies
Fully data-driven via JSON; all colors auto-register on startup with no required dependencies.
🌐 Multilingual Ready
Built-in English and Simplified Chinese localization with clean, readable block names.
🧩 Easily Extensible
Developers can add custom brands effortlessly by adding simple JSON files and mapping entries。
我的世界拼豆模组,为我的世界里面增添了7种拼豆颜色方块
✨ 主要特性
🎨 海量彩色方块:内置 7 个品牌、上千种预置颜色,可直接使用。
📦 品牌独立标签页:每个品牌拥有专属的创造模式标签,方便查找与管理。
🖱️ 悬停显示颜色信息:鼠标悬停时显示 RGB 和 HEX 值,方便精准配色。
🔄 双平台兼容:借助 MultiLoader 架构,同时提供 Fabric 和 NeoForge 版本,共享约 95% 的代码。
⚡ 纯数据驱动:无需前置模组,所有颜色由 JSON 文件定义,启动时自动注册。
🌐 多语言支持:附带英文和简体中文语言文件,方块名称清晰明了。
🧩 可扩展:开发者可轻松添加新品牌,仅需提供 JSON 文件与映射条目。
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:dTH5t2cS:t9Ydlfqa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dTH5t2cS:t9Ydlfqa"
}

