promotional bannermobile promotional banner

JsonPatcher

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

File Details

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

  • B
  • Nov 25, 2023
  • 89.89 KB
  • 11
  • 1.20.1
  • Fabric + 1

File Name

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

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

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

Quilt

modImplementation "curse.maven:jsonpatcher-936929:4899368"
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