Changes
- Update to 1.20.2. There is not currently a Quilt version because QSL does not appear to support 1.20.2 yet. Additionally, Forge has been dropped in favor of NeoForge on 1.20.2+ -- the latest 1.20.1 build should work on Forge 1.20.2, but will likely not work on 1.20.3 and higher. Forge will remain supported on 1.20.1 and below.
Note: the NeoForge sources jar doesn't exactly match the real source code as the common mixins needed remap = false
added in order to build (NeoForge 1.20.2 removed mod reobf). This doesn't affect other platforms.
Backported all of the changes from 1.19.2 <=> 1.20.1:
Features
- Leveraged patch audits in file dumping. This means that you can now easily see who changed what (via patches; file replacements have no such indicators).
- There are now two new subcommands for
/patched[c] dump file ...
:raw
andunpatched
, for dumping the comment-less patched file and for dumping the file without applying patches, respectively. - Implemented the
patched:mod_loaded
condition, with support for testing against specific mod versions. - Implemented basic datagen support for patches.
Changes
- The version format has been modified to comply a bit better with Semver and allow mods to actually depend on the mod.
- Updated to Patched 1.3.0 (up from 1.0.0).
- Patches can now patch other patches.
- Only parse obvious json files as json, and other optimizations (like not unnecessarily reading files).
Bug Fixes
- Fixed patches from mods not actually being applied.
- Properly expand mod loader "group" packs to have one pack per mod in commands.
- Fixed listing patches of
.zip
packs not working properly. - Fixed packs not showing up in
/patched list packs
if they were added using the data packs section of the create world screen.
Changes
- The version format has been modified to comply a bit better with Semver and allow mods to actually depend on the mod. The version has been bumped to
2.x.x
to allow better differentiation between builds from past and future major versions (this change has also been applied to the latest 1.20.x build). - Updated to Patched 1.3.0, bringing with it mainly one change: patches can now replace the root document.
- Patches can now patch other patches.
- More optimizations to patching file I/O. In particular, we don't try to read a file if no one is trying to patch it.
- The
patched:mod_loaded
test condition now supports testing against specific mod versions. - There are now two new subcommands for
/patched[c] dump file ...
:raw
andunpatched
, for dumping the comment-less patched file and for dumping the file without applying patches, respectively.
Changes
- The version format has been modified to comply a bit better with Semver and allow mods to actually depend on the mod. The version has been bumped to
3.x.x
to allow better differentiation between builds from past major versions (and will likely be bumped again if1.20.2
includes breaking changes). - Updated to Patched 1.3.0, bringing with it mainly one change: patches can now replace the root document.
- Patches can now patch other patches.
- More optimizations to patching file I/O. In particular, we don't try to read a file if no one is trying to patch it.
- The
patched:mod_loaded
test condition now supports testing against specific mod versions. - There are now two new subcommands for
/patched[c] dump file ...
:raw
andunpatched
, for dumping the comment-less patched file and for dumping the file without applying patches, respectively.