File Details
neoforge-5.1.0+1.20.4
- R
- Apr 17, 2024
- 153.28 KB
- 36
- 1.20.4
- NeoForge
File Name
Patched-neoforge-5.1.0+1.20.4.jar
Supported Versions
- 1.20.4
Curse Maven Snippet
Features
- Added the
includeoperation, which allows effectively including the contents of a patch inside another patch. This is intended to reduce patch duplication. - Added "patch targets" (also called "dynamic" patches), which allow applying a single patch to any number of files.
- Added two new
testtypes:patched:registered, which allows testing for the existence of something in a registrypatched:item_registered, which is a simplified version of the above
See also the updated documentation for details on all of these.
Changes
- The Patched metadata in
pack.mcmetafiles has been modified to reflect Mojang's changes to pack metadata sections over the past several updates. In short:patched:has_patchesis no more, and instead there's apatchedsection. Patched will still load old-style packs, for now. - Fabric: fixed mixins that broke with semi-recent (mid-January) changes to Fabric API.
- NeoForge: updated mod metadata for semi-recent (late-December?) FML changes

