Starbound

Starbound

WD Luthier + RealKeys - Instruments - Added Category Tag
2 条留言
Faihsaw 2019 年 1 月 11 日 上午 6:29 
is there a mod that makes instruments goes in both hands again ??
Khe 2018 年 7 月 17 日 下午 7:48 
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"
}
]