From ebeb164d2be6754908a9c562850e585f18f70b88 Mon Sep 17 00:00:00 2001 From: Spongecade Date: Wed, 27 Sep 2023 13:07:42 -0500 Subject: Update Minecraft Wiki links to new domain (#5532) * Update Minecraft Wiki links to new domain * Added Spongecade to contributors * Sorted Spongecade --- src/Chunk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Chunk.cpp') diff --git a/src/Chunk.cpp b/src/Chunk.cpp index a693e08e6..fa7faf1f0 100644 --- a/src/Chunk.cpp +++ b/src/Chunk.cpp @@ -845,7 +845,7 @@ void cChunk::TickBlocks(void) m_BlockToTick = cChunkDef::IndexToCoordinate(Random.RandInt(cChunkDef::NumBlocks - 1)); // Choose a number of blocks for each section to randomly tick. - // http://minecraft.fandom.com/wiki/Tick#Random_tick + // http://minecraft.wiki/w/Tick#Random_tick for (size_t Y = 0; Y < cChunkDef::NumSections; ++Y) { const auto Section = m_BlockData.GetSection(Y); @@ -895,7 +895,7 @@ void cChunk::ApplyWeatherToTop() if (GetBlockLight(X, Height, Z) > 10) { // Snow only generates on blocks with a block light level of 10 or less. - // Ref: https://minecraft.gamepedia.com/Snow_(layer)#Snowfall + // Ref: https://minecraft.wiki/w/Snow_(layer)#Snowfall return; } -- cgit v1.2.3