OreDict filtering not respected with different item instances / different mods
SanAndreaP opened this issue ยท 0 comments
I don't know if this is intended or not, but I am struggling with filtering logs via the "Soft Respecting OreDictionary" mode of advanced item lasers into a chest, some come from vanilla and some from different mods (like "Plants") (they all have "logWood" as oredict name).
After looking through the source code I noticed this line:
https://github.com/Ellpeck/ActuallyAdditions/blob/master/src/main/java/de/ellpeck/actuallyadditions/mod/tile/FilterSettings.java#L102
This means unless the Item is from the same item instance (or from the same mod if mod mode is on) it doesn't match, defeating the purpose of OreDictionary filtering (at least in my case).
Minecraft Forge: 1.12.2-14.23.5.2796
Actually Additions: 1.12.2-r144