Ore Dictionary Missing/not utilized
timothynfarmer opened this issue ยท 2 comments
Currently playing FTB Sky Adventures. I updated Roost to 1.3.0. Attempting to use RFTools Storage Control Screen module to setup a display for counting the individual chickens in the roosts. Roost doesn't seem to utilize the chickens as different oredicts and are instead all generic chickens so RFTools (and other mods) treat them all as the same item. The only exception I've found that will treat them differently is EnderIO due to the usage of NBT data. When attempting to move/count/manage chickens as items, ignoring NBT with EnderIO allows you to use 1 chicken cover all chickens or don't ingore NBT to count individual chickens. Is it possible to setup Ore Dictionaries to allow for each chicken item to be counted/managed individual with/without ore dictionaries?
For 1.13
, I plan to make each chicken its own item, and use Tags to group them, rather than using nbt data to determine the chicken breed. I don't think I can make this change in 1.12
, as I don't think there is a way to migrate nbt-based items in all inventories to non-nbt based items.