
Late OreDict Removal
Активный0.0
Установок
1
Последнее обновление
6 лет назад
Клиент
Fabric
Quilt
Forge
Neoforge
Утилиты
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>);