minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

View File

@ -0,0 +1,29 @@
This GenLayer is used to create a repeating set of ids on the Z axis based upon an
array. This is mainly used to create a semi-realistic wrapping heat map.
Constructor:
Arguments:
long
Argument Usage:
seed
Notes:
Constructors the layer, setting the seed to be used.
Constructor:
Arguments:
long, Non_Null_Biome_ID_Array
Argument Usage:
seed, heat array
Notes:
Constructors the layer, setting the seed and heat array to be used.
setHeatArray:
Arguments:
Non_Null_Biome_ID_Array
Usage:
heat array
Notes:
Sets the heat array the layer will use.