Occultism

Occultism

19M Downloads

Add the ores from Advent of Ascension to the miners

IllustrativeJackal opened this issue ยท 2 comments

commented

Is your feature request related to a problem? Please describe.
No ores except dimensional versions of vanilla ores cant be mined

Describe the solution you'd like
Add them to the table of ores that can be "mined"

Additional context
here is a link to the mod: https://www.curseforge.com/minecraft/mc-mods/advent-of-ascension-nevermine

commented

as the precasian ores are already handled via the vanilla ore tags, it looks like the following remain:

{
  "values": [
    "aoa3:bone_fragments_ore",
    "aoa3:deepslate_bone_fragments_ore",
    "aoa3:baronyte_ore",
    "aoa3:blazium_ore",
    "aoa3:bloodstone_ore",
    "aoa3:blue_gemstone_ore",
    "aoa3:charged_runium_orecharged_runium_ore",
    "aoa3:crystallite_ore",
    "aoa3:elecanium_ore",
    "aoa3:emberstone_ore",
    "aoa3:gemenyte_ore",
    "aoa3:ghastly_ore",
    "aoa3:ghoulish_ore",
    "aoa3:green_gemstone_ore",
    "aoa3:jade_ore",
    "aoa3:deepslate_jade_ore",
    "aoa3:jewelyte_ore",
    "aoa3:limonite_ore",
    "aoa3:deepslate_limonite_ore",
    "aoa3:lyon_ore",
    "aoa3:mystite_ore",
    "aoa3:ornamyte_ore",
    "aoa3:purple_gemstone_ore",
    "aoa3:red_gemstone_ore",
    "aoa3:runium_ore",
    "aoa3:deepslate_runium_ore",
    "aoa3:nether_runium_ore",
    "aoa3:shyregem_ore",
    "aoa3:shyrestone_ore",
    "aoa3:varsium_ore",
    "aoa3:white_gemstone_ore",
    "aoa3:yellow_gemstone_ore"
  ]
}