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/BlockInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/BlockInfo.h') diff --git a/src/BlockInfo.h b/src/BlockInfo.h index 7d2781847..87f847390 100644 --- a/src/BlockInfo.h +++ b/src/BlockInfo.h @@ -48,7 +48,7 @@ public: /** Is this block solid (player cannot walk through)? */ static bool IsSolid(BLOCKTYPE Block); - /** Is a block transparent? (https://minecraft.gamepedia.com/Opacity) */ + /** Is a block transparent? (https://minecraft.wiki/w/Opacity) */ static bool IsTransparent(BLOCKTYPE Block); /** Can a spectator interact with this block? */ -- cgit v1.2.3