All versions
0.0.3
Alpha
TerraNexus Additionslast month 8
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client and server
Changes
🛣️ Road Height System
- Added 15 fixed road height variants ranging from 1/16 to 15/16.
- The existing
asphalt_layerblock is now reused as the fixed 1/16 height. - The existing Asphalt Slab is integrated as the 8/16 (½ block) height.
- No duplicate blocks were created for the existing 1/16 and 8/16 variants.
- Added 13 new block variants for the missing intermediate heights.
- Roads no longer require stacking multiple layers to achieve different elevations.
- Added precise collision and selection boxes for every height variant.
- All height variants share the same asphalt texture and centralized material properties.
- Reused existing height models wherever possible.
- Removed redundant 8/16 and 16/16 models.
- Creative inventory now lists road height blocks in ascending order.
- Added blockstates, item definitions, loot tables, stonecutter recipes, tags, and translations for all variants.
- Introduced an extensible registration system using
FixedRoadHeightBlockandASPHALT_HEIGHTS.
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:BwVex3Tv:xE0Zg8CV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BwVex3Tv:xE0Zg8CV"
}

