Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days ago
JSON representation
The Mod Developer Kit - this is where you start if you want to develop a new mod
- Host: GitHub
- URL: https://github.com/neoforged/mdk
- Owner: neoforged
- Created: 2023-07-15T20:47:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T02:03:31.000Z (15 days ago)
- Last Synced: 2025-01-27T02:19:05.530Z (15 days ago)
- Topics: mdk, minecraft, neoforge
- Homepage: https://github.com/NeoForgeMDKs
- Size: 577 KB
- Stars: 203
- Watchers: 19
- Forks: 63
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
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/neoforged/NeoGradle) (default), or [`ModDevGradle`](https://github.com/neoforged/moddevgradle) (if the branch name has the `-mdg` or `-legacy` suffix).
`Forge-` will be inserted between `MDK-` and `` if the branch name has the `-legacy` suffix.## Contributing
PRs to the mirror repositories will not be accepted. Contributions should target this repository.