PonderYourOrbs Modification
PonderYourOrbs is a compact modification that introduces unique orbs of origin into the game. Each orb is generated procedurally based on all registered layers (biomes or dimensions) in Minecraft, making their creation diverse and systematic.
By default, these orbs can be found in end city chests in the End dimension. However, this feature is configurable: if you wish to disable orb spawning in the End, edit the configuration file config/ponder_your_orbs_server.json and set the spawn_in_end_city parameter to false:
{
"ponder_your_orbs": {
"spawn_in_end_city": false
}
}