5.0.3-1.21.1
Compatibility
Changes
Beta 5 March 2026 ChangeLog
Chiral blocks now encode handedness via blockstate; editor mirroring is supported. Fixed some minor coding inconsistencies in blockstates. Updated several windows to be inclusive of both stone and glass colour options. Reverted base texture override to prevent unwanted behaviours in Mythrais blocks. (Affects 32x RP use only) Converted Arched Stone Wall, Three Arches Double Sided/Blind, Decorative Arches Wall, Loop Wall into stairlike blocks (IE they auto add corners) Removed corresponding individual corner blocks as they are no longer required for Loop Wall and Three Arches Double. Re-balanced resources for survival crafting.
ADDED
Oculus Window Dark Oak Oculus Window Stone Decorative Surround Left/Right Dark Oak Rounded Frame Dark Oak Curved Pediment Stone Triangular Pediment Stone Pediment Corbel Stone Tudor Arch Doorway Dark Oak Half Round Arch Dark Oak Gothic Railings Dark Oak Offset Large Gothic Arch Stone Offset Small Gothic Arch Stone Dark Gothic Tracery Pillar Stone Dark Gothic Tracery Pillar Half Stone Cloverleaf Capital/Base/Column Half Stone Additional colours for small & medium detail crenelations Refined Andesite Diagonal Quarter Pillars Stone/Dark Oak Dark Gothic Tracery Detail Stone
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:dz8ogIVL:nlOkdS3P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dz8ogIVL:nlOkdS3P"
}

