Patched

Allows data/resource packs to modify parts of json files instead of completely replacing them.

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

Fabric

modImplementation "curse.maven:patched-689918:4797381"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 if 1.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 and unpatched, for dumping the comment-less patched file and for dumping the file without applying patches, respectively.