Equivalent Exchange 3

Equivalent Exchange 3

2M Downloads

data/ee3/blacklist/knowledge-blacklist.json not working?

LemADEC opened this issue ยท 5 comments

commented

As found in FTB Inventions, the data/ee3/blacklist/knowledge-blacklist.json has an entry for oreIron:
image

According to NEI, minecraft iron ore is registered into the ore dictionnary as oreIron:
image

Yes, players are able to research iron ore.
Is it a wip feature?

commented

This is a bug in the version of EE3 in FTB Inventions, it's fixed in the latest version of EE3 (v0.3.0.547). At this point basically just waiting on tfox83 to update the mod in the pack.

commented

It will need to be done manually.

commented

Will the players automatically unlearn those items or do we need to do it manually?

commented

Commits that fixed it:

The problem was that the code wasn't checking if the itemstack that is being checked was a member of an oredictionary entry that was blacklisted (it was only checking the itemstack specifically). It's fixed. Waiting on FTB.

commented

the bug applies to the whole blacklist or just oreDictionnary names?