Tags
Creators
Details
All versions
2.2.1+1.20.1-forge
Release
Via Romana [Forge - 1.20.1] 2.2.19 months ago 2,856
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Via Romana 2.2.1 Changelog:
Features:
- Added
Disable GUIconfig option which replaces GUI elements with mouse button actions.- Disables the whimsy (Sign Link and Charting Map GUI).
- While holding the
Charting Map,right-clickto start and stop charting,sneak right-clickto cancel charting (while charting) and remove nodes (while not charting).
- Added
Direct Warpconfig option.- When enabled, the player will directly teleport to another linked destination if the network only contains two total destinations, if more than 2 destinations exist the Travel Map is displayed.
Fixes:
- Resolved
FOV Effectslider not being taken into account forPath Movement Speedup.
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:t1PeFVM5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FVToiKwr:t1PeFVM5"
}



