https://github.com/mt-mods/mt-mods
mt-mods meta repository for management and issues
https://github.com/mt-mods/mt-mods
minetest minetest-mods
Last synced: 3 months ago
JSON representation
mt-mods meta repository for management and issues
- Host: GitHub
- URL: https://github.com/mt-mods/mt-mods
- Owner: mt-mods
- License: mit
- Created: 2021-11-27T09:44:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-03-03T02:09:29.000Z (3 months ago)
- Last Synced: 2026-03-03T06:30:19.623Z (3 months ago)
- Topics: minetest, minetest-mods
- Language: Python
- Homepage: https://discord.gg/8k3K5nyj7x
- Size: 1.1 MB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# mt-mods github organization
## About
This organization is a dedicated place for [minetest](https://www.minetest.net) mods and tools
Modders can place their projects under this umbrella to collaborate or hand off maintainership (see [Guidelines](#Guidelines))
**NOTE**: `mt-mods` isn't affiliated with the "official" [minetest-mods](https://github.com/minetest-mods) organization
## Community
Join the `mt-mods` community here:
* IRC: #mt-mods or #mt-mods-offtopic on [libera.chat](https://libera.chat)
* Discord: https://discord.gg/8k3K5nyj7x
* Matrix: https://matrix.to/#/#mt-mods:matrix.org
## Guidelines
Projects can be hosted here under the following conditions:
* It must have at least one maintainer or be adopted by a member of this organization
* PR's should be at least allowed for bugfixing
* Changes should always be made with backwards-compatibility in mind
* Choose an open license (https://opensource.org/licenses)
General notes:
* This isn't a mod-graveyard, be open about new features/refactorings and discussions
* Modding/Coding should be fun, be nice to each other and keep in mind that we are all doing this as a hobby
* PR's should be created for any changes and approved by one mt-mods member (not yourself)
* The following are exempted from the above and can be directly commited: simple bugfixes, trival changes, etc
* Squashing and merging PR's is prefered unless there is an explicit reason not to
## Links
* Official Minetest discord: https://discord.gg/minetest
* [Projects dashboard](./dashboard.md)
## Code snippets
* [Fast and zero-maintenance LuaCheck workflow](./snippets/luacheck.yml)