Added cursery, sneaky curses: adds new curses, causes curses to have a chance to affix when enchanting regardless of its presence in the description, obfuscates curses from tooltip and instead makes the item's name red. curse of pandora: adds curios and cursed curios ancientcurses: adds altars where you can earn jewels (gems) to affix to an amulet for bonuses (future curio wip) Sound attracts mobs, proximity chat, and simple radios for bequiet systems Iron's spells & spellbook integrates with some of our mods and adds mobs and magic tenseambiance: dynamic biome based creepy ambient noise
16 lines
844 B
TOML
16 lines
844 B
TOML
#Tint the enchantment glint in a red shade when the item is enchanted with curses.
|
|
tint_enchantment_glint_when_cursed = true
|
|
#Obfuscate curse enchantments with enchantment runes on item tooltips.
|
|
obfuscate_curses_on_tooltips = true
|
|
#Obfuscate curses on enchanted books.
|
|
affect_books = true
|
|
#Temporarily show curses as normal text while any shift key is held in creative mode.
|
|
shift_shows_curses_in_creative = true
|
|
#Chance wearing or using a cursed piece of equipment will trigger the curses to be revealed. Set to 0.0 to disable revealing curses this way.
|
|
#Range: 0.0 ~ 1.0
|
|
curse_reveal_chance = 0.05
|
|
#Amount of experience levels required to make curses on an item visible by combining with an item from the 'sneakycurses:reveal_curses' tag (amethyst shards by default) in an anvil.
|
|
#Range: > 1
|
|
material_cost_for_revealing_curses_in_anvil = 5
|
|
|