Late OreDict Removal
This mod provides the ability to remove entries from OreDict during the post-initialization phase, allowing you to get rid of persistent entries that remain after CraftTweaker scripts are executed.
ZenScript Usage
// OreDictUtil.removeItems(IOreDictEntry, IItemStack[]);
// OreDictUtil.remove(IOreDictEntry, IItemStack);
import mods.lateoredictremoval.OreDictUtil;
OreDictUtil.remove(<ore:stone>, <minecraft:stone>);
The mod requires Athenaeum and CraftTweaker to be installed for proper operation.