moving around
This commit is contained in:
24
web/pack/config/ftbbackups3-client.snbt
Normal file
24
web/pack/config/ftbbackups3-client.snbt
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user