2016-01-04 23:23:21 +00:00
|
|
|
---
|
|
|
|
title: Welcome
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
This project exists to **provide a semi-trusted source of Minetest Mods**.
|
|
|
|
Mods here should be stable (at least in the master branches).
|
|
|
|
All mods should work well together.
|
|
|
|
|
2016-01-05 19:49:56 -08:00
|
|
|
## How is a Mod added?
|
2016-01-04 23:23:21 +00:00
|
|
|
|
2016-01-05 19:49:56 -08:00
|
|
|
The original author of the Mod should be the one submitting it to the minetest-mods
|
2016-01-05 20:00:48 -08:00
|
|
|
project. Under circumstances (abandoned, author not responsive etc.) we will consider
|
|
|
|
forks. To submit your project to be added and become the maintainer of a project, submit
|
|
|
|
a new github issue here: [Open Request](https://github.com/minetest-mods/minetest-mods.github.io/issues/new)
|
|
|
|
|
|
|
|
In your request, please provide the following information
|
|
|
|
* your mod name
|
|
|
|
* author (github username)
|
|
|
|
* the license(s) of your mod
|
|
|
|
|
|
|
|
By submitting a project, you acknowledge that you agree to the rules in the [manifest](README.html)
|
2016-01-04 23:23:21 +00:00
|
|
|
|
|
|
|
## Can any Minetest mod be added?
|
|
|
|
|
2016-01-05 19:49:56 -08:00
|
|
|
* Mods should preferrably be licensed under an OSI approved license.
|
2016-01-04 23:23:21 +00:00
|
|
|
* Mods do not need to be minetest-licensing compatible (meaning, GPL3.0+ is fine)
|
2016-01-05 19:49:56 -08:00
|
|
|
* Non-OSI licenses may be acceptable.
|
2016-01-04 23:23:21 +00:00
|
|
|
* Public Domain is not defined well in many countries, so licenses such as WTFPL,
|
|
|
|
MIT or CC0 should be used.
|
|
|
|
|
2016-01-05 19:48:20 -08:00
|
|
|
## What's in it for users?
|
|
|
|
|
2016-01-05 19:49:56 -08:00
|
|
|
* A central place to find well-maintained mods.
|
|
|
|
* Clarity as to which fork is the recommended version of a mod.
|
|
|
|
* Well-defined mods with proper metadata that work without renaming and installation issues.
|
|
|
|
* The security of knowing many more developers are looking at mod code than just one person.
|
2016-01-05 19:48:20 -08:00
|
|
|
|
|
|
|
## What's in it for developers?
|
2016-01-05 19:49:56 -08:00
|
|
|
* Knowing that they can take a break from Minetest when they need or choose to, and that someone will be capable of taking care of their mods.
|
|
|
|
* A large group of experienced mod developers that are willing to help out improve their code.
|
|
|
|
* More users looking at their mods and better exposure.
|
2016-01-05 19:48:20 -08:00
|
|
|
|
2016-01-04 23:23:21 +00:00
|
|
|
## Got any more questions?
|
|
|
|
|
|
|
|
Read [our full manifest](README.html).
|