Skip to content

BuildTheEarth/BTETerraRenderer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

479 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

BTETerraRenderer

workflow Discord Chat

A map hologram rendering tool for the BuildTheEarth project.
Use this mod to easily map accurate road details and building tops.

Logo by vicrobex

Supported maps

You can add other map services by adding/editing configuration files.
Visit the wiki page for more information.

How to use

  1. Download the latest version of the mod
  2. Put the mod in the mods folder
    1. Open Minecraft Launcher and go to the Installations tab
    2. Find the installation profile, hover your mouse on it, and click the folder icon
    3. The mods folder is there
  3. Run Minecraft

Controls

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

Screenshots

Reference screenshot

Reference screenshot

Visit this wiki page for more information on how to add Google Earth as a map source.

Development

How to build

# Cloning the repository and its submodules:
git clone https://github.com/BuildTheEarth/BTETerraRenderer --recursive

# 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.21.11:clean
./gradlew :fabric1.21.11:build

After building for MC versions you can find the jar files in build/libs directory.

Nightly builds

The latest nightly builds can be found here. You can also download them from there.

Additional Info:

This is an updated version of the original mod, BTETerraRenderer, created by tf2mandeokyi (https://github.com/tf2mandeokyi/BTETerraRenderer). We tried reaching out to the creator multiple times on different platforms, but received no response. The focus is on fixing bugs, supporting new versions, and performing other maintenance work. Many thanks to @Amrsatrio for his significant contributions to the new version.

About

Renders various external maps for BuildTheEarth project. It is an up-to-date fork of the origin.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%