Update README file

This commit is contained in:
PrairieWind 2022-10-26 14:22:37 -06:00
parent 58d124aeb3
commit c3966a9ee0
1 changed files with 10 additions and 1 deletions

View File

@ -9,4 +9,13 @@ Structure List
* Brick Pyramid
* Graveyard
* Loggers Camp
* Sandstone Obelisks
* Sandstone Obelisks
Disabling Specific Structures
-----------------------------
In the minetest.conf file, create a new line (if it doesn't already exist) called `mcl_disabled_structures` and list the structures you wish to disable with each structure seperated by a comma.
Example: `mcl_disabled_structures = desert_oasis, brick_pyramid`
Contributing
------------
If you wish to contribute a structure, create a schematic of the structure and upload it in an issue. If you are knowledgeable about the mineclone2 structure api, git, and coding, create a pull request with the code and schematics.