#Custom block sounds

1 messages · Page 1 of 1 (latest)

odd hollow
#

I'll ping my buddy for the code cuz I'm not on my computer rn but me and @young swallow are having troubles with getting custom block sounds working
If anyone could help out that'd be nice :3

young swallow
#
        "block_sounds" : {
            "citchenbuffet:hankplush" : {
                "events" : {
                "break" : {
                    "sound" : "plush",
                    "volume" : 1.0
                },
                "default" : "",
                "hit" : {
                    "pitch" : [ 0.50, 1.20 ],
                    "sound" : "plush",
                    "volume" : 1.0
                },
                "place" : {
                    "sound" : "plush",
                    "volume" : 1.0
                }
                }
#

^ sounds.json file

#
    "hankplush": {
        "sound": "plush"

blocks.json