--- title: Credits layout: default redirect_from: - /credits.html - /contributors/ ---

Credits

Core Team

The core team consists of contributors with special privileges and responsibilities.

Core developers decide what can be added to Minetest by voting for and against pull requests. They also have commit access to the Minetest team's repositories on GitHub. Learn more.

Active Core Developers

    {% for x in site.data.credits.active_core_devs %}
  • {{ x }}
  • {% endfor %}

Active Core Team Members

    {% for x in site.data.credits.active_core_team %}
  • {{ x }}
  • {% endfor %}

Previous Core Developers

    {% for x in site.data.credits.previous_core_devs %}
  • {{ x }}
  • {% endfor %}

Contributors

Also see the complete lists of Minetest and Minetest Game contributors.

Active

    {% for x in site.data.credits.active_contributors %}
  • {{ x }}
  • {% endfor %}

Previous

    {% for x in site.data.credits.previous_contributors %}
  • {{ x }}
  • {% endfor %}

More information can be found at {% comment %} OpenHub seems to be flaky, so ignore it in HTMLProofer link checking. {% endcomment %} Open Hub.

Want to contribute?