Ore dictionary support only half works.
Shalar opened this issue ยท 11 comments
I added this mod to my FTB Beyond, and it added copper ore but with it enabled and me standing right beside some, it shows nothing. Minecraft version is 1.10.2. I have checked the config and it seems OK. I even double checked to make sure that the ore is the same name. To be clear all vanilla ores work, but I have yet to get any modded ores to show. I even tried adding by ID:Meta, and all it did was freeze the ore selection for that to be on as in issue #3 because I added a duplicate ore.
Which mod? You should be adding it by ID:META and not MODNAME:BLOCKNAME. I'm going to be back porting all the new changes in the latest 1.2.0 version of the mod soon. Although It's not on the top of my priority list. Make sure there isn't two blocks with the same ID:META in the config. If the ore is displayed as a ID:META and the meta is higher than 0 then just adding the ID will show all of the ores from that mod.
The config file I used when making the screenshot below is here: https://hastebin.com/adiwakasel.m As you can see I ignored ID:META in the oredict section and all vanilla blocks added this way are outlined, while every other block added does not work. Note this is even more apparent when the dark diamond, lapis and emerald fall under the same ore name as vanilla minecraft ores.
@Shalar What mod pack are you using?
Just to add in on this, cause I'm also playing on 1.10.2
I'm playing on Age of Engineering 1.01
Adding custom ores by ID:META does not work. Added a screenshot for Osmium Ore from Mekanism 7309:0 and Bauxite Ore from TechReborn 8403:4
Adding them manually to the cfg file using their oredict names does not work either. Added Osmium to the config with oreOsmium and Bauxite with oreAluminum and oreBauxite leaving ID and META set to 0 as the other items.
Things already in the cfg work, but added things don't
I'll definitely be looking into why this is happening. My thinking is that I've fucked up the system that handles checking the oredic and then checking the config.
I've found the issue and I'm working on a real fix now. Turns out Minecraft 1.10+ doesn't resolve the ID:META to the same form that the MODNAME:BLOCKNAME does so I'm updating it now :)
This issue still exists when using the oredict section. It however has been fixed when adding an ore to the customores.
@Shalar @Hexogenx Please see
https://github.com/MichaelHillcox/XRay-Mod/releases/tag/1.10.2-v1.2.1 or https://minecraft.curseforge.com/projects/advanced-xray/files/2445838 for the updated version <3