From ea3a3bde5b66285243795bdacba328f22d988688 Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:52:00 +0100 Subject: [PATCH] note about registration order (#26) * note about this * Update docs/Modpacks/Materials-and-Elements/index.md Co-authored-by: Mikerooni <139889766+mikerooni@users.noreply.github.com> --------- Co-authored-by: Mikerooni <139889766+mikerooni@users.noreply.github.com> --- docs/Modpacks/Materials-and-Elements/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Modpacks/Materials-and-Elements/index.md b/docs/Modpacks/Materials-and-Elements/index.md index cc95292..b062b01 100644 --- a/docs/Modpacks/Materials-and-Elements/index.md +++ b/docs/Modpacks/Materials-and-Elements/index.md @@ -9,3 +9,6 @@ GregTech has its own material system based on chemical elements. Materials are composed of chemical elements and/or other materials. Each material can have different items (and blocks), such as ingots, dusts, plates, wires, ores, etc. + +## A note about registration +Order matters when you are registering a new material. If you reference a material by `.components()`, you must make sure the other material(s) have been created before the current one.