

Supernova's Mining Dimension
This addon provides a specialized dimension created exclusively for automated ore and mineral extraction. The main goal is to preserve the aesthetic appeal of your primary world during industrial development.
For efficient mining operations, you can utilize various automated tools such as the RFTools builder or the Mekanism digital miner. If hostile and passive creature generation is enabled, mobs can spawn in this dimension. However, it's assumed that spawn settings will be adjusted within specific modpacks. For this purpose, using the InControl addon is considered the optimal solution.
The following example demonstrates how to disable the spawning of any creatures in this world layer through the spawn.json configuration file:
[
{
"hostile": true,
"dimension": "supernovas_mining_dimension:mining_dimension",
"when": "onjoin",
"result": "deny"
},
{
"passive": true,
"dimension": "supernovas_mining_dimension:mining_dimension",
"when": "onjoin",
"result": "deny"
}
]
This modification was originally developed for the "Supernova Empires" professional modpack series but functions perfectly as a standalone addition. The content creator permits the use of this content in any mod collections without unnecessary formalities.