Adding any modded ore highlights every ore from that mod
egg2222 opened this issue ยท 3 comments
Describe the bug
Upon adding modded ores to the xray (like silicon ore from galacticraft), it highlights every single ore from that mod (so any galacticraft ore is highlighted upon enabling silicon ore showings), instead of just that ore.
To Reproduce
Steps to reproduce the behavior:
- Add and enable a modded ore on the list
- Look around at highlighted ores
Expected behavior
Show only the ore I enabled
Actual behavior
Shows every single ore from the mod that the enabled ore is from.
Screenshots
https://i.imgur.com/mKdWduV.png
https://i.imgur.com/mKdWduV.png
Minecraft Enviorment
- Minecraft Version: 1.12.2
- XRay Mod Version: 1.6.0
This isn't a bug an instead an intended effect. I can't get a list of every possible block with all of it's possible states easily so instead I offer 3 ways of adding blocks. If you want only a single specific ore for a mod (this isn't a thing in 1.14) you'll have to find it in world and add looking at
to get it's specific game signature. Otherwise you'll only be able to highlight all of the blocks due to a stupid system implemented by Minecraft where they allow storing block variants as a single block name. Minecraft:stone is also andesite but it's called Minecraft:stone[varient=andesite] I could fix this but it's such an annoying thing to add I've effectively given up.
Sorry for the annoying way to fix it but it is supported. Check the help button for more info.
I did "add looking at" and it does the same thing. I was looking at osmium ore, added it via "add looking at", and every block from mekanism shows up with the same color