Links
Tags
Creators
Details
Licensed ARR
Published 3 weeks ago
Updated 3 weeks ago
All versions
2.0.0-beta.1
Beta
Velorise Simple Map 2.0.0-beta.13 weeks ago 394
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
2.0.0 Beta 1
Major update featuring a redesigned mapping system with cave mapping, dimension support and a new waypoint manager.
Added
- Layered Cave Map
- Full Cave Map
- Automatic Surface / Cave Mode
- Dimension Viewer
- Waypoint Manager
- Cross-Dimension Teleport
- Automatic Day / Night Mode
- Custom Map Colors
- Loading Indicators
- Support for modded dimensions
Improved
- Rendering performance
- Map caching
- Background scanning
- Terrain and biome colors
- Vanilla and modded block colors
- Minimap customization
- Fullscreen map controls
- Multiplayer compatibility
- GUI layout and scaling
Fixed
- GUI scaling issues
- Dimension switching
- Refresh button texture
- Waypoint UI
- Rendering and cache issues
- Various bug fixes
Beta Notice
- Cave mapping is still experimental.
- Feedback and bug reports are welcome.
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:tHNHK5zH:urobR9RX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tHNHK5zH:urobR9RX"
}

