Update README file
This commit is contained in:
parent
58d124aeb3
commit
c3966a9ee0
11
README.md
11
README.md
|
@ -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.
|
Loading…
Reference in New Issue