[Compatibility/Bug] OreDict enabled Items inside DankNull scan for any match
Icpmcp opened this issue ยท 2 comments
Blocks that have multiple OreDict entries due to other mods will be converted to the block inside the cube on pickup.
Example: The Immersive Railroading mod adds a few blocks to a new OreDict entry called railBed.
In the example I will show Oak Wood and Sand.
Here the DankNull with one piece of Oak Wood

Notice the two OreDict entries and the enabled OreDict mode.
Sand has the same railBed entry below its usual sand entry

After mining one piece of Sand and picking it up

Now I have two pieces of wood but no sand and until I turn off the OreDict function of the DankNull any item with the railBed entry that I pick up will be converted to Oak Wood.
Not sure if there is a simple way to fix this by just checking if all OreDict entries of an item match the entries of the item that was picked up.
For the time being I'll just turn off the OreDict mode for items with 2 or more OreDict entries.


