Tags
Creators
Details
Licensed ARR
Published last year
Updated last year
All versions
1.1.0
Release
Oaks Minimap 1.1.0last year 1,081
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Changes
Changes
- Added Water to biome tinting list
- Decreased Biome Tinting Brightness from 0.5 to 0.25
- Decreased Minimap Refresh Rate from 250 to 100
- Reworded Minimap Refresh Rate to Refresh Rate
- Reworded Refresh Rate tool tip
- Reworded Minimap Scale to Scale
- Added a Biome Tinting Brightness config option
- Added a toggle to hide other players online to the config options
- Added the ability to change the location of which the textures is gotten from for both yourself, Online Players and Minimap background to the config options
- Added a cave mode which will activate when the player cannot see the sky directly above them (when the a block is placed 7 blocks above the players feet level) [On by Default tho can be disabled]
- Added Block Lighting Effects (Block Colors is effected source lights)
- Added Minimap Pack Texture
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:p3H1iaV9:x3FnQ6Fs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p3H1iaV9:x3FnQ6Fs"
}

