Links
Tags
Creators
Details
All versions
2.0.20
Release
2.0.202 months ago 331
Uploaded by
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- Now requires
rusted_iron_coreas a dependency - Removed mixin
- Improved the marker creation/editing GUI
- All values are displayed on the same screen
- Markers can be teleported to or deleted
- Marker color can be set directly
- Improved entity rendering
- Can be toggled and mode-switched in options
- Added dot mode — passive mobs appear as blue dots, hostile mobs as yellow dots; hold Alt to display names
- Improved underground mode rendering range
- Added
Locate,Save,Refresh, andUnderground Modebuttons to the top-right corner of the world map - The banner at the bottom of the world map can now display the name of the selected marker
- 现在需要
rusted_iron_core作为前置 - 移除mixin
- 优化创建/编辑标记界面
- 所有值显示在同一个界面中
- 可传送或删除标记
- 可直接设置标记的颜色
- 优化生物显示
- 可在选项中开关、切换模式
- 加入点状模式,友好生物为蓝色点,地对生物为黄色点,按住alt可显示名称
- 优化地下模式渲染范围
- 大地图右上角加入了
定位、保存、刷新、地下模式按钮 - 大地图下方横幅可显示选中标记名称
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| MapWriter-Mini-Map-MITE-2.0.20-sources.jar | Sources jar | 111.3 KiB |
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:dWasj3U5:CS7dgxpV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dWasj3U5:CS7dgxpV"
}

