I've been trying to understand how to get used to .json patching by modifying a mod with my own. i can't seem to get it to work correctly. can you help/show me what I'm doing wrong?
here is the file layout:
Mods\1 k9's-fixes\assets\k9's-fixes\patches\compatibility\floralzonesneozeylandicregion\blocktypes\plant\patched-nzflax.json
here is the code:
[
{
"file": "floralzonesneozeylandicregion:/blocktypes/plant/nzflax.json",
"op": "replace",
"path": "/dropsByType/*-phormiumtenax-*-harvested-*/quantity/avg",
"value": 2,
"side": "server",
"dependsOn": [{ "modid": "floralzonesneozeylandicregion" }]
}
]
i also have custom recipes added. so i know my mod kind of works.