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,14 @@
The role of a BiomeProvider is to handle the generation of the dimensions biome map.
This particular type uses only a single biome, and is what is used for the Nether
and the End.
setBiome:
Arguments:
Non_Null_Biome_ID
Usage:
biome ID
Notes:
Sets the single biome to be used for this BiomeProvider as the provided biome ID.