Ex Nihilo Omnia

Ex Nihilo Omnia

2M Downloads

Osmium Problem

Opened this issue ยท 2 comments

commented

Only the osmium needs to be put into whitelist to be seen, the other metals are working properly

commented

Duh, thank you

commented

the fix for the osmium seems not to work;

change:

register(new Ore("osmium", new Color("608FC4"), 20, true, false, false));
to
register(new Ore("osmium", new Color("608FC4"), 20, true, false, false).setParentMod("Mekanism"));