BD Craft sound

General help with our resourcepacks, our website, or Minecraft - including mods.
Post Reply 
User avatar
4 Posts
 x 0

Post 23 Mar 2021, 17:31

Hi sorry if this topic already has been made, and closed, but here's my problem/questions.

I have downloaded the bd craft sound pack, and i recently noticed that the villagers' sounds are now like vanilla minecraft's ones, is it normal ? If not how can i fix it ? Same goes for the creeper and tnt sound, it's not the famous wtf sound but the vanilla one.

Minecraft: 1.16.5
Optifine:1.16.5 G7
Forge: 36.0.42
Bd craft sound is the only sound pack added

Thanks for helping !
If you like our work please consider becoming a Supporter and get an ad-free experience.
User avatar
BDcraft Web Admin
6614 Posts
 x 436

Post 23 Mar 2021, 18:14

The sounds pack never included villager sounds. They were from older versions of the pack when the villagers were all Jawa.

You can get those sounds back (and the old Jawa skins) via the Customiser: https://bdcraft.net/downloads/purebdcra ... ustomiser/

The Creeper WTF sound was removed as some people found it offensive. If you want that back you'd have to download older versions of the sound pack and copy the sound file over.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
4 Posts
 x 0

Post 23 Mar 2021, 19:19

Ok thanks a lot, i was indeed talking about the jawa sounds. I thought it would have been replaced with another sound from star wars.

For the old creeper sound, is there an article for the steps to follow (if it's pretty complex), i don't want to mess things up.

Anyway thanks a lot, that was a quick reply !

PS: what is the last version to have the wtf sound ?
User avatar
BDcraft Web Admin
6614 Posts
 x 436

Post 23 Mar 2021, 20:26

I can't really give you detailed instructions. Basically you're just going to have to look through the original sounds pack on the website and find the correct sound.

For the most part Mojang haven't really renamed sounds so it may just go in the same place in the current zip.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
4 Posts
 x 0

Post 24 Mar 2021, 14:35

Ok so for the jawa looking villagers it's all done.

For the creeper/tnt sound, i have the right method to follow but even tho i i changed the .ogg (but kept the name it had before ofc) it is still the "hiss" sound. Im now wondering if the death.ogg acc corresponds to the "hiss", but im pretty sure it does. I've searched everywhere on google even the wiki page of the death.ogg to see if it was a matter of length or anything else.
Im really sorry if it's not really something you can help me with, you seem to anyway know a lot more than me about mc in general that's why im asking you.
Thanks for reading
User avatar
BDcraft Web Admin
6614 Posts
 x 436

Post 24 Mar 2021, 14:47 

Oh, I see where the issue is, an event was specifically replaced when the creeper is primed to make the noise.

See /assets/minecraft/sounds/sounds.json in the MC1.11 pack:

Code: Select all

    "creeper.primed": {
        "category": "hostile",
        "replace": true,
        "sounds": [
            "random/creeperfuse"
        ]
    }
Judging by the wiki (https://minecraft.fandom.com/wiki/Sounds.json) you should need to add to the MC1.16 sounds.json:

Code: Select all

    "entity.creeper.primed": {
        "replace": true,
        "sounds": [
            "random/creeperfuse"
        ]
    }
You need to make sure the json layout remains valid. You can check with a website like https://jsonlint.com
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
4 Posts
 x 0

Post 24 Mar 2021, 15:44

Thank you a lot ! Im gonna try this out, and if it somehow still doesn't work i'll just stop trying lmao. I don't wanna be annoying about something that isn't really necessary.

EDIT: done, now both creeper and tnt are changed ! Thanks for the help !
Post Reply