EnderIO creates many empty OreDictionary entries
OneEyeMaker opened this issue ยท 1 comments
Issue Description:
While parsing recipes EnderIO creates many empty OreDictionary entries.
I assume, that the cause is usage of OreDictionary.getOres(String)
instead of OreDictionary.getOres(String, boolean)
. (The first method creates empty entry, if fails to find existing one; second method just returns existing entry when second argument is false
).
Affected Versions (Do not use "latest"):
- EnderIO: 5.1.51
- EnderCore: 0.5.68
- Forge: 1.12.2 - 14.23.5.2844