This is my talk!
Feel free to ask anything to me, ill try my best to answer as soon as i can.
==
sounds
i uploaded all the correct drowned sounds guardian vexes armored piglins etc but i dont know how to add them can you please add them if you cant find it i will reupload it Thanks Endermanmansukh88 (talk) 18:22, 26 September 2021 (UTC)
- Can you give me the file names? That would be much easier. But, if you want to learn how to add them yourself, lemme help a bit. M3FF1N (talk) 19:38, 26 September 2021 (UTC)
How to add a sound table to an article
To add a sound table, paste this template code:
{{Sound table
|sound=(Insert Sound Here)
|sound2=(Insert Sound Here)
|description=(Insert Description Here)
|type=dungeons
|foot=1}}
If you want more than two sounds in a group, add |sound(Insert Sound Number Here)=(Insert Sound Here) to the existing sound code.
To add another sound group, add
{{Sound table
|sound=(Insert Sound Here)
|sound2=(Insert Sound Here)
|description=(Insert Description Here)
|type=dungeons}}
to before the first sound group. You must make sure the final sound group in the table does not have a }} at the end before |foot=1}}. An example of all this:
{{Sound table
|sound=Cave1.ogg
|sound2=Cave2.ogg
|sound3=Cave19.ogg
|description=Ambience
|type=dungeons}}
{{Sound table
|sound=D6_sfx_mob_imperfectFormSteps-001.ogg
|sound2=D6_sfx_mob_imperfectFormSteps-002.ogg
|sound3=D6_sfx_mob_imperfectFormSteps-003.ogg
|sound4=D6_sfx_mob_imperfectFormSteps-004.ogg
|description=Steps
|type=dungeons}}
{{Sound table
|sound=D6_sfx_mob_imperfectFormWhoosh-001.ogg
|sound2=D6_sfx_mob_imperfectFormWhoosh-002.ogg
|sound3=D6_sfx_mob_imperfectFormWhoosh-003.ogg
|sound4=D6_sfx_mob_imperfectFormWhoosh-004.ogg
|description=Whoosh
|type=dungeons
|foot=1}}
- This becomes:
| Sound | Description |
|---|---|
| Ambience | |
| Steps | |
| Whoosh |
- M3FF1N (talk) 19:38, 26 September 2021 (UTC)