From b4ea58d4a698ac525bd408d26dcc806c2a156e66 Mon Sep 17 00:00:00 2001 From: Longor1996 Date: Sat, 3 Feb 2024 15:50:35 +0100 Subject: [PATCH] change(/wiki/chunking): added a link? --- content/wiki/chunking/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/wiki/chunking/index.md b/content/wiki/chunking/index.md index 532717f..a4b32a0 100644 --- a/content/wiki/chunking/index.md +++ b/content/wiki/chunking/index.md @@ -100,3 +100,7 @@ var voxel = chunk.get_from_world(x, y, z); ``` In all of the above code, you might have noticed that nearly all coordinate variables have prefixes: There is a [good reason for that](/wiki/coordinate-systems). + +## References + +-