Late OreDict Removal

Late OreDict Removal

42.4k Downloads

DISCORD

CHANGELOG

LICENSE

Depends on the mod Athenaeum.

Depends on the mod CraftTweaker.

Late OreDict Removal

This mod removes OreDict entries during post-init in an attempt to banish pesky entries that linger after CraftTweaker scripts are evaluated.

ZenScript

// OreDictUtil.removeItems(IOreDictEntry, IItemStack[]);
// OreDictUtil.remove(IOreDictEntry, IItemStack);

import mods.lateoredictremoval.OreDictUtil;

OreDictUtil.remove(<ore:stone>, <minecraft:stone>);