Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

38 lines (21 loc) · 1.93 KB

Contributing

LOTT has reached end of development, no new features will be accepted.

See below for what you can help to contribute however.

If you aren't sure, please contact a minetest-LOTR member before proceeding.

You can find us at IRC #lordofthetest @ libera or at Discord


Bugs & Maintenance

Any fixes regarding bugs or compatibility are still appreciated.

Please submit a pull request for this and it will be reviewed.


Guides

Guides exists as an in-game wiki, but providing cryptic or not too much information.

See lottblocks/guides/example.lua for formatting a guide text

See lottblocks/guides.lua for registering a new guide

See lottmapgen/chests for code of adding them into generated structures. Alternatively, you can provide a crafting recipe for them.

New guides should follow similar code and the code for them should be in the same places as existing guides.


Improvements

Improvements mean code optimization or fixing weird behaviour. No new major features.

If you are working on anything major, please contact a minetest-LOTR member about your plans before proceeding (see above for contact) to clarify and avoid wasted work.