mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-23 01:21:57 -05:00
Merge pull request #1078 from Spongecade/patch-1
Update Minecraft wiki links to new domain
This commit is contained in:
commit
9ee529c8c3
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue