An addon for ItemsAdder that adds Custom Sounds to Blocks & Furniture
Why should I get this addon?
This addon expands on ItemsAdders custom block mechanic, by letting you fully customize the sounds players hear when interacting with them. This will bring your blocks one step closer to feeling like fully integrated blocks, over just retextured ones.
This addon integrates seamlessly with ItemsAdder, by simply adding more config options to the already existing system for place/break sounds, as shown below.
Report bugs:
https://github.com/Boy0000/BlockSounds-ItemsAdder/issues
Installation:
- Put this addon into your servers plugin folder
- Configure the sounds for your block-configs like shown below
- Start your server
- Run /iazip, so that the sounds.json gets included in your resourcepack
Note:
Using
block.wood.X or
block.stone.X will result in no sound.
Instead use
required.wood.X and
required.stone.X.
Note2:
If you remove the plugin, you will need to delete the sounds.json file in ItemsAdder's content folder once aswell
CustomBlock-config example:
Code (YAML):
specific_properties:
block:
sound:
place:
name
: block.amethyst_cluster.place
break:
name
: block.amethyst_cluster.break
hit:
name
: block.amethyst_cluster.hit
step:
name
: block.amethyst_cluster.step
fall:
name
: block.amethyst_cluster.fall
CustomFurniture-config example:
Code (YAML):
behaviours:
furniture:
sound:
place:
name
: block.amethyst_cluster.place
break:
name
: block.amethyst_cluster.break
hit:
name
: block.amethyst_cluster.hit
step:
name
: block.amethyst_cluster.step
fall:
name
: block.amethyst_cluster.fall