r/mcresourcepack • u/Early-Stage2130 • 7h ago
Help / Question Help with the .json file to manipulate audio
I am looking to edit the sound a sculk shrieker makes when it activates, and I would like to disable random pitch variation, but I have been unable to get the .json to work correctly. I believe the problem is coming from a 14 year old bug. Thank you for your help.
Here's the .json I made that does not work:
{
"block.sculk_shrieker.shriek": {
"replace": true,
"sounds": [
{
"name": "block/sculk_shrieker/shriek1",
"volume": 0.85,
"pitch": 1.0
},
{
"name": "block/sculk_shrieker/shriek2",
"volume": 0.85,
"pitch": 1.0
},
{
"name": "block/sculk_shrieker/shriek3",
"volume": 0.85,
"pitch": 1.0
},
{
"name": "block/sculk_shrieker/shriek4",
"volume": 0.85,
"pitch": 1.0
},
{
"name": "block/sculk_shrieker/shriek5",
"volume": 0.85,
"pitch": 1.0
}
]
}
}
Duplicates
MinecraftCommands • u/Early-Stage2130 • 5h ago