From be5458db7f4e8bef1ca519ee2f301b6ca0233a6b Mon Sep 17 00:00:00 2001 From: Francois Robbertze <67432234+francoisrob@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:28:27 +0200 Subject: [PATCH] hierarchy --- docs/contentpatches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contentpatches.md b/docs/contentpatches.md index 2ff8e15b41..a5bb6a4679 100644 --- a/docs/contentpatches.md +++ b/docs/contentpatches.md @@ -53,7 +53,7 @@ To reload patches while the server is still running, use the `reloadpatches` com # Data Patch Basics -Data patches follow a heirarchy. At the first level, you define the type of content to be changed: `block`, `liquid`, `item`, `unit`, `weather`, etc. +Data patches follow a hierarchy. At the first level, you define the type of content to be changed: `block`, `liquid`, `item`, `unit`, `weather`, etc. At the *second* level, you define the name of the content to be edited, e.g. `conveyor`, `copper`, `copper-wall-large`. These names are *case-sensitive*, and will be shown under the content's name in the Core Database if you have the console enabled.