Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoforged/neoforge
Neo Modding API for Minecraft, based on Forge
https://github.com/neoforged/neoforge
hacktoberfest minecraft modding-api neoforge renovated
Last synced: 6 days ago
JSON representation
Neo Modding API for Minecraft, based on Forge
- Host: GitHub
- URL: https://github.com/neoforged/neoforge
- Owner: neoforged
- License: other
- Created: 2023-07-08T16:30:30.000Z (over 1 year ago)
- Default Branch: 1.21.x
- Last Pushed: 2025-01-18T08:00:06.000Z (13 days ago)
- Last Synced: 2025-01-18T08:00:44.924Z (13 days ago)
- Topics: hacktoberfest, minecraft, modding-api, neoforge, renovated
- Language: Java
- Homepage: https://neoforged.net
- Size: 119 MB
- Stars: 1,317
- Watchers: 50
- Forks: 189
- Open Issues: 164
-
Metadata Files:
- Readme: docs/README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.txt
- Support: docs/SUPPORT.md
Awesome Lists containing this project
README
![NeoForged Logo](./assets/neoforged_logo.png)
NeoForge
=============
[![Discord](https://img.shields.io/discord/313125603924639766.svg?color=%237289da&label=Discord&logo=discord&logoColor=%237289da)][Discord]NeoForge is a free, open-source, community-oriented modding API for Minecraft.
| Version | Support |
|---------|---------|
| 1.21.x | Active |* [Download]
* [Discord]
* [Documentation]## Installing NeoForge
Go to the [Download] page, select the Minecraft version and installer, and run it.
The installer will attempt to install NeoForge into your vanilla launcher environment,
where you can then create a new profile using that version and play the game!
For support and questions, visit [the NeoForged Discord server][Discord].## Creating Mods
[See the "Getting Started" section in the NeoForged Documentation][Getting-Started].
## Contribute to NeoForge
If you wish to actually inspect NeoForge, submit PRs or otherwise work
with NeoForge itself, you're in the right place!Check the [contribution workflow][Contributing] for details.
### Translations
Translations are done on [Crowdin][Crowdin].
### Pull requests
Please read the contributing guidelines found [here][Contributing] before making a pull request.
### Contributor License Agreement
We require all contributors to acknowledge the [NeoForged Contributor License Agreement][CLA].
Please ensure you have a valid email address associated with your GitHub account to do this. If you have previously
signed it, you should be OK.[CLA]: https://cla-assistant.io/neoforged/NeoForge
[Crowdin]: https://crowdin.neoforged.net/neoforge
[Contributing]: ../docs/CONTRIBUTING.md
[Discord]: https://discord.neoforged.net/
[Documentation]: https://docs.neoforged.net/
[Download]: https://neoforged.net/
[Getting-Started]: https://docs.neoforged.net/docs/gettingstarted/