Go to file
Kyler Olsen 7097952928 Added info about dependency 2024-04-24 09:08:42 -06:00
server Added surface and subsurface generation 2024-04-22 23:00:03 -06:00
.gitignore Worked on loading chunks 2024-04-17 02:05:49 -06:00
LICENSE Added license 2024-04-16 23:12:42 -06:00
readme.md Added info about dependency 2024-04-24 09:08:42 -06:00
requirements.txt added requirements.txt 2024-04-17 10:44:12 -06:00

readme.md

Favorite Place

Simple Minecraft Server that generates terrain based on simple mathematical equations.

Imagine your favorite place. For me, it is a meadow with grass and some wild flowers, and it is on a hill that can defined by a mathematical equation.

Running

Cloning

git clone https://purplecello.serveminecraft.net/git/KylerOlsen/favorite-place.git

Dependencies

  • Python 3
    • It is recommended to use the pypy distribution of python for increased speed and performance.
  • Python bitstring 3.1.9
    • Anything newer is incompatible with quarry.
  • Python quarry
  • Python requests (Optional)
    • Used to download the Minecraft 1.18.2 Java Server jar for the data generator.
  • Java 17+ (Optional)
    • Used to run the data generator from the Minecraft 1.18.2 Java Server jar.

Data Reports

The data reports are used by the server to encode game data correctly for the client to receive it.

The reports from the data generator must be in generate_data\generated\reports. If the optional dependencies are installed and the generate_data directory does not exists, the sever will download the jar and run the data generator.

Running

In the root directory of the repository run:

python server/main.py