Starbound

Starbound

WD Luthier + RealKeys - Instruments - Added Category Tag
2 Comments
Faihsaw 11 Jan, 2019 @ 6:29am 
is there a mod that makes instruments goes in both hands again ??
Khe 17 Jul, 2018 @ 7:48pm 
dont overwrite 'em, heh. below is a json patch. basically, instead of modified files, do <filename and extension>.patch with the below section in the contents. It will first test if there is no category, and then, if there isnt, it will add the category. Clean, and won't put errors in the log if the creators decide to update their mods. also wont cause conflicts.I would do it, but...tedium. Lazy.


[{
"op": "test",
"path": "/category",
"inverse": true
},
{
"op": "add",
"path": "/category",
"value": "musicalInstrument"
}
]