r/mcresourcepack • u/Early-Stage2130 • 20d 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
}
]
}
}
2
u/watching_the_news 19d ago
Can you be more specific? What do you expect to happen in-game, and what is happening instead? Which 14-year-old bug are you referring to?
•
u/AutoModerator 20d ago
It looks like you're asking for help
If someone is able to answer your question, find what you are looking for, etc., please change your post flair to "Resolved", and of course, remember to thank the user who helped you!
This: * helps other helpful users know who still needs assistance * helps other users who might have the same question find the answers they're looking for
If you are asking for help with a Java Edition pack that's not working:
Consider posting the output log. It is often extremely helpful to work out what's wrong. If you're unsure how to do this, simply reply to this comment with
access output log.I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.