Skip to content

Commit

Permalink
[no ci] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish authored Nov 26, 2023
1 parent 59c3cf6 commit 9f90b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Change `unextracted` to `extract` and load the game once. Now, the default confi
**Note**: If you just want to add more configs, you do not need to (and should not) do this. You can add new config files without extracting existing ones.

Configs define four main data types:

* **Ground Types**: Ground types represent classes of ores and stones. They are used to determine which new ore/stone combinations (variants) should be created. For example: `excavated_variants:overworld` is a category shared by normal minecraft stone, deepslate, and overworld ores.
* **Ores**: Ores are types of blocks which can exist in any number of different stones. During worldgen, they are replaced with variants matching neighboring stones. For example: `excavated_variants:minecraft/iron_ore` represents both normal and deepslate iron ore, as well as any other variants generated.
* **Stones**: Stones are blocks which ores generate within. For example: `excavated_variants:minecraft/granite` represents granite, and contains information about which new variants to generate based off of granite.
Expand Down

0 comments on commit 9f90b47

Please sign in to comment.