Files
OFModpack/config/ftbquests-client.snbt
lucasdpt 0129d81bd4 fix eol
2026-06-14 02:07:47 +02:00

59 lines
1.1 KiB
SNBT

{
notifications: {
# Default: true
completion_sounds: true
# Default: "toast"
# Valid values: "toast", "chat", "action_bar", "none"
completion_style: "toast"
# Default: "toast"
# Valid values: "toast", "chat", "action_bar", "none"
reward_style: "toast"
}
pinned: {
# Default: "chapter"
# Valid values: "file", "chapter"
auto_pin_follows: "chapter"
# Default: 2
# Range: - ~ +
pinned_quests_inset_x: 2
# Default: 2
# Range: - ~ +
pinned_quests_inset_y: 2
# Default: "right"
# Valid values: "top_left", "top", "top_right", "right", "bottom_right", "bottom", "bottom_left", "left"
pinned_quests_pos: "right"
# Default: 0.75
# Range: 0.25 ~ 2.0
pinned_quests_scale: 0.75d
}
ui: {
# Default: true
backspace_history: true
# Default: false
chapter_panel_pinned: false
# Default: false
old_scroll_wheel: false
# Default: true
show_lock_icon: true
}
xlate: {
# Default: ""
editing_locale: ""
# Default: ""
fallback_locale: ""
# Default: true
hilite_missing: true
}
}