Move create button
This commit is contained in:
parent
24b4bf1d67
commit
6ca0a27ef2
147
config/create-client.toml
Normal file
147
config/create-client.toml
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
#.
|
||||||
|
#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder!
|
||||||
|
[client]
|
||||||
|
#.
|
||||||
|
#Show item descriptions on Shift and controls on Ctrl.
|
||||||
|
enableTooltips = true
|
||||||
|
#.
|
||||||
|
#Display a tooltip when looking at overstressed components.
|
||||||
|
enableOverstressedTooltip = true
|
||||||
|
#.
|
||||||
|
#Log a stack-trace when rendering issues happen within a moving contraption.
|
||||||
|
explainRenderErrors = false
|
||||||
|
#.
|
||||||
|
#Higher density means more spawned particles.
|
||||||
|
# Default: 0.5
|
||||||
|
# Range: 0.0 ~ 1.0
|
||||||
|
fanParticleDensity = 0.5
|
||||||
|
#.
|
||||||
|
#[in Blocks]
|
||||||
|
#Maximum Distance to the player at which items in Blocks' filter slots will be displayed
|
||||||
|
# Default: 10.0
|
||||||
|
# Range: 1.0 ~ 3.4028234663852886E38
|
||||||
|
filterItemRenderDistance = 10.0
|
||||||
|
#.
|
||||||
|
#Choose the menu row that the Create config button appears on in the main menu
|
||||||
|
#Set to 0 to disable the button altogether
|
||||||
|
# Default: 2
|
||||||
|
# Range: 0 ~ 4
|
||||||
|
mainMenuConfigButtonRow = 3
|
||||||
|
#.
|
||||||
|
#Offset the Create config button in the main menu by this many pixels on the X axis
|
||||||
|
#The sign (-/+) of this value determines what side of the row the button appears on (left/right)
|
||||||
|
# Default: -4
|
||||||
|
# Range: > -2147483648
|
||||||
|
mainMenuConfigButtonOffsetX = -4
|
||||||
|
#.
|
||||||
|
#Choose the menu row that the Create config button appears on in the in-game menu
|
||||||
|
#Set to 0 to disable the button altogether
|
||||||
|
# Default: 3
|
||||||
|
# Range: 0 ~ 5
|
||||||
|
ingameMenuConfigButtonRow = 3
|
||||||
|
#.
|
||||||
|
#Offset the Create config button in the in-game menu by this many pixels on the X axis
|
||||||
|
#The sign (-/+) of this value determines what side of the row the button appears on (left/right)
|
||||||
|
# Default: -4
|
||||||
|
# Range: > -2147483648
|
||||||
|
ingameMenuConfigButtonOffsetX = -4
|
||||||
|
#.
|
||||||
|
#Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled
|
||||||
|
ignoreFabulousWarning = false
|
||||||
|
#.
|
||||||
|
#Disable to prevent being rotated while seated on a Moving Contraption
|
||||||
|
rotateWhenSeated = true
|
||||||
|
|
||||||
|
#.
|
||||||
|
#Configure your vision range when submerged in Create's custom fluids
|
||||||
|
[client.fluidFogSettings]
|
||||||
|
#.
|
||||||
|
#The vision range through honey will be multiplied by this factor
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.125 ~ 256.0
|
||||||
|
honey = 1.0
|
||||||
|
#.
|
||||||
|
#The vision range though chocolate will be multiplied by this factor
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.125 ~ 256.0
|
||||||
|
chocolate = 1.0
|
||||||
|
|
||||||
|
#.
|
||||||
|
#Settings for the Goggle Overlay
|
||||||
|
[client.goggleOverlay]
|
||||||
|
#.
|
||||||
|
#Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay
|
||||||
|
# Default: 20
|
||||||
|
# Range: > -2147483648
|
||||||
|
overlayOffsetX = 20
|
||||||
|
#.
|
||||||
|
#Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay
|
||||||
|
# Default: 0
|
||||||
|
# Range: > -2147483648
|
||||||
|
overlayOffsetY = 0
|
||||||
|
#.
|
||||||
|
#Enable this to use your custom colors for the Goggle- and Hover- Overlay
|
||||||
|
customColorsOverlay = false
|
||||||
|
#.
|
||||||
|
#The custom background color to use for the Goggle- and Hover- Overlays, if enabled
|
||||||
|
#[in Hex: #AaRrGgBb]
|
||||||
|
#[@cui:IntDisplay:#]
|
||||||
|
# Default: -267386864
|
||||||
|
# Range: > -2147483648
|
||||||
|
customBackgroundOverlay = -267386864
|
||||||
|
#.
|
||||||
|
#The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled
|
||||||
|
#[in Hex: #AaRrGgBb]
|
||||||
|
#[@cui:IntDisplay:#]
|
||||||
|
# Default: 1347420415
|
||||||
|
# Range: > -2147483648
|
||||||
|
customBorderTopOverlay = 1347420415
|
||||||
|
#.
|
||||||
|
#The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled
|
||||||
|
#[in Hex: #AaRrGgBb]
|
||||||
|
#[@cui:IntDisplay:#]
|
||||||
|
# Default: 1344798847
|
||||||
|
# Range: > -2147483648
|
||||||
|
customBorderBotOverlay = 1344798847
|
||||||
|
|
||||||
|
#.
|
||||||
|
#Sound settings
|
||||||
|
[client.sound]
|
||||||
|
#.
|
||||||
|
#Make cogs rumble and machines clatter.
|
||||||
|
enableAmbientSounds = true
|
||||||
|
#.
|
||||||
|
#Maximum volume modifier of Ambient noise
|
||||||
|
# Default: 0.10000000149011612
|
||||||
|
# Range: 0.0 ~ 1.0
|
||||||
|
ambientVolumeCap = 0.10000000149011612
|
||||||
|
|
||||||
|
#.
|
||||||
|
#Mod Integration and Recipe Viewer
|
||||||
|
[client.recipeViewerIntegration]
|
||||||
|
#.
|
||||||
|
#How Recipe Viewer search should interact with Stock Keepers
|
||||||
|
#Allowed Values: SYNC_BOTH, SYNC_FROM_JEI, SYNC_FROM_STOCK_KEEPER, NONE
|
||||||
|
syncRecipeViewerSearch = "SYNC_BOTH"
|
||||||
|
|
||||||
|
#.
|
||||||
|
#Railway related settings
|
||||||
|
[client.trains]
|
||||||
|
#.
|
||||||
|
#How far away the Camera should zoom when seated on a train
|
||||||
|
# Default: 3.0
|
||||||
|
# Range: 0.0 ~ 3.4028234663852886E38
|
||||||
|
mountedZoomMultiplier = 3.0
|
||||||
|
#.
|
||||||
|
#Display nodes and edges of a Railway Network while f3 debug mode is active
|
||||||
|
showTrackGraphOnF3 = false
|
||||||
|
#.
|
||||||
|
#Additionally display materials of a Rail Network while f3 debug mode is active
|
||||||
|
showExtendedTrackGraphOnF3 = false
|
||||||
|
#.
|
||||||
|
#Display Track Networks and Trains on supported map mods
|
||||||
|
showTrainMapOverlay = true
|
||||||
|
#.
|
||||||
|
#Track Network Color on maps
|
||||||
|
#Allowed Values: RED, GREY, WHITE
|
||||||
|
trainMapColorTheme = "RED"
|
||||||
@ -40,6 +40,10 @@ hash = "2d1f049396afdf1ffbb15ee74212a6a4ff8e18463dc5f213ce615fef45a40bc8"
|
|||||||
file = "config/cpm.json"
|
file = "config/cpm.json"
|
||||||
hash = "687c3842bb31ab7d7fa6bfec0b1d05f195f11aedd6a44205e027cc930df29b23"
|
hash = "687c3842bb31ab7d7fa6bfec0b1d05f195f11aedd6a44205e027cc930df29b23"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/create-client.toml"
|
||||||
|
hash = "1b15c38d149d21ef1604e783e1199cbe2fbcc2b17abb97e8ebdcfd7345d00145"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/create_enchantment_industry-server.toml"
|
file = "config/create_enchantment_industry-server.toml"
|
||||||
hash = "d90b4dcbc4b447d9653f8171fe2fc7b7ba630cae45415fc705f6b1d7206f06f2"
|
hash = "d90b4dcbc4b447d9653f8171fe2fc7b7ba630cae45415fc705f6b1d7206f06f2"
|
||||||
|
|||||||
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "8a2ddb0927b74aa4ad57d169641875f5b3af5f6ff266538172af2ea5a6792873"
|
hash = "eba4b39685e7a8cc46fa4e0936d68b2e0d556243f99097e244b94e6411eab77d"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.21.1"
|
minecraft = "1.21.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user