Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neoforged/mdk

The Mod Developer Kit - this is where you start if you want to develop a new mod
https://github.com/neoforged/mdk

mdk minecraft neoforge

Last synced: about 1 month ago
JSON representation

The Mod Developer Kit - this is where you start if you want to develop a new mod

Awesome Lists containing this project

README

        

# For mod developers
If you're looking to start out with NeoForge, please check [the dedicated MDK organization](https://github.com/NeoForgeMDKs) for more information and the list of per-version MDKs.
This repository contains the source for the [MDK Mirrors](https://github.com/NeoForgeMDKs).

# Mirrors
Each branch with a `1.*` name will get a mirror repository created automatically under the [NeoForgeMDKs](https://github.com/NeoForgeMDKs) organization. That mirror will be kept in constant sync with its upstream branch automatically.
The format of the repository name is `MDK--`, where `plugin` is either [`NeoGradle`](https://github.com/NeoGradle) (default), or [`ModDevGradle`](https://github.com/neoforged/moddevgradle) (if the branch name has the `-mdg` suffix).

## Contributing
PRs to the mirror repositories will not be accepted. Contributions should target this repository.