Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Update docs/intro/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
holocron.so committed Jan 14, 2024
1 parent 37f3994 commit 780ab73
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
sidebar_position: 0
title: Introduction
---

# How Build The Earth Works

## Our goal
Expand All @@ -16,20 +17,20 @@ There is no estimate made of when it will be done, but it will probably be in a

First off, the project uses two essential mods:

* TerraPlusPlus: uses public datasets to create a 1:1 scale of the planet in Minecraft
* CubicChunks: modifies the way chunks work which makes us able to build to an infinite height
- TerraPlusPlus: uses public datasets to create a 1:1 scale of the planet in Minecraft
- CubicChunks: modifies the way chunks work which makes us able to build to an infinite height

Additionally, we also created a map to limit distortion called the Dymaxion Map Projection: (each color band adds 0.1 meters of distortion)

![Projection](projection.png)

With this, we use a variety of online tools such as:

* Google Maps: used to find the coordinate position of everything on Earth.
* Google Streetview: used to view 360° images of the Earth.
* Google Earth: used to find the height/altitude of things like buildings or mountains.
- Google Maps: used to find the coordinate position of everything on Earth.
- Google Streetview: used to view 360° images of the Earth.
- Google Earth: used to find the height/altitude of things like buildings or mountains.

We also use Youtube videos or pictures found online, in addition to many country or region-specific map services.
We also use YouTube videos or pictures found online, in addition to many country or region-specific map services.

## Build Teams

Expand All @@ -39,8 +40,8 @@ Teams offer a fun and supportive environment with people from your own country o

There are two different types of Build Teams:

* Regional Build Teams: aims to build the entirety of one or more countries.
* Non-regional Build Teams: builds in places all over the world
- Regional Build Teams: aims to build the entirety of one or more countries.
- Non-regional Build Teams: builds in places all over the world

## Discord

Expand Down

0 comments on commit 780ab73

Please sign in to comment.