sandcatbot-monorepo/SandCatBot/instruments_map.json

74 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"uppercase":{
"0":"HARP",
"1":"BASEDRUM",
"2":"SNARE",
"3":"HAT",
"4":"BASS",
"5":"FLUTE",
"6":"BELL",
"7":"GUITAR",
"8":"CHIME",
"9":"XYLOPHONE",
"10":"IRON_XYLOPHONE",
"11":"COW_BELL",
"12":"DIDGERIDOO",
"13":"BIT",
"14":"BANJO",
"15":"PLING"
},
"lowercase":{
"0":"harp",
"1":"basedrum",
"2":"snare",
"3":"hat",
"4":"bass",
"5":"flute",
"6":"bell",
"7":"guitar",
"8":"chime",
"9":"xylophone",
"10":"iron_xylophone",
"11":"cow_bell",
"12":"didgeridoo",
"13":"bit",
"14":"banjo",
"15":"pling"
},
"reverse_lowercase":{
"harp":"0",
"basedrum":"1",
"snare":"2",
"hat":"3",
"bass":"4",
"flute":"5",
"bell":"6",
"guitar":"7",
"chime":"8",
"xylophone":"9",
"iron_xylophone":"10",
"cow_bell":"11",
"didgeridoo":"12",
"bit":"13",
"banjo":"14",
"pling":"15"
},
"blocks": {
"0": "dirt (any)",
"1": "stone",
"2": "sand",
"3": "glass",
"4": "wood",
"5": "clay",
"6": "gold block",
"7": "wool",
"8": "packed ice",
"9": "bone block",
"10": "iron block",
"11": "soul sand",
"12": "pumpkin",
"13": "emerald block",
"14": "hay bale",
"15": "glowstone"
}
}