A map hologram rendering tool for the BuildTheEarth project.
Use this mod to easily map accurate road details and building tops.
Logo by vicrobex
- Global
- (And many others)
You can add other map services by adding/editing configuration files.
Visit the wiki page for more information.
- Download the latest version of the mod
- Put the mod in the
modsfolder- Open Minecraft Launcher and go to the
Installationstab - Find the installation profile, hover your mouse on it, and click the folder icon
- The
modsfolder is there
- Open Minecraft Launcher and go to the
- Run Minecraft
| Key | Description |
|---|---|
`(Backtick) |
Opens render settings UI |
R |
Toggles map rendering |
Y |
Moves map up along the Y-axis by 0.5 blocks |
I |
Moves map down along the Y-axis by 0.5 blocks |
Visit this wiki page for more information on how to add Google Earth as a map source.
# You must run this before building other subprojects
./gradlew gitSubmoduleUpdate
./gradlew buildNonModProjects
# Building for all available MC versions:
./gradlew cleanModProjects
./gradlew copyBuildResultToRoot
# Building for specific MC versions:
# Cleaning is to refresh the core subproject dependency.
./gradlew :fabric1.18.2:clean
./gradlew :fabric1.18.2:buildAfter building for MC versions you can find the jar files in build/libs directory.

