25 lines
659 B
SNBT
25 lines
659 B
SNBT
# Client-specific configuration for FTB Backups 3
|
|
# Modpack defaults should be defined in <instance>/config/ftbbackups3-client.snbt
|
|
# (may be overwritten on modpack update)
|
|
# Players may locally override this by copying into <instance>/local/ftbbackups3-client.snbt
|
|
# (will NOT be overwritten on modpack update)
|
|
|
|
{
|
|
overlay: {
|
|
# Default: 4
|
|
# Range: -∞ ~ +∞
|
|
overlay_inset_x: 4
|
|
|
|
# Default: 4
|
|
# Range: -∞ ~ +∞
|
|
overlay_inset_y: 4
|
|
|
|
# Default: "top_left"
|
|
# Valid values: "top_left", "top", "top_right", "right", "bottom_right", "bottom", "bottom_left", "left"
|
|
overlay_pos: "top_left"
|
|
|
|
# Default: true
|
|
show_overlay: true
|
|
}
|
|
}
|