22 lines
486 B
JSON
22 lines
486 B
JSON
|
{
|
||
|
"#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config",
|
||
|
"scarecrow": {
|
||
|
"mobs_whitelist": [
|
||
|
""
|
||
|
],
|
||
|
"mobs_blacklist": [
|
||
|
""
|
||
|
],
|
||
|
"scare_radius": 12
|
||
|
},
|
||
|
"general": {
|
||
|
"DPS_mode": "DYNAMIC",
|
||
|
"disable_equipment_damage": true,
|
||
|
"maximum_out_of_combat_interval": 120,
|
||
|
"dummy_decoy": false
|
||
|
},
|
||
|
"mobs_damage_numbers": {
|
||
|
"damage_mode": "NONE",
|
||
|
"healing_mode": "NONE"
|
||
|
}
|
||
|
}
|