promotional bannermobile promotional banner

JsonPatcher

A tool for patching minecrafts json files, without overrding them, using a custom DSL

File Details

v1.0.0-beta.2 [1.20.1]

  • B
  • Nov 25, 2023
  • 1.46 MB
  • 17
  • 1.20.1
  • Fabric + 1

File Name

JsonPatcher-1.0.0-beta.2+mc.1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:jsonpatcher-936929:4899367"

Quilt

modImplementation "curse.maven:jsonpatcher-936929:4899367"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Moved core language to its own project
  • Added ternary operator
  • Added option to dump patched files
  • Added metapatches
    • They are patches that don't change a file, but instead add or remove existing files
  • Added priority system for patches
  • Updated language
    • Meta tags can now be empty, will be interpreted as null
    • String keys are now supported in objects
    • Support negative numbers in meta tags