diff options
Diffstat (limited to 'src/BlockInfo.h')
-rw-r--r-- | src/BlockInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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? */ |