first commit
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
# Don't change this! Version used to track needed updates.
|
||||
version = 1
|
||||
moddedLanternWorkaround = false
|
||||
|
||||
[widgetSettings]
|
||||
showUIHints = true
|
||||
quickSelect = true
|
||||
|
||||
[spyglassZoomSettings]
|
||||
scrollableZoom = true
|
||||
rememberZoomLevel = true
|
||||
|
||||
[infoOverlaySettings]
|
||||
position = "TOP_LEFT"
|
||||
offsetX = 0
|
||||
offsetY = 0
|
||||
textBackground = true
|
||||
textBackgroundOpacity = 0.3
|
||||
textShadow = false
|
||||
coloredSeason = true
|
||||
coloredWeather = true
|
||||
|
||||
[infoOverlaySettings.overlayColors]
|
||||
|
||||
[infoOverlaySettings.overlayColors.raining]
|
||||
# Red component, 0 to 255
|
||||
r = 82
|
||||
# Green component, 0 to 255
|
||||
g = 160
|
||||
# Blue component, 0 to 255
|
||||
b = 247
|
||||
|
||||
[infoOverlaySettings.overlayColors.thundering]
|
||||
# Red component, 0 to 255
|
||||
r = 48
|
||||
# Green component, 0 to 255
|
||||
g = 99
|
||||
# Blue component, 0 to 255
|
||||
b = 156
|
||||
|
||||
[infoOverlaySettings.overlayColors.cloudy]
|
||||
# Red component, 0 to 255
|
||||
r = 135
|
||||
# Green component, 0 to 255
|
||||
g = 135
|
||||
# Blue component, 0 to 255
|
||||
b = 135
|
||||
|
||||
[infoOverlaySettings.overlayColors.snowing]
|
||||
# Red component, 0 to 255
|
||||
r = 47
|
||||
# Green component, 0 to 255
|
||||
g = 206
|
||||
# Blue component, 0 to 255
|
||||
b = 210
|
||||
|
||||
[infoOverlaySettings.overlayColors.spring]
|
||||
# Red component, 0 to 255
|
||||
r = 66
|
||||
# Green component, 0 to 255
|
||||
g = 245
|
||||
# Blue component, 0 to 255
|
||||
b = 90
|
||||
|
||||
[infoOverlaySettings.overlayColors.summer]
|
||||
# Red component, 0 to 255
|
||||
r = 242
|
||||
# Green component, 0 to 255
|
||||
g = 245
|
||||
# Blue component, 0 to 255
|
||||
b = 66
|
||||
|
||||
[infoOverlaySettings.overlayColors.autumn]
|
||||
# Red component, 0 to 255
|
||||
r = 245
|
||||
# Green component, 0 to 255
|
||||
g = 117
|
||||
# Blue component, 0 to 255
|
||||
b = 66
|
||||
|
||||
[infoOverlaySettings.overlayColors.winter]
|
||||
# Red component, 0 to 255
|
||||
r = 66
|
||||
# Green component, 0 to 255
|
||||
g = 245
|
||||
# Blue component, 0 to 255
|
||||
b = 245
|
||||
@@ -0,0 +1,35 @@
|
||||
# Don't change this! Version used to track needed updates.
|
||||
version = 1
|
||||
slotMode = "DEFAULT_SLOT"
|
||||
hideDebugInfoInSurvival = false
|
||||
cancelElytraFlyingInLiquid = true
|
||||
preventElytraRightClickEquip = false
|
||||
|
||||
[accessorySettings]
|
||||
clockAccessory = true
|
||||
compassAccessory = true
|
||||
recoveryCompassAccessory = true
|
||||
calendarAccessory = true
|
||||
elytraAccessory = true
|
||||
spyglassAccessory = true
|
||||
lanternAccessory = true
|
||||
totemOfUndyingAccessory = true
|
||||
enderChestAccessory = true
|
||||
shulkerBoxAccessory = true
|
||||
arrowAccessory = true
|
||||
|
||||
[infoOverlaySettings]
|
||||
showYCoordinate = true
|
||||
obfuscateCompassIfNotOverworld = false
|
||||
obfuscateClockIfNotOverworld = true
|
||||
useObfuscationEffect = true
|
||||
|
||||
[infoOverlaySettings.overlayFields]
|
||||
coordinates = true
|
||||
direction = true
|
||||
biome = true
|
||||
dayAndTime = true
|
||||
weather = true
|
||||
moonPhase = true
|
||||
season = true
|
||||
lastDeathLocation = true
|
||||
Reference in New Issue
Block a user