Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/