OreCruncher / DynamicSurroundings

Dynamic Surroundings mod for Minecraft 1.10.x+
MIT License
120 stars 35 forks source link

trying to create custom sounds #548

Open xemnes opened 4 years ago

xemnes commented 4 years ago

hi so im trying to add a custom sound to a block but i cant seem to get it to play the sound.

this is my sounds.json:

{ "watermill": { "category": "ambient", "credits": [ "freesound" ], "sounds": [ "dsurround:ambient/watermill" ] } }

which is pointing to assets/dsurround/sounds/ambient/watermill.ogg

and part of my config.json

  {
      "blocks": [
          "immersiveengineering:woodenDevice1"
      ],
      "chance": 90,
      "sounds": [
          {
              "sound": "dsurround:watermill"
          }
      ]
  },

not sure why it wont play, if i set the sound to waterfall.0 it will play that sound, but it wont play my custom sound that i have added to my resource pack :s

is there something i am doing wrong?

Mod Version: 1.10.2-3.4.9.17

Nebula240 commented 4 years ago

I would like how to do the same but with items :c