Starbound

Starbound

Not enough ratings
WD Luthier + RealKeys - Instruments - Added Category Tag
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
125.005 MB
14 Jul, 2018 @ 8:53am
1 Change Note ( view )

Subscribe to download
WD Luthier + RealKeys - Instruments - Added Category Tag

In 1 collection by teflon.d0n
Willy Wonkas Server Modpack
99 items
Description
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 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"
}
]