This commit is contained in:
Dmitry 2024-05-14 16:04:19 +07:00
parent 91aecc1b22
commit eb8ab1cbd5
7 changed files with 229 additions and 0 deletions

144
config/mcjtylib-client.toml Normal file
View file

@ -0,0 +1,144 @@
#Style settings for all mods using mcjtylib
[style]
#Color: slider top left border
colorSliderTopLeft = "2b2b2b"
#Color: slider bottom right border
colorSliderBottomRight = "ffffff"
#Color: slider background
colorSliderFiller = "636363"
#Color: slider knob top left border
colorSliderKnobTopLeft = "eeeeee"
#Color: slider knob bottom right border
colorSliderKnobBottomRight = "333333"
#Color: slider knob background
colorSliderKnobFiller = "8b8b8b"
#Color: slider knob top left border while dragging
colorSliderKnobDraggingTopLeft = "5c669d"
#Color: slider knob bottom right border while dragging
colorSliderKnobDraggingBottomRight = "bcc5ff"
#Color: slider knob background while dragging
colorSliderKnobDraggingFiller = "7f89bf"
#Color: slider knob top left border while hovering
colorSliderKnobHoveringTopLeft = "a5aac5"
#Color: slider knob bottom right border while hovering
colorSliderKnobHoveringBottomRight = "777c99"
#Color: slider knob background while hovering
colorSliderKnobHoveringFiller = "858aa5"
#Color: slider knob little marker lines
colorSliderKnobMarkerLine = "4e4e4e"
#Color: text normal
colorTextNormal = "303030"
#Color: text as used in lists
colorTextInListNormal = "151515"
#Color: text disabled
colorTextDisabled = "a0a0a0"
#Color: textfield top left border
colorTextFieldTopLeft = "2b2b2b"
#Color: textfield bottom right border
colorTextFieldBottomRight = "ffffff"
#Color: textfield background
colorTextFieldFiller = "c6c6c6"
#Color: textfield backbground while focused
colorTextFieldFocusedFiller = "eeeeee"
#Color: textfield backbground while hovering
colorTextFieldHoveringFiller = "dadada"
#Color: textfield cursor
colorTextFieldCursor = "0"
#Color: energy bar top left border
colorEnergyBarTopLeft = "2b2b2b"
#Color: energy bar bottom right border
colorEnergyBarBottomRight = "ffffff"
#Color: energy bar high energy level
colorEnergyBarHighEnergy = "dd0000"
#Color: energy bar low energy level
colorEnergyBarLowEnergy = "631111"
#Color: energy bar spacer (between every energy level bar)
colorEnergyBarSpacer = "430000"
#Color: energy bar text
colorEnergyBarText = "ffffff"
#Color: list background
colorListBackground = "8b8b8b"
#Color: list separator line
colorListSeparatorLine = "5c5c5c"
#Color: list selected and highlighted gradient
colorListSelectedHighlightedGradient1 = "bbbb00"
#Color: list selected and highlighted gradient
colorListSelectedHighlightedGradient2 = "999900"
#Color: list selected gradient
colorListSelectedGradient1 = "616161"
#Color: list selected gradient
colorListSelectedGradient2 = "414141"
#Color: list highlighted gradient
colorListHighlightedGradient1 = "717120"
#Color: list highlighted gradient
colorListHighlightedGradient2 = "515110"
#Color: standard bevel bright border color
colorBackgroundBevelBright = "ffffff"
#Color: standard bevel dark border color
colorBackgroundBevelDark = "2b2b2b"
#Color: standard background color
colorBackgroundFiller = "c6c6c6"
#Color: toggle button normal top left border
colorToggleNormalBorderTopLeft = "eeeeee"
#Color: toggle button normal bottom right border
colorToggleNormalBorderBottomRight = "777777"
#Color: toggle button normal background
colorToggleNormalFiller = "c6c6c6"
#Color: toggle button disabled top left border
colorToggleDisabledBorderTopLeft = "eeeeee"
#Color: toggle button disabled bottom right border
colorToggleDisabledBorderBottomRight = "777777"
#Color: toggle button disabled background
colorToggleDisabledFiller = "c6c6c6"
#Color: toggle button normal text
colorToggleTextNormal = "303030"
#Color: toggle button disabled text
colorToggleTextDisabled = "a0a0a0"
#Color: cycle button small triangle
colorCycleButtonTriangleNormal = "0"
#Color: cycle button disabled small triangle
colorCycleButtonTriangleDisabled = "888888"
#Color: external border around buttons and some other components
colorButtonExternalBorder = "0"
#Color: button top left border
colorButtonBorderTopLeft = "eeeeee"
#Color: button bottom right border
colorButtonBorderBottomRight = "777777"
#Color: button background
colorButtonFiller = "c6c6c6"
#Color: button background gradient
colorButtonFillerGradient1 = "b1b1b1"
#Color: button background gradient
colorButtonFillerGradient2 = "e1e1e1"
#Color: disabled button top left border
colorButtonDisabledBorderTopLeft = "eeeeee"
#Color: disabled button bottom right border
colorButtonDisabledBorderBottomRight = "777777"
#Color: disabled button background
colorButtonDisabledFiller = "c6c6c6"
#Color: disabled button background gradient
colorButtonDisabledFillerGradient1 = "b1b1b1"
#Color: disabled button background gradient
colorButtonDisabledFillerGradient2 = "e1e1e1"
#Color: selected button top left border
colorButtonSelectedBorderTopLeft = "5c669d"
#Color: selected button bottom right border
colorButtonSelectedBorderBottomRight = "bcc5ff"
#Color: selected button background
colorButtonSelectedFiller = "7f89bf"
#Color: selected button background gradient
colorButtonSelectedFillerGradient1 = "6a74aa"
#Color: selected button background gradient
colorButtonSelectedFillerGradient2 = "949ed4"
#Color: hovering button top left border
colorButtonHoveringBorderTopLeft = "a5aac5"
#Color: hovering button bottom right border
colorButtonHoveringBorderBottomRight = "999ebb"
#Color: hovering button background
colorButtonHoveringFiller = "a2a7c2"
#Color: hovering button background gradient
colorButtonHoveringFillerGradient1 = "8d92ad"
#Color: hovering button background gradient
colorButtonHoveringFillerGradient2 = "babfda"

