
Apeiron
Apeiron lets you place blocks in any of 16 million RGB colors, across 24 block types each with up to 29 texture variants. Use the full-featured color picker to dial in your exact shade. Over 2.8 billion block combinations. Your palette is now limitless.
1.1.0
Compatibility
Changes
Apeiron 1.1.0 This update is a major expansion, adding a large variety of new block types and textures, along with a reworked selection interface.
š§± New Blocks
Slope Pyramid Prism Carpet Pressure Plate Leaves Short Grass Tall Grass Vines Sign Hanging Sign Glass Quarter Block Trapdoor Door Bars Button
šØ New Textures
Wood Stripped Wood Stripped Log Dirt Dirt Path Grass Block Stone Wool 11 Chiseled Block textures 12 Door textures 5 Trapdoor textures
š Changed Textures
Bricks Cracked Bricks
š„ļø GUI
Block type and texture selection has been reworked from a cycling widget into a scrollable list UI, making it much easier to browse available options.
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:yGQ10bjj:oBd642vT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yGQ10bjj:oBd642vT"
}
