1.0.3
Compatibility
Changes
🔧 Bricktopia v1.0.3 – Recipe Expansion Update
This update introduces crafting recipes for the following building variants:
- Brick Slabs
- Brick Stairs
- Brick Walls
All 7 single-color bricks, the two-tone Glacial in Red, and the three-tone Mix now include full building block recipes. These match the style of vanilla recipes while preserving the creative uniqueness of Bricktopia’s colorful bricks!
Ready to expand your architectural palette? 🧱
🔧 Bricktopia v1.0.3 – レシピ拡張アップデート
今回のアップデートでは、以下の建材バリエーションに対してクラフトレシピを追加しました:
- レンガのハーフブロック(Slab)
- レンガの階段(Stairs)
- レンガの塀(Wall)
単色7種に加え、二色、三色も、それぞれの組み合わせに基づいた独自レシピを持ちます。
バニラの建築スタイルに馴染みながらも、Bricktopiaらしい彩りをお楽しみいただけます!
あなただけの建築作品を広げてくださいね 🧱
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:hyA2PP78:exVq78BQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hyA2PP78:exVq78BQ"
}

