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/Physics/Explodinator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Physics') diff --git a/src/Physics/Explodinator.cpp b/src/Physics/Explodinator.cpp index ba1a8cbcf..af1d1da34 100644 --- a/src/Physics/Explodinator.cpp +++ b/src/Physics/Explodinator.cpp @@ -41,7 +41,7 @@ namespace Explodinator /** Returns how much of an explosion Destruction Lazor's (tm) intensity the given block attenuates. Values are scaled as 0.3 * (0.3 + Wiki) since some compilers miss the constant folding optimisation. - Wiki values are https://minecraft.gamepedia.com/Explosion#Blast_resistance as of 2021-02-06. */ + Wiki values are https://minecraft.wiki/w/Explosion#Blast_resistance as of 2021-02-06. */ static float GetExplosionAbsorption(const BLOCKTYPE Block) { switch (Block) @@ -386,7 +386,7 @@ namespace Explodinator const int HalfSide = TraceCubeSideLength / 2; auto & Random = GetRandomProvider(); - // The following loops implement the tracing algorithm described in http://minecraft.gamepedia.com/Explosion + // The following loops implement the tracing algorithm described in http://minecraft.wiki/w/Explosion // Trace rays from the explosion centre to all points in a square of area TraceCubeSideLength * TraceCubeSideLength // for the top and bottom sides: -- cgit v1.2.3