Dungeons

Ouranos dungeons are made of multiple tunnels. At the end of each tunnel you can find either:

  • A chest (dungeon_end_chest_probability in the config)

  • A vein of copper (dungeon_end_copper_probability in the config)

  • A vein of diamond (dungeon_end_diamond_probability in the config)

  • A vein of gold (dungeon_end_gold_probability in the config)

  • A vein of iron (dungeon_end_iron_probability in the config)

  • A mob spawner (dungeon_end_mob_probability in the config)

  • An end portal (dungeon_end_portal_probability in the config)

You can modify the probability of each end to appear by modifying the corresponding probabilities.

Last updated