Merge pull request #1078 from Spongecade/patch-1

Update Minecraft wiki links to new domain
This commit is contained in:
UnknownShadow200 2023-10-06 08:09:38 +11:00 committed by GitHub
commit 9ee529c8c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1142,8 +1142,8 @@ static void Sounds_Play(cc_uint8 type, struct Soundboard* board) {
data.rate = 100;
data.volume = Audio_SoundsVolume;
/* https://minecraft.fandom.com/wiki/Block_of_Gold#Sounds */
/* https://minecraft.fandom.com/wiki/Grass#Sounds */
/* https://minecraft.wiki/w/Block_of_Gold#Sounds */
/* https://minecraft.wiki/w/Grass#Sounds */
if (board == &digBoard) {
if (type == SOUND_METAL) data.rate = 120;
else data.rate = 80;
@ -1523,4 +1523,4 @@ static void OnFree(void) {
struct IGameComponent Audio_Component = {
OnInit, /* Init */
OnFree /* Free */
};
};