Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 weeks ago
All versions
1.21.1-2.7.0-beta.3-neoforge
Beta
MapFrontiers-1.21.1-2.7.0-beta.3-neoforge2 years ago 618
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Required content
Unavailable version
Unavailable version
Changes
Beta 3:
- Fixed: incorrect mixin configuration causes the game to crash.
Beta 2:
- Added: menu for editing chunks by holding shift with buttons to remove connected chunks and to fill inner chunk region.
- Added: webmap visibility options.
- Fixed: incompatibility with Banner Text.
Beta 1:
- Added: frontier visibility override options, which allow you to have different options just for you from those set on the frontier.
- Added: visibility options for map types.
- Added: confirmation dialog when deleting.
- Added: option to change the number of vertices of a new frontier.
- Added: default value to settings tooltips.
- Added: automatic backups when something goes wrong when opening a file.
- Changed: text boxes now submit with enter.
- Changed: improved keyboard accessibility.
- Fixed: HUD not showing the frontier you are on when logging in.
- Fixed: snap option not having effect.
Requirements:
- NeoForge: 21.1.55
- JourneyMap: 1.21.1-6.0.0-beta.29
- Forge Config API Port: 21.1.2
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:hWlsli6y:sXF4n0RW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hWlsli6y:sXF4n0RW"
}

