File Details
fabric-3.2.0+1.20.1
- R
- Oct 14, 2023
- 121.44 KB
- 43
- 1.20.1+1
- Fabric
File Name
Patched-fabric-3.2.0+1.20.1.jar
Supported Versions
- 1.20.1
- 1.20
Curse Maven Snippet
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.xto allow better differentiation between builds from past major versions (and will likely be bumped again if1.20.2includes 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_loadedtest condition now supports testing against specific mod versions. - There are now two new subcommands for
/patched[c] dump file ...:rawandunpatched, for dumping the comment-less patched file and for dumping the file without applying patches, respectively.