From 7657202ee331ba9b4fe5f16e91dcc41c9afc07ce Mon Sep 17 00:00:00 2001 From: Matyrobbrt <65940752+Matyrobbrt@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:47:58 +0200 Subject: [PATCH] Update index.md --- docs/datamaps/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/datamaps/index.md b/docs/datamaps/index.md index 209ca9b25..3886d4ff6 100644 --- a/docs/datamaps/index.md +++ b/docs/datamaps/index.md @@ -56,7 +56,7 @@ A separate network codec allows for packet sizes to be smaller, as you can choos Data maps are loaded from a JSON file located at `mapNamespace/data_maps/registryNamespace/registryPath/mapPath.json`, where: - `mapNamespace` is the namespace of the ID of the data map - `mapPath` is the path of the ID of the data map -- `registryNamespace` is the namespace of the ID of the registry +- `registryNamespace` is the namespace of the ID of the registry; if the namespace is `minecraft`, this value will be omitted - `registryPath` is the path of the ID of the registry For more information, please [check out the dedicated page](./structure.md).