Compatibility
Minecraft: Java Edition
1.21.1–1.21.10
1.20–1.20.1
1.19.x
1.18.2
1.17.1
1.16.5
Platforms
Supported environments
Links
Creators
Details
Dimensional Ores
Fabric version here (since v1.3 included and fabric version)
Add ores to your nether and end!
Will add ores from overworld to nether and to the end. there is integration with some mods (in the future there will be more mods, and more ores). An alternative to EndOres fashion.
The description is undergoing big changes! It will be more detailed soon.. Maybe
Configuration
Since v1.3 you can enable or disable ore generation in config:
{
// Config supports singleline
/* And multiline/inline comments */
"generate_nether_ores": true, // Enables/disables ore generation in The Nether. If false, no ore will be generated.
"generate_nether_coal": true, // Enables/disables coal generation in The Nether
"generate_nether_copper": true, // Enables/disables copper generation in The Nether
"generate_nether_iron": true, // Enables/disables iron generation in The Nether
"generate_nether_lapis": true, // Enables/disables lapis lazuli generation in The Nether
"generate_nether_diamond": true, // Enables/disables diamond generation in The Nether
"generate_nether_emerald": true, // Enables/disables emerald generation in The Nether
"generate_nether_redstone": true, // Enables/disables redstone generation in The Nether
// Overworld Ores
"generate_overworld_ores": true, // Enables/disables ore generation in Overworld. If false, no ore will be generated.
"generate_quartz": true, // Enables/disables quarz generation in Overworld
// End Ores
"generate_end_ores": true, // Enables/disables ore generation in The End. If false, no ore will be generated.
"generate_end_quartz": true, // Enables/disables quartz generation in The End
"generate_end_coal": true, // Enables/disables coal generation in The End
"generate_end_copper": true, // Enables/disables copper generation in The End
"generate_end_iron": true, // Enables/disables iron generation in The End
"generate_end_gold": true, // Enables/disables gold generation in The End
"generate_end_lapis": true, // Enables/disables lapis lazuli generation in The End
"generate_end_diamond": true, // Enables/disables diamond generation in The End
"generate_end_emerald": true, // Enables/disables emerald generation in The End
"generate_end_redstone": true // Enables/disables redstone generation in The End
}


