neoforged.net Open in urlscan Pro
2606:4700:3034::ac43:a5bb  Public Scan

Submitted URL: https://neomc.dev/
Effective URL: https://neoforged.net/
Submission: On December 12 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

GET https://google.com/search

<form class="widget-search__form" role="search" method="get" action="https://google.com/search">
  <label>
    <input class="widget-search__field" type="search" placeholder="SEARCH…" value="" name="q" aria-label="SEARCH…">
  </label>
  <input class="widget-search__submit" type="submit" value="Search">
  <input type="hidden" name="sitesearch" value="https://neoforged.net/">
</form>

Text Content

Files, News and information from the NeoForged Project



NEOFORGE INSTALLER FILES

You can find a direct link to our latest installer files below.

NeoForge 1.20.1-47.1.81 for Minecraft 1.20.1
Latest NeoForge Installerforge-1.20.1-47.1.81-installer.jar Latest
Changelog1.20.1-47.1.81

Note: this file is still called forge because we’re trying to maintain
compatibility with launchers, assuming they don’t hardcode things too much.


THE NEW VERSION IS HERE

NeoForge 20.2.86 for Minecraft 1.20.2
Latest NeoForge Installerneoforge-20.2.86-installer.jar Latest Changelog20.2.86


USING NEOFORGE FOR MOD DEVELOPMENT


IF YOU DON’T HAVE A CURRENT MOD PROJECT

 1. Go to The MDK and click Use This Template to create a copy in your personal
    GitHub space.
 2. Clone this project locally, and get started! Our Documentation and the
    Modding Wiki are great places to learn more.


IF YOU HAVE AN EXISTING MOD PROJECT

You can use neoforge in your existing mod development as well. To do so:

 1. Update your repositories to use https://maven.neoforged.net/releases instead
    of https://maven.minecraftforge.net
 2. Update your ForgeGradle to use NeoGradle 6.0.13 or above:
    
    plugins {
        ...
        id 'net.neoforged.gradle' version '[6.0.13, 6.2)'
    }
    

 3. Update your minecraft dependency to use net.neoforged:forge and the version
    as shown above.


SOME THINGS TO NOTE

 1. At the present time, mods built by either system should be intercompatible
    between forks.
 2. Do note that recently, there were some changes in the recommended way to use
    ForgeGradle/NeoGradle. Note especially the way that settings.gradle has
    changed, as well as the removal of the buildscript section in build.gradle.
    Refer to The MDK for an example and more.


LATEST NEWS FROM THE NEOFORGED PROJECT


THE CAPABILITY REWORK

Technici4n
December 05, 2023
News
This post gives an overview of the changes made to the capability system of
NeoForge 20.3.


NEOFORGE 20.3 FOR MINECRAFT 1.20.3 AND 1.20.4

NeoForged Team
December 05, 2023
News
All you need to know about NeoForge 20.3, now released for Minecraft 1.20.3. Now
updated for Minecraft 1.20.4 as well.


THE BIG REGISTRY SYSTEM UPDATE IS HERE

NeoForged Team
November 19, 2023
News
Summary of the NeoForge 20.2.59-beta registry system changes.


EVENT SYSTEM CHANGES IN NEOFORGE 20.2

Technici4n
October 30, 2023
News
This post goes over the changes made to the “EventBus” subsystem of NeoForge
20.2. This does not cover specific events, but rather changes made to the event
machinery itself.


NEOFORGE 20.2 FOR MINECRAFT 1.20.2

NeoForged Team
October 30, 2023
News
All you need to know about NeoForge 20.2, now released for Minecraft 1.20.2.


WHAT IS HAPPENING?

cpw
July 13, 2023
News
As of July 12th 2023, the discord formerly known as “Forgecord” was rebranded to
a new project - NeoForged. Simultaneously, the Neoforged github organization
forked the original Minecraft Forge project. This post discusses in detail the
reasons behind that, from the point of view of cpw - one of the people who
triggered the takeover.

RECENT POSTS

 * The Capability rework
 * NeoForge 20.3 for Minecraft 1.20.3 and 1.20.4
 * The big Registry system update is here
 * Event system changes in NeoForge 20.2
 * NeoForge 20.2 for Minecraft 1.20.2

CATEGORIES

 * News

LINKS

GitHub
Discord
Open Collective
Current backend service status
© 2023 The NeoForged project. Generated with Hugo and Mainroad theme.
Customizations by @lukebemish and @gigaherz