Add native NeoForge 26.2 support via FFAPI - #4811
Draft
Magi1053 wants to merge 1 commit into
Draft
Conversation
This was referenced Aug 14, 2026
Magi1053
marked this pull request as ready for review
August 14, 2026 15:42
Magi1053
force-pushed
the
feature/neoforge-26.2
branch
from
August 14, 2026 15:48
2ebc1ac to
1bf2f44
Compare
Magi1053
marked this pull request as draft
August 14, 2026 16:03
Magi1053
force-pushed
the
feature/neoforge-26.2
branch
from
August 14, 2026 16:16
1bf2f44 to
5286623
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a native NeoForge module (
Plan/neoforge) for Minecraft 26.2 that ships as its ownPlanNeoForge-*.jar, same idea as Fabric. It reuses Plan’s existing Fabric listeners/mixins via Forgified Fabric API, with a normal NeoForge entrypoint (@Mod,neoforge.mods.toml, FML paths).This is for NeoForge itself — not SpongeForge. SpongeForge only helps if you’re already on Sponge, and a lot of NeoForge mods don’t work there. C2ME is one example: if you need that (or similar) on NeoForge, Plan has to be a real NeoForge mod, not a Sponge plugin on SpongeForge. Native support also lets us publish on NeoForge Modrinth/Curse channels next to Fabric. (Tracking: #4810; separate from the old SpongeForge work in #4162.)
Caveats: FFAPI doesn’t have a 26.2 build yet, so this currently depends on
0.155.2+26.1.2+3.5.0until Sinytra ships one. There’s a small Fabric-side tweak so shared types takePlanPlugininstead of onlyPlanFabric.