Files
FearFactory/1.20.1-FearFactoryTest/minecraft/config/cursery.json
Logicka a4741227b9 Configs generated, added some mods including Iron's spellbook. NOTE: need sound whitelist for player sounds
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
2025-05-27 09:09:23 -05:00

32 lines
1.1 KiB
JSON

{
"showDesc": {
"desc:": "Should enchanted books show a hint for curse magic, default:true",
"showDesc": true
},
"excludedCurses": {
"desc:": "Add a curse id here to exclude it from beeing applied. To put multiple values seperate them by commas like this: [\"minecraft:curse\", \"mod:curse;\"] ",
"excludedCurses": [
"minecraft:vanishing_curse"
]
},
"excludeTreasure": {
"desc:": "Should applying treasure enchants be excluded, default:false",
"excludeTreasure": false
},
"onlynotechanted": {
"desc:": "Should curses only be applied on enchanting unenchanted items, recommended to increase base chance when enabling, default:false",
"onlynotechanted": false
},
"basecursechance": {
"desc:": "Base curse application chance, scales up the more enchants the item has. Default:5 %",
"basecursechance": 5
},
"debugTries": {
"desc:": "Whether to log debug messages about curse chances beeing rolled, default = false",
"debugTries": false
},
"visualSuccess": {
"desc:": "Should enchanting success play a sound and show particles, default:true",
"visualSuccess": true
}
}