All versions
1.3.0-fabric
Release
RoadArchitect v1.3.0+1.21.1 [Fabric]10 months ago 51
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
v1.3.0 — Smarter scans & deterministic decorations
Highlights
- 🧠 Smarter scanning: major performance boost for large-area scans and many structure types—smoother gameplay, cleaner road graphs, and more reliable structure detection.
- 🌲 Deterministic decorations: consistent, per-path placement of decorations (lamps, buoys, side pieces) across chunk loads—less pop-in and cleaner chunk borders. Also fixes common issues like floating fence posts or off-grid buoys.
- 💡 New Lamp decorations: fresh styles and better fence integration where appropriate.
- 🧭 Debug map: shows your position and direction (red dot + arrow).
- ⚙️ New settings (all loaders):
- Lamp interval
- Side decoration interval
- Buoy interval
- Mask erosion near land/water transitions
- Toggle for deterministic decorations
- 🛤️ Smoother road profiles: post-processing reduces spikes and clamps extreme slopes for cleaner elevation transitions.
- 🌐 Localization & UI: updated strings (EN/RU/ES/FR/DE/ZH) and a small progress-stage label fix (“initialisation”).
Compatibility: No breaking changes; existing worlds remain compatible.
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:dLRvLyY3:9LZfqgH3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dLRvLyY3:9LZfqgH3"
}