16
config/ping-wheel.json Normal file
View file

@ -0,0 +1,16 @@
{
"pingVolume": 100,
"pingDuration": 7,
"pingDistance": 2048,
"correctionPeriod": 1.0,
"itemIconVisible": true,
"directionIndicatorVisible": true,
"nameLabelForced": false,
"pingSize": 100,
"channel": "",
"raycastDistance": 1024,
"safeZoneLeft": 5,
"safeZoneRight": 5,
"safeZoneTop": 5,
"safeZoneBottom": 60
}

View file

@ -0,0 +1,5 @@
{
"globalChannelDisabled": false,
"msToRegenerate": 1000,
"rateLimit": 5
}

View file

@ -0,0 +1,21 @@
#Settings for the builder
[builder]
#If true a holo hud with current progress is shown above the builder
showProgressHud = true
#Settings for the scanner, composer, and projector
[scanner]
#Height of the beacon in case beacons are used
#Range: > 0
locatorBeaconHeight = 30
#The amount of milliseconds before the client will remove shape render data that hasn't been used. Decreasing this will free memory faster at the cost of having to update shape renders more often
#Range: 100 ~ 1000000
clientRenderDataTimeout = 10000
#The amount of milliseconds that a scanline 'flash' will exist on the client
#Range: 10 ~ 1000000
projectorFlashTimeout = 400
#The volume for the projector sound (0.0 is off)
#Range: 0.0 ~ 1.0
baseProjectorVolume = 0.4

View file

@ -0,0 +1,10 @@
#Maximum health of the common blob
#Range: > 0
commonBlobMaxHealth = 30
#Maximum health of the rare blob
#Range: > 0
rareBlobMaxHealth = 250
#Maximum health of the legendary blob
#Range: > 0
legendaryBlobMaxHealth = 5000

View file

@ -0,0 +1,15 @@
#Settings for the screen system
[screen]
#Set to true for TrueType font, set to false for vanilla font
useTruetype = false
#Set to true for force TrueType to be disabled in all cases. Use this in case the truetype font is causing issues
forceNoTruetype = false
#The default truetype font to use
fontName = "rftoolsutility:ubuntu"
#The size of the font
#Range: 0.0 ~ 1000000.0
fontSize = 40.0
#Additional characters that should be supported by the truetype system
additionalCharacters = ""

18
config/terrablender.toml Normal file
View file

@ -0,0 +1,18 @@
#General settings
general = {}
#Generation settings
[generation_settings]
#The size of nether biome regions from each mod that uses TerraBlender.
#Range: 2-6
nether_region_size = 2
#The size of overworld biome regions from each mod that uses TerraBlender.
#Range: 2-6
overworld_region_size = 3
#The weighting of vanilla biome regions in the nether.
#Range: 0-2147483647
vanilla_nether_region_weight = 10
#The weighting of vanilla biome regions in the overworld.
#Range: 0-2147483647
vanilla_overworld_region_weight = 10