Storage Drawers

Storage Drawers

151M Downloads

[Magical Crops 4.0 beta] essences get converted into the same thing

hvdklauw opened this issue ยท 3 comments

commented

Build my own local modpack on curse with storage drawers (1.5.6) and magical crops (4.0.0 beta 3) and all the essences from magical crops get ore dictionaried to the same thing when using the controller with AE. (Using the drawers manually does allow me to put them in as the correct item)

Looking at the ore dictionary names they all have: "accioMaterial" as their ore dictionary names.

How can I fix this?

I've looked at the code but I'm not sure how I would go and add support for this.

commented

The drawer conversion is very smart, but this one can't be discerned from a categorical-type entry. I might want to blacklist this one by default since it's as bad as a duping bug.

commented

Actually, I just discovered that it is only for items in the same tier, so you won't really gain anything with the dupe bug as it's just as easy to get it through normal means (and you need one of the item to begin with).

Higher tiers are:
"crucioMaterial"
"imperioMaterial"
"zivicioMaterial"

commented

ok, found the minetweaker support.. doh...

This fixed it for me:

mods.storagedrawers.OreDictionaryBlacklist.add("accioMaterial");