Added a blackList
config json that lets a user define items that should not get modifiers nor be rerollable in the Reroll Altar. Items can be defined:
- By mod namespace. For example, adding "minecraft" to the
namespaceBlackList
list will prevent any vanilla Minecraft item from getting or rerolling modifiers. - By individual mod identifier. This is the id seen with advanced tooltips shown. For example, adding "minecraft:wooden_axe" to the
individualItemBlackList
will prevent the Wooden Axe from getting or rerolling modifiers.
- Added two new config options,
useRepairIngredientAsRerollCost
anduseRepairIngredientAsRerollCost
. The first tells Gearifiers to try and use an items repair ingredient as that items reroll payment item; falling back to the fallback item if it can't. The second tells Gearifiers to also ignore any custom payment item definitions when it's using repair ingredients as payment items. With the second option kept as false, the custom definitions will be used over using a repair ingredient. - Tweaked the EMI and REI plugins to stack all reroll costs for an item into one recipe, rather than making one recipe per item.