Bob's Ores


Adds some useful ores.

Content
3 months ago
0.13 - 1.1
235K
Mining

b Unsorted gems recipe gives wrong ratios

7 years ago

When using UnsortedGemOre recipe gives one of each ore per recipe because recipe is loaded before setting of probabilities.

In bobores_0.13.1/data.lua call
require("prototypes.gems")
should be after setting of gem probabilities (ratios).

New response