Files
FearFactory/1.20.1-FearFactoryTest/minecraft/config/cursery.json

32 lines
1.1 KiB
JSON
Raw Normal View History

{
"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
}
}