Skip to content

Commit

Permalink
note about registration order (#26)
Browse files Browse the repository at this point in the history
* note about this

* Update docs/Modpacks/Materials-and-Elements/index.md

Co-authored-by: Mikerooni <[email protected]>

---------

Co-authored-by: Mikerooni <[email protected]>
  • Loading branch information
LetterN and mikerooni authored Sep 1, 2024
1 parent dbf88a8 commit ea3a3bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Modpacks/Materials-and-Elements/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ea3a3bd

Please sign in to comment.