Port to NeoForge 1.21.1#370
Open
unh0lyalexzero wants to merge 10 commits into
Open
Conversation
- Migrate build system from ForgeGradle to NeoGradle with NeoForge 21.1.228 - Update all registry calls to NeoForge DeferredRegister API - Replace Forge-specific codec/network classes with NeoForge equivalents - Fix RecipeRegistry: assign RecipeHolder ID via peek() before sorting (NPE fix) - Fix ProbabilityGroup: filter empty ItemStacks before network serialization (EncoderException on client join with minecraft:air dissolver outputs) - Migrate 5749 recipe files to 1.21.1 data format (singular recipe/ path) - Update AbstractProcessingRecipe: add setId() to support RecipeHolder pattern - Remove deprecated IForgeRegistry usages, migrate to vanilla registries - Fix all recipe serializers to use new Codec/StreamCodec pattern - Resolve packet handler migration to NeoForge SimpleChannel equivalent - Port JEI integration to JEI 19.x API for 1.21.1 - Update item/block renderer hooks to new Minecraft 1.21 client API
This was referenced May 12, 2026
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.
Port to NeoForge 1.21.1
This pull request ports Alchemistry to NeoForge 21.1.228 for Minecraft 1.21.1, updating the codebase from its last Forge 1.20.1 release.
Key Changes
Build system
Registry & API migration
Recipe system (critical fixes)
JEI integration
General
Testing
Port authored by Alex Zero (unh0lyalexzero)