Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 3 weeks ago
All versions
0.9.0
Beta
v0.9.07 months ago 428
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Unavailable version
Changes
Breaking Change
- The config format has been changed to be similar to surveyor's config.
-
- New location:
config/mtrsurveyor.toml
- New location:
-
- Config will not be migrated, players may need to reconfigure the mod. (Rest assured, this will likely be a one-off migration!)
- Now configurable with McQoy for those who prefer a Config GUI.
Addition / Changes
- Add support for stylized marker symbols in Antique Atlas 4 (AA4) when installed in client.
- Landmarks will now automatically sync whenever a config has been changed.
- Landmark ID has been slightly altered in order to provide distinct symbols in AA4, this should be transparent to most players as landmarks are automatically re-synced on launch.
- Config:
-
- The
autoSyncoption has been removed in favor of anenabled/disabledsystem, ensuring the landmarks should always be in-sync.
- The
-
-
- This replaces
/mtrsurveyor clearLandmarks. Running/mtrsurveyor config enabled falsewill turn off auto-sync and clear landmarks at the same time. (Useful for mod uninstallation!)
- This replaces
-
-
- The
showStationWithNoRouteoption has been renamed toshowEmptyStation. They serve the same function otherwise.
- The
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:teVLe5GO:v5shcT5b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:teVLe5GO:v5shcT5b"
}

