All versions
2.2.2+1.20.1-forge
Release
Via Romana [Forge - 1.20.1] 2.2.26 months ago 53.4K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
Via Romana 2.2.2 Changelog:
Features:
- Added
GPU path renderingto theTravel Map Screen.- This resolves the lag while previewing the map of massive path networks with many curves.
Changes:
- Removed
Surveyormod (Antique Atlas/Hoofprint) map integration for the time being to avoid a crash. I plan on adding a better approach in the future, but since I don't plan on keeping the current system I don't want to maintain it. - Running
/viaromana maps clear biomePixelswill reset the biome colour cache for easier editing ofBiome Color Pairsconfig option without/reloador re-logging.
Notes:
- Moonlight Lib versions
2.16.17,2.16.18,2.16.19and2.16.20break block tag generation forFabric 1.20.1, either backport to2.16.16or use2.16.21+when it's released as it will fix the issue.
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:FVToiKwr:hPBpjlxa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FVToiKwr:hPBpjlxa"
}



