Noaaan / MythicMetals

Fabric based Minecraft mod that adds new materials into the game. Includes new tools, ores, anvils, and sets of armor.
Other
73 stars 24 forks source link

Aetherium & Starrite config mixup #39

Closed hugeblank closed 3 years ago

hugeblank commented 3 years ago

Just found this while seeing how aetherium is distributed. oreAetherium & oreStarrite are swapped with where their conditionals are to check if they're enabled in config.

https://github.com/Noaaan/MythicMetals/blob/afd9a1d179fa9e2b7e07599960085f1b87ea636c/src/main/java/nourl/mythicmetals/world/OreGenerator.java#L203-L208

Noaaan commented 3 years ago

Thanks for pointing that out. I will fix this for next release.