Difference between revisions of "Terrain generation"

From AAGRINDER wiki
Jump to navigationJump to search
imported>Maze
(Created page with "This page explains all the aspects of the [https://gitlab.com/MRAAGH/aagrinder-terrain AAGRINDER terrain generator] which don't require technical knowledge to be understood. F...")
 
imported>Maze
Line 2: Line 2:
  
 
== World seed ==
 
== World seed ==
A world seed is a number which determines the generated world. Whenever random numbers are generated, they are based on the world seed. Because of this, generating two worlds with the same seed will result in two identical worlds. The world seed should be specified in the [[server settings]]. Alternatively, if using the CLI terrain generator directly, the world seed is specified as the last argument.
+
A world seed is a number which determines the generated world. Whenever random numbers are generated, they are based on the world seed. Because of this, generating two worlds with the same seed will result in two identical worlds. The world seed should be specified in the [[server settings]]. Alternatively, if using the CLI terrain generator directly, the world seed is specified as the last argument. See our [[Gallery#Seeds|list of world seeds]].
  
 
== Biomes ==
 
== Biomes ==

Revision as of 09:33, 13 October 2019

This page explains all the aspects of the AAGRINDER terrain generator which don't require technical knowledge to be understood. For a more in-depth explanation, see AAGRINDER terrain generation (deep).

World seed

A world seed is a number which determines the generated world. Whenever random numbers are generated, they are based on the world seed. Because of this, generating two worlds with the same seed will result in two identical worlds. The world seed should be specified in the server settings. Alternatively, if using the CLI terrain generator directly, the world seed is specified as the last argument. See our list of world seeds.

Biomes

Diamonds

Trees

Spawn area