You are viewing a potentially older version of this package. View all versions.
warpalicious-More_Ore_Deposits-1.3.3 icon

More Ore Deposits

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

Date uploaded 4 months ago
Version 1.3.3
Download link warpalicious-More_Ore_Deposits-1.3.3.zip
Downloads 4562
Dependency string warpalicious-More_Ore_Deposits-1.3.3

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 - 2
  • Drops: 2 - 3 Silver Ore

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 = 10x coins.

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

CHANGELOG

Version Update Notes
1.3.5 - Set MaxSpawn altitude of silver to 100 to avoid confusion with vanilla deposit. spawn altitude of silver ore. Added wishbone-compatibility to silver deposit. Decrease default drop rate of silver ore.
1.3.4 - Increase spawn altitude of silver ore. Fixed bug where ores take damage from non-Pickaxe. Increase conversion of gold ore to coins.
1.3.3 - Readme changes.
1.3.2 - Readme changes.
1.3.1 - Readme fix.
1.3.0 - Added coal deposit to swamp biome.
1.2.2 - Changed Iron Ore deposit to drop IronScrap. Fixed a bug causing ore deposits to spawn in the ocean.
1.2.1 - Fixed a bug causing the blackmetal deposit to not drop blackmetal scrap
1.2.0 - Added confugrable ore drop rates with configuration manager
1.1.0 - Added gold ore item, added localization for all 36 Valheim languages, improved asset bundles
0.0.1 - Initial Release