
Configured Ores from Basic Nether Ores Not Being Veinmined
JoelZBub opened this issue ยท 0 comments
Minecraft 1.19
Fabric 0.14.8
Fabric API 0.57.0
Simple Veinminer 1.3.1
Basic Nether Ores 1.19-8.0.0
Tech Reborn 5.3.2
Simple Veinminer doesn't recognize ores from Basic Nether Ores or Tech Reborn even when adding "#c:logs", "#c:ores", "#minecraft:mineable/pickaxe" to the restrictionList when configured as WHITELIST.
Adding the ores individually from the 2 mods results in Tech Reborn ores veinmining correctly, but Basic Nether Ores only results in veinminer selecting all ore blocks in a vein, showing breaking animation on the entire vein and then breaking only the block under the cursor.
restrictionList {
list=[
"#c:logs",
"#c:ores",
"#minecraft:mineable/pickaxe",
"bno:nether_aluminum_ore",
"bno:nether_coal_ore",
"bno:nether_copper_ore",
"bno:nether_diamond_ore",
"bno:nether_emerald_ore",
"bno:nether_iron_ore",
"bno:nether_lapis_ore",
"bno:nether_lead_ore",
"bno:nether_nickel_ore",
"bno:nether_osmium_ore",
"bno:nether_silver_ore",
"bno:nether_tin_ore",
"bno:nether_uranium_ore",
"bno:nether_zinc_ore",
"bno:nether_redstone_ore",
"techreborn:bauxite_ore",
"techreborn:deepslate_bauxite_ore",
"techreborn:cinnabar_ore",
"techreborn:galena_ore",
"techreborn:deepslate_galena_ore",
"techreborn:iridium_ore",
"techreborn:deepslate_iridium_ore",
"techreborn:lead_ore",
"techreborn:deepslate_lead_ore",
"techreborn:peridot_ore",
"techreborn:deepslate_peridot_ore",
"techreborn:pyrite_ore",
"techreborn:ruby_ore",
"techreborn:deepslate_ruby_ore",
"techreborn:sapphire_ore",
"techreborn:deepslate_sapphire_ore",
"techreborn:sheldonite_ore",
"techreborn:deepslate_sheldonite_ore",
"techreborn:silver_ore",
"techreborn:deepslate_silver_ore",
"techreborn:sodalite_ore",
"techreborn:deepslate_sodalite_ore",
"techreborn:sphalerite_ore",
"techreborn:tin_ore",
"techreborn:deepslate_tin_ore",
"techreborn:tungsten_ore",
"techreborn:deepslate_tungsten_ore"
]
listType=WHITELIST
Attached video link demonstrates using above config settings.