Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Change Osmium harvest level to be mineable with redstone.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Aug 11, 2014
1 parent d16eeef commit dea77b6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -153,13 +153,13 @@ private static void modifyTools()
// 2: Copper
{"Iron", "Pyrite", "Silver", "Lapis"},
// 3: Iron
{"Tin", "Cassiterite", "Gold", "Lead", "Redstone", "Steel", "Galena", "Nickel", "Invar", "Electrum", "Sphalerite"},
{"Tin", "Cassiterite", "Gold", "Lead", "Redstone", "Steel", "Galena", "Nickel", "Invar", "Electrum", "Sphalerite", "Osmium"},
// 4: Bronze
{"Diamond", "Emerald", "Ruby", "Sapphire", "Cinnabar", "GreenSapphire", "BlackGranite", "RedGranite", "Manganese"},
// 5: Redstone/Diamond
{"Obsidian", "Tungstate", "Sodalite", "Quartz", "CertusQuartz", "SkyStone"},
// 6: Obsidian/Alumite
{"Ardite", "Uranium", "Olivine", "Sheldonite", "Osmium", "Platinum"},
{"Ardite", "Uranium", "Olivine", "Sheldonite", "Platinum"},
// 7: Ardite
{"Cobalt", "Iridium", "Cooperite", "Titanium"},
// 8: Cobalt
Expand Down

0 comments on commit dea77b6

Please sign in to comment.