I have a file I want to add to that looks like this:
{
"materialList" : {
//template: "Name" : ["materialName", aNumber]
//Type1 ores
"mat1" : ["material1", 1],
"mat2" : ["material2", 2],
//Type2 ores
"mat3" : ["material3", 3],
"mat4" : ["material4", 4],
//Type3 ores
"mat5" : ["material5", 5]
}
}
I would like to add a "mat6" to this list with a .patch file, but can't seem to get formatting correct...
How do?