warpalicious-More_Ore_Deposits icon

More Ore Deposits

Adds small ore deposits (gold, coal, iron, silver, and blackmetal) to the respective biomes

Last updated a week ago
Total downloads 9555
Total rating 4 
Categories Mods Mistlands Update Hildir's Request Update World Generation
Dependency string warpalicious-More_Ore_Deposits-1.3.5
Dependants 49 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
ValheimModding-Jotunn-2.19.2 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.19.2

README

Ore Deposits

More Ore Deposits

The goal of this mod is to add additional small ore deposits to the world. You can mine the deposits just like you would any other and you'll also receive drops. Each ore deposit will be added during world generation and appear in its relevant biome.

Features

  • Adds small gold ore deposit to the Blackforest biome
  • Adds small coal deposit to the Swamp biome
  • Adds small iron ore deposit to the Swamp biome
  • Adds small silver ore deposit to the Mountain biome
  • Adds small blackmetal ore deposit to the Plains biome
  • Adds gold ore item that drops from gold ore deposit. Gold ore can be smelted for gold coins. (1 gold ore = 10x coins)
  • Ore drop rates are configurable in configuration manager
  • Translated in all 36 Valheim languages

Instructions

New World: No additional steps required; ore deposits spawn during world generation.

Existing World:

  1. Enable console in game, see guide here
  2. Install UpgradeWorld mod
  3. Open Valheim game and enter your existing world
  4. Once in world, open console in game by pressing F5
  5. Paste below command into console, hit enter
  6. You should see a success message in the console

vegetation_reset MineRock_gold,MineRock_coal,MineRock_iron,MineRock_silver_small,MineRock_blackmetal biomes=BlackForest,Swamp,Mountain,Plains start

Note: The command will likely say "## skipped by having wrong biomes". This is expected and won't cause any issues.

If you'd like to only add some of the ore: First adjust the command by removing the prefab name and the biome. Then run the altered command.

Mod details:

Prefab name: MineRock_gold

  • Biomes: Blackforest
  • Tool tier requirement: 0 (Antler Pickaxe)
  • Spawn per zone: 0 - 2
  • Drops: 1 - 2 Gold Ore

Prefab name: MineRock_coal

  • Biomes: Swamp
  • Tool tier requirement: 0 (Antler Pickaxe)
  • Spawn per zone: 0 - 2
  • Drops: 2 - 3 Coal

Prefab name: MineRock_iron

  • Biomes: Swamp
  • Tool tier requirement: 1 (Bronze Pickaxe)
  • Spawn per zone: 0 - 2
  • Drops: 2 - 3 Iron Scrap

Prefab name: MineRock_silver

  • Biomes: Mountain
  • Tool tier requirement: 2 (Iron Pickaxe)
  • Spawn per zone: 0 - 1
  • Drops: 1 - 2 Silver Ore
  • Requires Wishbone
  • MaxAltitude: 100

Prefab name: MineRock_blackmetal

  • Biomes: Plains
  • Tool tier requirement: 2 (Iron Pickaxe)
  • Spawn per zone: 0 - 2
  • Drops: 2 - 3 BlackMetal Scrap

Known issues

  1. Not currently compatible with SmoothBrain's Mining skill mod. I would like to make them compatible but struggled to get the code working.
  2. If you enter an invalid string such as '/' in the configuration fields it will send an error. The error is harmless and won't break anything.
  3. The smelter recipe for gold ore is incorrect in VNEI. It shows that 1 gold ore = 1 coins, which is incorrect. It's 1 gold ore = 20x coins.

Hardcore Modded Server

If you're looking for a dedicated server with hardcore difficulty to play on and try out my mods, join us at Praetoria. We welcome solo players as well as group play.

Support & Feedback

Please give me feedback if you have any thoughts about the mods! Whether it's balance, models / textures, or just more ideas, I'd love to hear your input. If you have any issues you can also ask. You can find my in the OdinPlus discord.

Credit & thanks

I'd like to thank CookieMilk, Searica, Margmus, and Horem for their guidance and help in making this mod. I am amazed by the kindness and willingness to help in the Valheim mod developer community. If you're someone that's interested in making mods, come by the Discord channels and ask for help! Give it a shot!

Donations/Tips

I make mods because I enjoy it and want to make Valheim more enjoyable for everyone. If you feel like saying thanks you can tip here.

My Ko-fi: ko-fi

Source Code

Source code is available on Github.

Github Repository: More Ore Deposits