diff --git a/docs/items/ingots/ingots.mdx b/docs/items/ingots/ingots.mdx index 2e4f3156..178898b9 100644 --- a/docs/items/ingots/ingots.mdx +++ b/docs/items/ingots/ingots.mdx @@ -30,6 +30,4 @@ Ingots are made from either ore or dust, generally smelt in a furnace. - - - - - - +- [**Ore Generation Guide**](/docs/world/ores/ore-generation-guide) diff --git a/docs/world/ores/ore-generation-guide.mdx b/docs/world/ores/ore-generation-guide.mdx new file mode 100644 index 00000000..9eabe145 --- /dev/null +++ b/docs/world/ores/ore-generation-guide.mdx @@ -0,0 +1,50 @@ +--- +title: Ore Generation Guide +sidebar_position: 5 +--- + +# TechReborn Ore Generation Guide (v26.1) + +| Ore | Dimension | Min Y | Max Y | Veins/Chunk | Vein Size | Drops Raw Metal? | +|---|---|---|---|---|---|---| +| Bauxite | Overworld | -64 | 20 | 12 | 6 | No (Drops Dust/Block) | +| Lead | Overworld | -24 | 40 | 16 | 6 | Yes (Raw Lead) | +| Silver | Overworld | -24 | 60 | 16 | 6 | Yes (Raw Silver) | +| Galena | Overworld | -39 | 40 | 12 | 8 | No (Drops Dust/Block) | +| Tin | Overworld | 25 | 80 | 16 | 8 | Yes (Raw Tin) | +| Uranium | Overworld | -64 | 32 | 4 | 4 | Yes (Raw Uranium) | +| Iridium | Overworld | -64 | 0 | 4 | 3 | Yes (Raw Iridium) | +| Ruby | Overworld | 20 | 120 | 8 | 6 | No (Drops Gem) | +| Sapphire | Overworld | 20 | 120 | 7 | 6 | No (Drops Gem) | +| Cinnabar | Nether | 0 | 128 | 5 | 6 | No (Drops Dust) | +| Pyrite | Nether | 0 | 128 | 6 | 6 | No (Drops Dust) | +| Sphalerite | Nether | 0 | 128 | 4 | 6 | No (Drops Dust) | +| Peridot | The End | 0 | 360 | 6 | 6 | No (Drops Gem) | +| Sheldonite | The End | 0 | 360 | 4 | 6 | No (Drops Platinum) | +| Sodalite | The End | 0 | 360 | 4 | 6 | No (Drops Dust) | +| Tungsten | The End | 0 | 360 | 3 | 6 | Yes (Raw Tungsten) | + +## Best & Worst Mining Locations + +### 1. Overworld +* **Best Mining Level (Deep):** Y = -24 to 0. This is the "sweet spot" where Lead, Silver, Galena, Bauxite, Uranium, and Iridium all overlap. +* **Best Mining Level (Surface):** Y = 25 to 40. Here you will find Tin, Ruby, Sapphire, and Silver. +* **Worst Level:** Above Y = 120 or Below Y = -64. No TechReborn ores generate here. +* **Biomes:** There is no "best" biome for ores; they generate in all Overworld biomes equally. + +### 2. The Nether +* **Best Mining Level:** Anywhere (Y = 0 to 128). Ores are spread evenly throughout the Netherrack. +* **Worst Level:** No worst level unless mods expand the nether past (y = 0 to -128). + +### 3. The End +* **Best Mining Level:** Anywhere on the islands. Ores generate from the bottom to the very top (Y = 360). +* **Worst Level:** The void (obviously). + +## Ores that Output Raw Metals +The following ores drop Raw Metal items (which can be Fortune-mined): +* Tin +* Lead +* Silver +* Uranium +* Iridium +* Tungsten (The End) diff --git a/docs/world/ores/ores.mdx b/docs/world/ores/ores.mdx index 25973e70..2472ec2a 100644 --- a/docs/world/ores/ores.mdx +++ b/docs/world/ores/ores.mdx @@ -7,6 +7,10 @@ sidebar_position: 2 Tech Reborn adds several ores in all three dimensions. You can see these ores either in a newly created world or in a newly explored chunks. +:::tip[Detailed Guide] +Looking for specific Y-levels and mining tips? Check out our [**Ore Generation Guide**](ore-generation-guide). +::: + ## The Overworld | Ore | Found on |