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 + +-