Starbound

Starbound

评价数不足
WD Luthier + RealKeys - Instruments - Added Category Tag
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
125.005 MB
2018 年 7 月 14 日 上午 8:53
1 项改动说明 ( 查看 )

订阅以下载
WD Luthier + RealKeys - Instruments - Added Category Tag

在 Rejd 的 1 个合集中
Willy Wonkas Server Modpack
99 件物品
描述
Full credits for the actual mod goes to WaveDiver. This is just a tiny mod of a mod.
I got annoyed by how the instruments would go into the default category instead of the music tab of this inventory mod I'm using. So here's the mod changed to include the "musicalInstrument" tag in the JSON files.
Should be noted I don't even know how to mod starbound, I just grabbed an unpacker, modified the instrument files and packed it back up.
Will happily take it back down when the original mod actually gets updated. Last Update there is 19 Jan, 2017.

=========================================

Original Description:
Welcome to WaveDiver Luthier + RealKeys!

This mod is comprised of two musical instruments packs:

- WaveDiver Luthier
Luthier is a comprehensive pack of musical instruments, which will grow over time. 27 instruments and counting!

- RealKeys
RealKeys is a revamp of the Starbound stock instruments (7 instruments so far).
With RealKeys, you will enjoy the rich, complex sound of an authentic Grand Piano or a kickass Electric Bass.
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"
}
]