cfg new
This commit is contained in:
parent
8a159254a2
commit
ce9685558d
19 changed files with 1387 additions and 432 deletions
9
config/additionalplacements-client.toml
Normal file
9
config/additionalplacements-client.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
#Client settings
|
||||
[client]
|
||||
#Default enabled state for Additional Placement placement logic. Please note that this value takes effect any time you load a world or log in to a server.
|
||||
default_placement_logic_state = true
|
||||
#The length of time in milliseconds for which the placement toggle key must be held for it to automatically return to the previous state when the key is released. setting to 0 turns the key into hold only, setting it to a high value (such as 1000000) will make it generally behave as always a toggle
|
||||
#Range: 0 ~ 9223372036854775807
|
||||
toggle_quickpress_time = 500
|
||||
|
||||
|
|
@ -132,7 +132,7 @@
|
|||
},
|
||||
"texLocation": "minecraft:textures/gui/options_background.png"
|
||||
},
|
||||
"worldGuiBackground": {
|
||||
"altGuiBackground": {
|
||||
"start": {
|
||||
"red": 16,
|
||||
"green": 16,
|
||||
|
|
|
|||
|
|
@ -4,9 +4,13 @@
|
|||
"showCommandExecutionErrors": true
|
||||
},
|
||||
"debugChunkloadAttempts": {
|
||||
"desc:": "Enables debug logging of chunks being forceloaded on serverthread by directly accessing an unloaded chunk, which stalls the server until the chunk finishes loading: default:false",
|
||||
"desc:": "Enables debug logging of chunks being forceloaded on serverthread by directly accessing an unloaded chunk, which stalls the server until the chunk finishes loading, incompatible with lithium and its forks: default:false",
|
||||
"debugChunkloadAttempts": false
|
||||
},
|
||||
"skipErrorOnEntityLoad": {
|
||||
"desc:": "Prevent crashes on entity loading: default:false",
|
||||
"skipErrorOnEntityLoad": false
|
||||
},
|
||||
"logOffthreadEntityAdd": {
|
||||
"desc:": "Entities should only be added on the server thread itself, cupboard fixes the crashes caused by mods violating that, this option enables the logging of those: default:true",
|
||||
"logOffthreadEntityAdd": true
|
||||
|
|
|
|||
|
|
@ -24,6 +24,6 @@
|
|||
"notifications": {
|
||||
"force_disable_donation_prompts": false,
|
||||
"has_cleared_donation_button": true,
|
||||
"has_seen_donation_prompt": false
|
||||
"has_seen_donation_prompt": true
|
||||
}
|
||||
}
|
||||
|
|
@ -449,6 +449,13 @@
|
|||
*/
|
||||
show-recipe-ids: false;
|
||||
|
||||
/**
|
||||
* Whether to display additional widgets added to recipes from other mods.
|
||||
* These are typically developer facing and compatibility related, and not useful
|
||||
* for players.
|
||||
*/
|
||||
show-recipe-decorators: false;
|
||||
|
||||
/**
|
||||
* Whether stacks in the index should display a highlight if they have a recipe
|
||||
* default.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
[Camera]
|
||||
#Default focal range of the camera (with built in lens).
|
||||
#Separated by a comma. Allowed range: 10-300
|
||||
#Default focal range of the camera (without a lens attached).
|
||||
#Allowed range: 10-300
|
||||
#Default: 18-55
|
||||
DefaultFocalRange = "18-55"
|
||||
#Focal Range per lens. Item ID and min-max (or single number for primes) focal lengths. Separated by a comma. Allowed range: 10-300
|
||||
|
|
@ -32,3 +32,9 @@
|
|||
#Fluid spouting sequence required to develop black and white film.
|
||||
BlackAndWhiteFilmSequence = ["{FluidName:\"minecraft:water\",Amount:250}"]
|
||||
|
||||
[Photographs]
|
||||
#How many photographs can be stacked in Stacked Photographs item. Default: 16.
|
||||
#Larger numbers may cause errors. Use at your own risk.
|
||||
#Range: 2 ~ 64
|
||||
StackedPhotographsMaxSize = 16
|
||||
|
||||
|
|
|
|||
5
config/fancymenu/custom_gui_screens.txt
Normal file
5
config/fancymenu/custom_gui_screens.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
type = custom_gui_screens
|
||||
|
||||
overridden_screens {
|
||||
}
|
||||
|
||||
|
|
@ -1,67 +1,121 @@
|
|||
type = menu
|
||||
type = fancymenu_layout
|
||||
|
||||
customization-meta {
|
||||
identifier = de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen
|
||||
randomgroup = 1
|
||||
renderorder = foreground
|
||||
layout-meta {
|
||||
identifier = drippy_loading_overlay
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1710837053318
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:55b262f6-3a28-4097-9287-2a222e1d0a38-1710837053318] = [groups:][instances:]
|
||||
}
|
||||
|
||||
menu_background {
|
||||
slideshow_name = main_menu
|
||||
background_type = slideshow
|
||||
}
|
||||
|
||||
customization {
|
||||
name = main_menu
|
||||
action = setbackgroundslideshow
|
||||
}
|
||||
|
||||
customization {
|
||||
keepaspectratio = false
|
||||
action = backgroundoptions
|
||||
keepaspectratio = false
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
original_pos_size_calculation = true
|
||||
x = 93
|
||||
width = 240
|
||||
action = deep_customization_element:drippy_overlay_logo
|
||||
actionid = 94cb0d88-975f-4fa2-9ecb-c287671dc16b1699231552535
|
||||
y = 90
|
||||
height = 60
|
||||
scroll_list_customization {
|
||||
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||
render_scroll_list_header_shadow = true
|
||||
render_scroll_list_footer_shadow = true
|
||||
show_scroll_list_header_footer_preview_in_editor = false
|
||||
repeat_scroll_list_header_texture = false
|
||||
repeat_scroll_list_footer_texture = false
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
hidden = false
|
||||
original_pos_size_calculation = true
|
||||
x = 93
|
||||
width = 240
|
||||
action = deep_customization_element:drippy_overlay_progress_bar
|
||||
actionid = 7e5f2a23-d865-4b77-8051-b2eb982fd5a51699231552539
|
||||
y = 194
|
||||
height = 10
|
||||
}
|
||||
|
||||
customization {
|
||||
custom_color_hex = #FFFFFF00
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = -1000000
|
||||
width = 0
|
||||
action = deep_customization_element:drippy_overlay_background
|
||||
actionid = 10e31d58-404e-4f2f-affb-39a67b089a021699234362017
|
||||
y = -1000000
|
||||
height = 0
|
||||
}
|
||||
|
||||
customization {
|
||||
path = kubejs/assets/tfg/textures/gui/logo_512x512.png
|
||||
orientation = mid-centered
|
||||
element {
|
||||
source = [source:local]kubejs/assets/tfg/textures/gui/logo_512x512.png
|
||||
repeat_texture = false
|
||||
nine_slice_texture = false
|
||||
nine_slice_texture_border_x = 5
|
||||
nine_slice_texture_border_y = 5
|
||||
element_type = image
|
||||
instance_identifier = 22ec4f96-137c-48d9-ac6b-cb4f58e7a7821699231610566
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = -50
|
||||
width = 100
|
||||
action = addtexture
|
||||
actionid = 22ec4f96-137c-48d9-ac6b-cb4f58e7a7821699231610566
|
||||
y = -50
|
||||
width = 100
|
||||
height = 100
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 3a10ee73-edca-4147-869e-7902775a5a14-1710837053343
|
||||
[loading_requirement_container_meta:3a10ee73-edca-4147-869e-7902775a5a14-1710837053343] = [groups:][instances:]
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 97c197fd-2437-4d73-8648-da77552b154b-1710837053334
|
||||
[executable_block:97c197fd-2437-4d73-8648-da77552b154b-1710837053334][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mojang_logo
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = vanilla
|
||||
x = 0
|
||||
y = 0
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = dc9be166-cadf-440c-98bc-47ac378980ba-1710837053334
|
||||
[loading_requirement_container_meta:dc9be166-cadf-440c-98bc-47ac378980ba-1710837053334] = [groups:][instances:]
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = f3a70cd2-ecfc-4b6b-91cf-b88673431f32-1710837053334
|
||||
[executable_block:f3a70cd2-ecfc-4b6b-91cf-b88673431f32-1710837053334][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = progress_bar
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = vanilla
|
||||
x = 0
|
||||
y = 0
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = fa6c81c1-332c-4f8c-b85a-2de260b1542c-1710837053334
|
||||
[loading_requirement_container_meta:fa6c81c1-332c-4f8c-b85a-2de260b1542c-1710837053334] = [groups:][instances:]
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,335 +1,278 @@
|
|||
type = menu
|
||||
type = fancymenu_layout
|
||||
|
||||
customization-meta {
|
||||
identifier = net.minecraft.client.gui.screens.TitleScreen
|
||||
randomgroup = 1
|
||||
renderorder = foreground
|
||||
layout-meta {
|
||||
identifier = title_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1710837053344
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:77e5ee79-1bd5-4b97-8962-db394c647e83-1710837053344] = [groups:][instances:]
|
||||
}
|
||||
|
||||
menu_background {
|
||||
slideshow_name = main_menu
|
||||
background_type = slideshow
|
||||
}
|
||||
|
||||
customization {
|
||||
name = main_menu
|
||||
action = setbackgroundslideshow
|
||||
}
|
||||
|
||||
customization {
|
||||
keepaspectratio = false
|
||||
action = backgroundoptions
|
||||
keepaspectratio = false
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button%
|
||||
orientation = bottom-left
|
||||
x = 2
|
||||
action = movebutton
|
||||
y = -10
|
||||
scroll_list_customization {
|
||||
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||
render_scroll_list_header_shadow = true
|
||||
render_scroll_list_footer_shadow = true
|
||||
show_scroll_list_header_footer_preview_in_editor = false
|
||||
repeat_scroll_list_header_texture = false
|
||||
repeat_scroll_list_footer_texture = false
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button%
|
||||
orientation = mid-centered
|
||||
x = -55
|
||||
action = movebutton
|
||||
y = -28
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button%
|
||||
width = 98
|
||||
action = resizebutton
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button%
|
||||
element {
|
||||
button_element_executable_block_identifier = dbfd850d-f49c-44f9-975c-52b0b07335f1-1710837053353
|
||||
[executable_action_instance:dc0290c6-6dcd-41ab-b222-a76c27eaec6e-1710837053356][action_type:joinserver] = modern.terrafirmagreg.su
|
||||
[executable_block:dbfd850d-f49c-44f9-975c-52b0b07335f1-1710837053353][type:generic] = [executables:dc0290c6-6dcd-41ab-b222-a76c27eaec6e-1710837053356;]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=376322%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=376322%
|
||||
orientation = mid-centered
|
||||
x = 72
|
||||
action = movebutton
|
||||
y = 18
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=376322%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/modrinth_logo.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_options_button%
|
||||
orientation = mid-centered
|
||||
x = 47
|
||||
action = movebutton
|
||||
y = -5
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_options_button%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_quit_button%
|
||||
orientation = mid-centered
|
||||
x = -55
|
||||
action = movebutton
|
||||
y = 18
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_quit_button%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_language_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_language_button%
|
||||
orientation = mid-centered
|
||||
x = 86
|
||||
action = movebutton
|
||||
y = 41
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button%
|
||||
orientation = mid-centered
|
||||
x = -55
|
||||
action = movebutton
|
||||
y = -51
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover.png
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/button.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:forge_titlescreen_mods_button%
|
||||
orientation = mid-centered
|
||||
x = -55
|
||||
action = movebutton
|
||||
y = -5
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:forge_titlescreen_mods_button%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_realms_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_realms_button%
|
||||
orientation = mid-centered
|
||||
x = 47
|
||||
action = movebutton
|
||||
y = -5
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = 186
|
||||
width = 268
|
||||
action = deep_customization_element:title_screen_forge_top
|
||||
actionid = 2b0f749a-ca2d-476d-b6a3-caf3dcd7e1971699232461193
|
||||
y = 4
|
||||
height = 19
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = 2
|
||||
width = 122
|
||||
action = deep_customization_element:title_screen_branding
|
||||
actionid = 473712fb-e2ae-4dc5-a5c4-440bd571d2971699232461193
|
||||
y = 365
|
||||
height = 50
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = 283
|
||||
width = 228
|
||||
action = deep_customization_element:title_screen_forge_copyright
|
||||
actionid = e35897c5-67fe-4b25-9d46-ec33d14ee19d1699232461193
|
||||
y = 254
|
||||
height = 9
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = 423
|
||||
width = 13
|
||||
action = deep_customization_element:title_screen_realms_notification
|
||||
actionid = 3554a30d-ad9e-47ae-881f-9fd3cc6467771699232461193
|
||||
y = 184
|
||||
height = 13
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = 183
|
||||
width = 274
|
||||
action = deep_customization_element:title_screen_logo
|
||||
actionid = 60d71936-244d-4321-984c-d3860e2a7c7e1699232461194
|
||||
y = 30
|
||||
height = 52
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = mid-centered
|
||||
splash_color = #ffff00
|
||||
hidden = false
|
||||
x = 221
|
||||
width = 60
|
||||
splash_rotation = -20
|
||||
action = deep_customization_element:title_screen_splash
|
||||
actionid = 1fac19ad-13d2-4cfd-8f48-d5b537614e231699232461194
|
||||
y = -89
|
||||
height = 30
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = mid-centered
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = joinserver;modern.terrafirmagreg.su%btnaction_splitter_fm%
|
||||
backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
label = Offical Server
|
||||
loopbackgroundanimations = true
|
||||
navigatable = true
|
||||
element_type = custom_button
|
||||
instance_identifier = 6514e312-8243-47af-a516-89743d8ca1af1699692677651
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 47
|
||||
width = 98
|
||||
action = addbutton
|
||||
actionid = 6514e312-8243-47af-a516-89743d8ca1af1699692677651
|
||||
y = -28
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
width = 98
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = da72b434-a35d-463b-99f5-2aa6c62b3247-1710837053356
|
||||
[loading_requirement_container_meta:da72b434-a35d-463b-99f5-2aa6c62b3247-1710837053356] = [groups:][instances:]
|
||||
}
|
||||
|
||||
customization {
|
||||
path = kubejs/assets/tfg/textures/gui/logo_512x512.png
|
||||
orientation = mid-centered
|
||||
x = -177
|
||||
width = 117
|
||||
action = addtexture
|
||||
actionid = 9bb15e9d-fedb-4e15-a37f-7586c0dcb4921699691344434
|
||||
y = -63
|
||||
height = 113
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = mid-centered
|
||||
element {
|
||||
button_element_executable_block_identifier = 42d3aca7-49fe-412d-b20e-aea6045d6df6-1710837053357
|
||||
[executable_action_instance:d90363b6-1abc-4a2c-a9a8-0383341a1847-1710837053357][action_type:openlink] = https://modrinth.com/modpack/terrafirmagreg
|
||||
[executable_block:42d3aca7-49fe-412d-b20e-aea6045d6df6-1710837053357][type:generic] = [executables:d90363b6-1abc-4a2c-a9a8-0383341a1847-1710837053357;]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/modrinth_logo.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/modrinth_logo_hovered.png
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = openlink;https://www.curseforge.com/minecraft/modpacks/terrafirmagreg%btnaction_splitter_fm%
|
||||
backgroundhovered = kubejs/assets/tfg/textures/gui/curseforge_logo_hovered.png
|
||||
label =
|
||||
loopbackgroundanimations = true
|
||||
x = 47
|
||||
width = 20
|
||||
action = addbutton
|
||||
actionid = 9f789963-f2dc-46f7-a57b-9c4de545a6ff1699691707372
|
||||
y = 18
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/curseforge_logo.png
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = mid-centered
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = openlink;https://discord.gg/terrafirmagreg%btnaction_splitter_fm%
|
||||
backgroundhovered = kubejs/assets/tfg/textures/gui/discord_logo_hovered.png
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
label =
|
||||
loopbackgroundanimations = true
|
||||
x = 125
|
||||
width = 20
|
||||
action = addbutton
|
||||
actionid = 57a283ec-1941-4101-b14b-f2188e8660671699691708296
|
||||
y = 18
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/discord_logo.png
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = mid-centered
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = openlink;https://github.com/TerraFirmaGreg-Team/Modpack-1.20.x%btnaction_splitter_fm%
|
||||
backgroundhovered = kubejs/assets/tfg/textures/gui/github_logo_hovered.png
|
||||
label =
|
||||
loopbackgroundanimations = true
|
||||
x = 99
|
||||
width = 20
|
||||
action = addbutton
|
||||
actionid = 91b4ae84-eed0-47a3-8fe9-6957c02d2c621699691709167
|
||||
y = 18
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/github_logo.png
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = mid-centered
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = openlink;https://modrinth.com/modpack/terrafirmagreg%btnaction_splitter_fm%
|
||||
backgroundhovered = kubejs/assets/tfg/textures/gui/modrinth_logo_hovered.png
|
||||
label =
|
||||
loopbackgroundanimations = true
|
||||
navigatable = true
|
||||
element_type = custom_button
|
||||
instance_identifier = 6514e312-8243-47af-a516-89743d8ca1af1699692677651
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 73
|
||||
width = 20
|
||||
action = addbutton
|
||||
actionid = 6514e312-8243-47af-a516-89743d8ca1af1699692677651
|
||||
y = 18
|
||||
backgroundnormal = kubejs/assets/tfg/textures/gui/modrinth_logo.png
|
||||
width = 20
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 6fe51a26-4678-48dc-aa77-32b4a40c8de6-1710837053357
|
||||
[loading_requirement_container_meta:6fe51a26-4678-48dc-aa77-32b4a40c8de6-1710837053357] = [groups:][instances:]
|
||||
}
|
||||
|
||||
customization {
|
||||
element {
|
||||
source = [source:local]kubejs/assets/tfg/textures/gui/logo_512x512.png
|
||||
repeat_texture = false
|
||||
nine_slice_texture = false
|
||||
nine_slice_texture_border_x = 5
|
||||
nine_slice_texture_border_y = 5
|
||||
element_type = image
|
||||
instance_identifier = 9bb15e9d-fedb-4e15-a37f-7586c0dcb4921699691344434
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = -177
|
||||
y = -63
|
||||
width = 117
|
||||
height = 113
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 029a37fe-5cb4-45d0-966f-8f7da3dd827d-1710837053356
|
||||
[loading_requirement_container_meta:029a37fe-5cb4-45d0-966f-8f7da3dd827d-1710837053356] = [groups:][instances:]
|
||||
}
|
||||
|
||||
element {
|
||||
button_element_executable_block_identifier = 5b9bb717-2afd-456c-b287-3265e1c5846b-1710837053356
|
||||
[executable_action_instance:4c567222-7807-4321-ab09-a3991a142702-1710837053356][action_type:openlink] = https://www.curseforge.com/minecraft/modpacks/terrafirmagreg
|
||||
[executable_block:5b9bb717-2afd-456c-b287-3265e1c5846b-1710837053356][type:generic] = [executables:4c567222-7807-4321-ab09-a3991a142702-1710837053356;]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/curseforge_logo.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/curseforge_logo_hovered.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
label =
|
||||
navigatable = true
|
||||
element_type = custom_button
|
||||
instance_identifier = 9f789963-f2dc-46f7-a57b-9c4de545a6ff1699691707372
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 47
|
||||
y = 18
|
||||
width = 20
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 2ccbd597-85c1-48a5-b5ea-49040e18d08a-1710837053356
|
||||
[loading_requirement_container_meta:2ccbd597-85c1-48a5-b5ea-49040e18d08a-1710837053356] = [groups:][instances:]
|
||||
}
|
||||
|
||||
element {
|
||||
button_element_executable_block_identifier = 439fb617-02cf-43fe-a803-599ba19aa76c-1710837053356
|
||||
[executable_action_instance:a3ce8295-09e2-46f2-8280-78b5f0f8490f-1710837053356][action_type:openlink] = https://discord.gg/terrafirmagreg
|
||||
[executable_block:439fb617-02cf-43fe-a803-599ba19aa76c-1710837053356][type:generic] = [executables:a3ce8295-09e2-46f2-8280-78b5f0f8490f-1710837053356;]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/discord_logo.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/discord_logo_hovered.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
label =
|
||||
navigatable = true
|
||||
element_type = custom_button
|
||||
instance_identifier = 57a283ec-1941-4101-b14b-f2188e8660671699691708296
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 125
|
||||
y = 18
|
||||
width = 20
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 934f6ee3-6f2a-4bf5-8f41-0a4ece8e0637-1710837053356
|
||||
[loading_requirement_container_meta:934f6ee3-6f2a-4bf5-8f41-0a4ece8e0637-1710837053356] = [groups:][instances:]
|
||||
}
|
||||
|
||||
element {
|
||||
button_element_executable_block_identifier = aa66e1ae-6d7d-48c4-82f4-e2afd0fb4926-1710837053356
|
||||
[executable_action_instance:d4016aa6-44fa-4433-811f-b40c185664dc-1710837053357][action_type:openlink] = https://github.com/TerraFirmaGreg-Team/Modpack-1.20.x
|
||||
[executable_block:aa66e1ae-6d7d-48c4-82f4-e2afd0fb4926-1710837053356][type:generic] = [executables:d4016aa6-44fa-4433-811f-b40c185664dc-1710837053357;]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/github_logo.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/github_logo_hovered.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
label =
|
||||
navigatable = true
|
||||
element_type = custom_button
|
||||
instance_identifier = 91b4ae84-eed0-47a3-8fe9-6957c02d2c621699691709167
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 99
|
||||
y = 18
|
||||
width = 20
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 4e45cc97-0625-45c7-8966-fb3ac1d9c41d-1710837053357
|
||||
[loading_requirement_container_meta:4e45cc97-0625-45c7-8966-fb3ac1d9c41d-1710837053357] = [groups:][instances:]
|
||||
}
|
||||
|
||||
element {
|
||||
button_element_executable_block_identifier = dbfd850d-f49c-44f9-975c-52b0b07335f1-1710837053353
|
||||
[executable_action_instance:dc0290c6-6dcd-41ab-b222-a76c27eaec6e-1710837053356][action_type:joinserver] = modern.terrafirmagreg.su
|
||||
[executable_block:dbfd850d-f49c-44f9-975c-52b0b07335f1-1710837053353][type:generic] = [executables:dc0290c6-6dcd-41ab-b222-a76c27eaec6e-1710837053356;]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
label = Offical Server
|
||||
navigatable = true
|
||||
element_type = custom_button
|
||||
instance_identifier = 6514e312-8243-47af-a516-89743d8ca1af1699692677651
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 47
|
||||
y = -28
|
||||
width = 98
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = da72b434-a35d-463b-99f5-2aa6c62b3247-1710837053356
|
||||
[loading_requirement_container_meta:da72b434-a35d-463b-99f5-2aa6c62b3247-1710837053356] = [groups:][instances:]
|
||||
}
|
||||
|
||||
element {
|
||||
button_element_executable_block_identifier = 42d3aca7-49fe-412d-b20e-aea6045d6df6-1710837053357
|
||||
[executable_action_instance:d90363b6-1abc-4a2c-a9a8-0383341a1847-1710837053357][action_type:openlink] = https://modrinth.com/modpack/terrafirmagreg
|
||||
[executable_block:42d3aca7-49fe-412d-b20e-aea6045d6df6-1710837053357][type:generic] = [executables:d90363b6-1abc-4a2c-a9a8-0383341a1847-1710837053357;]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/modrinth_logo.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/modrinth_logo_hovered.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
label =
|
||||
navigatable = true
|
||||
element_type = custom_button
|
||||
instance_identifier = 6514e312-8243-47af-a516-89743d8ca1af1699692677651
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 73
|
||||
y = 18
|
||||
width = 20
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 6fe51a26-4678-48dc-aa77-32b4a40c8de6-1710837053357
|
||||
[loading_requirement_container_meta:6fe51a26-4678-48dc-aa77-32b4a40c8de6-1710837053357] = [groups:][instances:]
|
||||
}
|
||||
|
||||
element {
|
||||
orientation = bottom-left
|
||||
enable_scrolling = true
|
||||
shadow = true
|
||||
|
|
@ -346,5 +289,411 @@ customization {
|
|||
y = -61
|
||||
alignment = left
|
||||
height = 56
|
||||
element_type = fancymenu_customization_item_text
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 86e9765e-32c4-4aa4-8143-860366b37f05-1710837053344
|
||||
[executable_block:86e9765e-32c4-4aa4-8143-860366b37f05-1710837053344][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_titlescreen_copyright_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = bottom-left
|
||||
x = 2
|
||||
y = -10
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = b56d28d8-4b36-4505-8297-26b61a4a4046-1710837053344
|
||||
[loading_requirement_container_meta:b56d28d8-4b36-4505-8297-26b61a4a4046-1710837053344] = [groups:][instances:]
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = e2b3e9b3-2d45-4f4f-b6dd-4f89f83b7da5-1710837053345
|
||||
[executable_block:e2b3e9b3-2d45-4f4f-b6dd-4f89f83b7da5-1710837053345][type:generic] = [executables:]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_titlescreen_multiplayer_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = -55
|
||||
y = -28
|
||||
width = 98
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 59ff81cd-18cf-42ee-9f05-29ab3efbd338-1710837053345
|
||||
[loading_requirement_container_meta:59ff81cd-18cf-42ee-9f05-29ab3efbd338-1710837053345] = [groups:][instances:]
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 4fd9e559-3c06-41dc-ae8f-7a2ebaf224c9-1710837053345
|
||||
[executable_block:4fd9e559-3c06-41dc-ae8f-7a2ebaf224c9-1710837053345][type:generic] = [executables:]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_titlescreen_options_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 47
|
||||
y = -5
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 715a2b76-8625-45e4-8562-798e3aa19b3d-1710837053345
|
||||
[loading_requirement_container_meta:715a2b76-8625-45e4-8562-798e3aa19b3d-1710837053345] = [groups:][instances:]
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = d29af260-9081-410f-86cc-eca92eb2161b-1710837053345
|
||||
[executable_block:d29af260-9081-410f-86cc-eca92eb2161b-1710837053345][type:generic] = [executables:]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/modrinth_logo.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = 376322
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 72
|
||||
y = 18
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 59eca2f8-b704-4a42-b2d3-101e17f6e61e-1710837053345
|
||||
[loading_requirement_container_meta:59eca2f8-b704-4a42-b2d3-101e17f6e61e-1710837053345] = [groups:][instances:]
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 829507fa-6c1f-46c8-94ea-4c4d8275a324-1710837053345
|
||||
[executable_block:829507fa-6c1f-46c8-94ea-4c4d8275a324-1710837053345][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_titlescreen_language_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 86
|
||||
y = 41
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 7d7202d8-25bc-4fa6-8054-842ea3371a8d-1710837053345
|
||||
[loading_requirement_container_meta:7d7202d8-25bc-4fa6-8054-842ea3371a8d-1710837053345] = [groups:][instances:]
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = f5d492e4-e25d-4646-a378-cae04b45c8b3-1710837053345
|
||||
[executable_block:f5d492e4-e25d-4646-a378-cae04b45c8b3-1710837053345][type:generic] = [executables:]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = forge_titlescreen_mods_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = -55
|
||||
y = -5
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 612a6d32-b14d-4771-a362-65ec15e28bf1-1710837053345
|
||||
[loading_requirement_container_meta:612a6d32-b14d-4771-a362-65ec15e28bf1-1710837053345] = [groups:][instances:]
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = f04fbec6-3e03-4b54-a3aa-aa7ce92175ec-1710837053345
|
||||
[executable_block:f04fbec6-3e03-4b54-a3aa-aa7ce92175ec-1710837053345][type:generic] = [executables:]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/button.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/button_hover.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_titlescreen_singleplayer_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = -55
|
||||
y = -51
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 35fdf2a6-00bc-456b-830a-e97b7ee6f3a0-1710837053345
|
||||
[loading_requirement_container_meta:35fdf2a6-00bc-456b-830a-e97b7ee6f3a0-1710837053345] = [groups:][instances:]
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = c68f6eba-8ff3-42ea-b8a3-55a296372b3a-1710837053345
|
||||
[executable_block:c68f6eba-8ff3-42ea-b8a3-55a296372b3a-1710837053345][type:generic] = [executables:]
|
||||
backgroundnormal = [source:local]kubejs/assets/tfg/textures/gui/button_98x20.png
|
||||
backgroundhovered = [source:local]kubejs/assets/tfg/textures/gui/button_hover_98x20.png
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_titlescreen_quit_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = -55
|
||||
y = 18
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = a9f8d43c-d00b-4db2-ada7-81fa3a121de1-1710837053345
|
||||
[loading_requirement_container_meta:a9f8d43c-d00b-4db2-ada7-81fa3a121de1-1710837053345] = [groups:][instances:]
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 8e3abb1a-7f06-42bd-920a-eeabb0f225ec-1710837053345
|
||||
[executable_block:8e3abb1a-7f06-42bd-920a-eeabb0f225ec-1710837053345][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_titlescreen_accessibility_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = vanilla
|
||||
x = 0
|
||||
y = 0
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = f97a69d2-7673-4f9e-97eb-d37eb76122f3-1710837053345
|
||||
[loading_requirement_container_meta:f97a69d2-7673-4f9e-97eb-d37eb76122f3-1710837053345] = [groups:][instances:]
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 785145e3-49a4-45fa-86a5-76543bb7c226-1710837053345
|
||||
[executable_block:785145e3-49a4-45fa-86a5-76543bb7c226-1710837053345][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_titlescreen_realms_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = mid-centered
|
||||
x = 47
|
||||
y = -5
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 7c454c53-713f-4c87-97e8-288da3eba763-1710837053345
|
||||
[loading_requirement_container_meta:7c454c53-713f-4c87-97e8-288da3eba763-1710837053345] = [groups:][instances:]
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
deep_element {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = 186
|
||||
width = 268
|
||||
action = deep_customization_element:title_screen_forge_top
|
||||
actionid = 2b0f749a-ca2d-476d-b6a3-caf3dcd7e1971699232461193
|
||||
y = 4
|
||||
height = 19
|
||||
element_type = title_screen_forge_top
|
||||
}
|
||||
|
||||
deep_element {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = 2
|
||||
width = 122
|
||||
action = deep_customization_element:title_screen_branding
|
||||
actionid = 473712fb-e2ae-4dc5-a5c4-440bd571d2971699232461193
|
||||
y = 365
|
||||
height = 50
|
||||
element_type = title_screen_branding
|
||||
}
|
||||
|
||||
deep_element {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = 283
|
||||
width = 228
|
||||
action = deep_customization_element:title_screen_forge_copyright
|
||||
actionid = e35897c5-67fe-4b25-9d46-ec33d14ee19d1699232461193
|
||||
y = 254
|
||||
height = 9
|
||||
element_type = title_screen_forge_copyright
|
||||
}
|
||||
|
||||
deep_element {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = 423
|
||||
width = 13
|
||||
action = deep_customization_element:title_screen_realms_notification
|
||||
actionid = 3554a30d-ad9e-47ae-881f-9fd3cc6467771699232461193
|
||||
y = 184
|
||||
height = 13
|
||||
element_type = title_screen_realms_notification
|
||||
}
|
||||
|
||||
deep_element {
|
||||
orientation = top-left
|
||||
hidden = true
|
||||
x = 183
|
||||
width = 274
|
||||
action = deep_customization_element:title_screen_logo
|
||||
actionid = 60d71936-244d-4321-984c-d3860e2a7c7e1699232461194
|
||||
y = 30
|
||||
height = 52
|
||||
element_type = title_screen_logo
|
||||
}
|
||||
|
||||
deep_element {
|
||||
orientation = mid-centered
|
||||
splash_color = #ffff00
|
||||
hidden = false
|
||||
x = 221
|
||||
width = 60
|
||||
splash_rotation = -20
|
||||
action = deep_customization_element:title_screen_splash
|
||||
actionid = 1fac19ad-13d2-4cfd-8f48-d5b537614e231699232461194
|
||||
y = -89
|
||||
height = 30
|
||||
element_type = title_screen_splash
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,81 +1,225 @@
|
|||
type = menu
|
||||
type = fancymenu_layout
|
||||
|
||||
customization-meta {
|
||||
identifier = net.minecraft.client.gui.screens.PauseScreen
|
||||
randomgroup = 1
|
||||
renderorder = foreground
|
||||
layout-meta {
|
||||
identifier = pause_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1710837053357
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:1f512b7d-6cdc-48ad-b7af-6cc939c31251-1710837053357] = [groups:][instances:]
|
||||
}
|
||||
|
||||
customization {
|
||||
keepaspectratio = false
|
||||
action = backgroundoptions
|
||||
keepaspectratio = false
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button%
|
||||
action = hidebutton
|
||||
scroll_list_customization {
|
||||
preserve_scroll_list_header_footer_aspect_ratio = true
|
||||
render_scroll_list_header_shadow = true
|
||||
render_scroll_list_footer_shadow = true
|
||||
show_scroll_list_header_footer_preview_in_editor = false
|
||||
repeat_scroll_list_header_texture = false
|
||||
repeat_scroll_list_footer_texture = false
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button%
|
||||
orientation = element
|
||||
orientation_element = vanillabtn:button_compatibility_id:mc_pausescreen_options_button
|
||||
x = 1
|
||||
action = movebutton
|
||||
y = -25
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button%
|
||||
action = setbuttonlabel
|
||||
value = {"placeholder":"local","values":{"key":"ftbquests.quests"}}
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button%
|
||||
action = sethoverlabel
|
||||
label = {"placeholder":"local","values":{"key":"ftbquests.quests"}}
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_stats_button%
|
||||
orientation = element
|
||||
orientation_element = vanillabtn:398348
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = afa9b819-bd8f-417a-8b93-aebbcc9d6d38-1710837053357
|
||||
[executable_block:afa9b819-bd8f-417a-8b93-aebbcc9d6d38-1710837053357][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = 374300
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = vanilla
|
||||
x = 0
|
||||
action = movebutton
|
||||
y = -48
|
||||
y = 0
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = 219e2511-4962-42d6-9b41-863025a8ea7b-1710837053357
|
||||
[loading_requirement_container_meta:219e2511-4962-42d6-9b41-863025a8ea7b-1710837053357] = [groups:][instances:]
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_stats_button%
|
||||
width = 204
|
||||
action = resizebutton
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=374300%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_return_to_game_button%
|
||||
orientation = element
|
||||
orientation_element = vanillabtn:398348
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = c9d9f2bc-ac2f-4177-9350-768a69d307d0-1710837053357
|
||||
[executable_block:c9d9f2bc-ac2f-4177-9350-768a69d307d0-1710837053357][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_pausescreen_return_to_game_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = element
|
||||
anchor_point_element = vanillabtn:398348
|
||||
x = 0
|
||||
action = movebutton
|
||||
y = -72
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = faf02d08-3a67-4b8b-9d19-a4c870c0a822-1710837053357
|
||||
[loading_requirement_container_meta:faf02d08-3a67-4b8b-9d19-a4c870c0a822-1710837053357] = [groups:][instances:]
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_feedback_button%
|
||||
action = hidebutton
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = a48cb4d7-f752-4251-86b8-a9ccf69b1d42-1710837053357
|
||||
[executable_block:a48cb4d7-f752-4251-86b8-a9ccf69b1d42-1710837053357][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_pausescreen_feedback_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = vanilla
|
||||
x = 0
|
||||
y = 0
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = ad2ce0bd-b595-4efe-a948-981f42838da3-1710837053357
|
||||
[loading_requirement_container_meta:ad2ce0bd-b595-4efe-a948-981f42838da3-1710837053357] = [groups:][instances:]
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_report_bugs_button%
|
||||
action = hidebutton
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 2235b800-724d-483e-a53f-6985605b322c-1710837053357
|
||||
[executable_block:2235b800-724d-483e-a53f-6985605b322c-1710837053357][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_pausescreen_report_bugs_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = vanilla
|
||||
x = 0
|
||||
y = 0
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = c227d7b7-9aaf-45ff-8f2f-2f5d83f66194-1710837053357
|
||||
[loading_requirement_container_meta:c227d7b7-9aaf-45ff-8f2f-2f5d83f66194-1710837053357] = [groups:][instances:]
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = a3dfba9e-6913-4408-95cb-138e5aaa3b7a-1710837053357
|
||||
[executable_block:a3dfba9e-6913-4408-95cb-138e5aaa3b7a-1710837053357][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
hoverlabel = {"placeholder":"local","values":{"key":"ftbquests.quests"}}
|
||||
label = {"placeholder":"local","values":{"key":"ftbquests.quests"}}
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_pausescreen_advancements_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = element
|
||||
anchor_point_element = vanillabtn:button_compatibility_id:mc_pausescreen_options_button
|
||||
x = 1
|
||||
y = -25
|
||||
width = 0
|
||||
height = 0
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = c950f1b1-ce28-414c-b6c2-9966aac0e5f5-1710837053357
|
||||
[loading_requirement_container_meta:c950f1b1-ce28-414c-b6c2-9966aac0e5f5-1710837053357] = [groups:][instances:]
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 03e6268e-9f5d-4499-b912-8e2887cff610-1710837053357
|
||||
[executable_block:03e6268e-9f5d-4499-b912-8e2887cff610-1710837053357][type:generic] = [executables:]
|
||||
restartbackgroundanimations = true
|
||||
loopbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
navigatable = true
|
||||
element_type = vanilla_button
|
||||
instance_identifier = mc_pausescreen_stats_button
|
||||
appearance_delay = no_delay
|
||||
appearance_delay_seconds = 1.0
|
||||
fade_in = false
|
||||
fade_in_speed = 1.0
|
||||
anchor_point = element
|
||||
anchor_point_element = vanillabtn:398348
|
||||
x = 0
|
||||
y = -48
|
||||
width = 204
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = false
|
||||
element_loading_requirement_container_identifier = a3cbb50f-d825-40bf-8d3b-3b6752188025-1710837053357
|
||||
[loading_requirement_container_meta:a3cbb50f-d825-40bf-8d3b-3b6752188025-1710837053357] = [groups:][instances:]
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
nine_slice_slider_handle = false
|
||||
nine_slice_slider_handle_border_x = 5
|
||||
nine_slice_slider_handle_border_y = 5
|
||||
}
|
||||
|
||||
|
|
|
|||
3
config/fancymenu/legacy_checklist.txt
Normal file
3
config/fancymenu/legacy_checklist.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
##[legacy]
|
||||
|
||||
B:custom_guis_ported = 'true';
|
||||
181
config/fancymenu/ui_themes/dark.json
Normal file
181
config/fancymenu/ui_themes/dark.json
Normal file
|
|
@ -0,0 +1,181 @@
|
|||
{
|
||||
"identifier": "dark",
|
||||
"display_name": "fancymenu.ui.themes.dark",
|
||||
"menu_bar_bottom_line_color": {
|
||||
"hex": "#5D6164FF"
|
||||
},
|
||||
"layout_editor_mouse_selection_rectangle_color": {
|
||||
"hex": "#0394FCFF"
|
||||
},
|
||||
"layout_editor_grid_color_normal": {
|
||||
"hex": "#BA79F164"
|
||||
},
|
||||
"layout_editor_grid_color_center": {
|
||||
"hex": "#5B5EFF64"
|
||||
},
|
||||
"layout_editor_element_border_color_normal": {
|
||||
"hex": "#0394FCFF"
|
||||
},
|
||||
"layout_editor_element_border_color_selected": {
|
||||
"hex": "#03DBFCFF"
|
||||
},
|
||||
"layout_editor_element_dragging_not_allowed_color": {
|
||||
"hex": "#E83609C8"
|
||||
},
|
||||
"layout_editor_anchor_point_overlay_color_base": {
|
||||
"hex": "#25B479FF"
|
||||
},
|
||||
"layout_editor_anchor_point_overlay_color_border": {
|
||||
"hex": "#114F34FF"
|
||||
},
|
||||
"layout_editor_close_icon_color": {
|
||||
"hex": "#DA3C1EFF"
|
||||
},
|
||||
"scroll_grabber_color_normal": {
|
||||
"hex": "#595B5D64"
|
||||
},
|
||||
"scroll_grabber_color_hover": {
|
||||
"hex": "#66686864"
|
||||
},
|
||||
"screen_background_color": {
|
||||
"hex": "#3C3F41FF"
|
||||
},
|
||||
"screen_background_color_darker": {
|
||||
"hex": "#262626FF"
|
||||
},
|
||||
"element_border_color_normal": {
|
||||
"hex": "#5D6164FF"
|
||||
},
|
||||
"element_border_color_hover": {
|
||||
"hex": "#5D6164FF"
|
||||
},
|
||||
"element_background_color_normal": {
|
||||
"hex": "#474747FF"
|
||||
},
|
||||
"element_background_color_hover": {
|
||||
"hex": "#539CD4FF"
|
||||
},
|
||||
"slider_handle_color_normal": {
|
||||
"hex": "#4784B4FF"
|
||||
},
|
||||
"slider_handle_color_hover": {
|
||||
"hex": "#539CD4FF"
|
||||
},
|
||||
"area_background_color": {
|
||||
"hex": "#2B2B2BFF"
|
||||
},
|
||||
"edit_box_background_color": {
|
||||
"hex": "#2B2B2BFF"
|
||||
},
|
||||
"edit_box_border_color_normal": {
|
||||
"hex": "#D1C2D1FF"
|
||||
},
|
||||
"edit_box_border_color_focused": {
|
||||
"hex": "#E3D3E3FF"
|
||||
},
|
||||
"list_entry_color_selected_hovered": {
|
||||
"hex": "#323232FF"
|
||||
},
|
||||
"text_editor_sidebar_color": {
|
||||
"hex": "#313335FF"
|
||||
},
|
||||
"text_editor_line_number_text_color_normal": {
|
||||
"hex": "#5B5C5EFF"
|
||||
},
|
||||
"text_editor_line_number_text_color_selected": {
|
||||
"hex": "#899396FF"
|
||||
},
|
||||
"listing_dot_color_1": {
|
||||
"hex": "#3E86A0FF"
|
||||
},
|
||||
"listing_dot_color_2": {
|
||||
"hex": "#AD6C79FF"
|
||||
},
|
||||
"listing_dot_color_3": {
|
||||
"hex": "#AA823FFF"
|
||||
},
|
||||
"suggestions_background_color": {
|
||||
"hex": "#474747FF"
|
||||
},
|
||||
"suggestions_text_color_normal": {
|
||||
"hex": "#CEDDEDFF"
|
||||
},
|
||||
"suggestions_text_color_selected": {
|
||||
"hex": "#64A5ECFF"
|
||||
},
|
||||
"ui_texture_color": {
|
||||
"hex": "#FFFFFFFF"
|
||||
},
|
||||
"generic_text_base_color": {
|
||||
"hex": "#FFFFFFFF"
|
||||
},
|
||||
"element_label_color_normal": {
|
||||
"hex": "#CEDDEDFF"
|
||||
},
|
||||
"element_label_color_inactive": {
|
||||
"hex": "#717577FF"
|
||||
},
|
||||
"edit_box_text_color_normal": {
|
||||
"hex": "#CEDDEDFF"
|
||||
},
|
||||
"edit_box_text_color_uneditable": {
|
||||
"hex": "#717577FF"
|
||||
},
|
||||
"edit_box_suggestion_text_color": {
|
||||
"hex": "#808080FF"
|
||||
},
|
||||
"description_area_text_color": {
|
||||
"hex": "#CEDDEDFF"
|
||||
},
|
||||
"text_editor_text_color": {
|
||||
"hex": "#9EAAB8FF"
|
||||
},
|
||||
"success_text_color": {
|
||||
"hex": "#31CE05FF"
|
||||
},
|
||||
"error_text_color": {
|
||||
"hex": "#ED4545FF"
|
||||
},
|
||||
"warning_text_color": {
|
||||
"hex": "#E59B12FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_1": {
|
||||
"hex": "#EB7F7FFF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_2": {
|
||||
"hex": "#EBC97FFF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_3": {
|
||||
"hex": "#BEEB7FFF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_4": {
|
||||
"hex": "#7FEBE6FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_5": {
|
||||
"hex": "#7F9EEBFF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_6": {
|
||||
"hex": "#967FEBFF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_7": {
|
||||
"hex": "#D47FEBFF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_8": {
|
||||
"hex": "#F53636FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_9": {
|
||||
"hex": "#F59236FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_10": {
|
||||
"hex": "#F5E536FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_11": {
|
||||
"hex": "#69F536FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_12": {
|
||||
"hex": "#3689F5FF"
|
||||
},
|
||||
"text_editor_text_formatting_brackets_color": {
|
||||
"hex": "#FCDF03FF"
|
||||
}
|
||||
}
|
||||
181
config/fancymenu/ui_themes/light.json
Normal file
181
config/fancymenu/ui_themes/light.json
Normal file
|
|
@ -0,0 +1,181 @@
|
|||
{
|
||||
"identifier": "light",
|
||||
"display_name": "fancymenu.ui.themes.light",
|
||||
"menu_bar_bottom_line_color": {
|
||||
"hex": "#777777FF"
|
||||
},
|
||||
"layout_editor_mouse_selection_rectangle_color": {
|
||||
"hex": "#0394FCFF"
|
||||
},
|
||||
"layout_editor_grid_color_normal": {
|
||||
"hex": "#BA79F164"
|
||||
},
|
||||
"layout_editor_grid_color_center": {
|
||||
"hex": "#5B5EFF64"
|
||||
},
|
||||
"layout_editor_element_border_color_normal": {
|
||||
"hex": "#0394FCFF"
|
||||
},
|
||||
"layout_editor_element_border_color_selected": {
|
||||
"hex": "#03DBFCFF"
|
||||
},
|
||||
"layout_editor_element_dragging_not_allowed_color": {
|
||||
"hex": "#E83609C8"
|
||||
},
|
||||
"layout_editor_anchor_point_overlay_color_base": {
|
||||
"hex": "#25B479FF"
|
||||
},
|
||||
"layout_editor_anchor_point_overlay_color_border": {
|
||||
"hex": "#114F34FF"
|
||||
},
|
||||
"layout_editor_close_icon_color": {
|
||||
"hex": "#932813FF"
|
||||
},
|
||||
"scroll_grabber_color_normal": {
|
||||
"hex": "#595B5D64"
|
||||
},
|
||||
"scroll_grabber_color_hover": {
|
||||
"hex": "#66686864"
|
||||
},
|
||||
"screen_background_color": {
|
||||
"hex": "#B2B2B2FF"
|
||||
},
|
||||
"screen_background_color_darker": {
|
||||
"hex": "#ADADADFF"
|
||||
},
|
||||
"element_border_color_normal": {
|
||||
"hex": "#777777FF"
|
||||
},
|
||||
"element_border_color_hover": {
|
||||
"hex": "#777777FF"
|
||||
},
|
||||
"element_background_color_normal": {
|
||||
"hex": "#CBCBCBFF"
|
||||
},
|
||||
"element_background_color_hover": {
|
||||
"hex": "#AFAFAFFF"
|
||||
},
|
||||
"slider_handle_color_normal": {
|
||||
"hex": "#858484FF"
|
||||
},
|
||||
"slider_handle_color_hover": {
|
||||
"hex": "#A2A2A2FF"
|
||||
},
|
||||
"area_background_color": {
|
||||
"hex": "#CBCBCBFF"
|
||||
},
|
||||
"edit_box_background_color": {
|
||||
"hex": "#CBCBCBFF"
|
||||
},
|
||||
"edit_box_border_color_normal": {
|
||||
"hex": "#383838FF"
|
||||
},
|
||||
"edit_box_border_color_focused": {
|
||||
"hex": "#444444FF"
|
||||
},
|
||||
"list_entry_color_selected_hovered": {
|
||||
"hex": "#AFAFAFFF"
|
||||
},
|
||||
"text_editor_sidebar_color": {
|
||||
"hex": "#A4A4A4FF"
|
||||
},
|
||||
"text_editor_line_number_text_color_normal": {
|
||||
"hex": "#696969FF"
|
||||
},
|
||||
"text_editor_line_number_text_color_selected": {
|
||||
"hex": "#464646FF"
|
||||
},
|
||||
"listing_dot_color_1": {
|
||||
"hex": "#438DD0FF"
|
||||
},
|
||||
"listing_dot_color_2": {
|
||||
"hex": "#AB3950FF"
|
||||
},
|
||||
"listing_dot_color_3": {
|
||||
"hex": "#B2740CFF"
|
||||
},
|
||||
"suggestions_background_color": {
|
||||
"hex": "#A2A2A2FF"
|
||||
},
|
||||
"suggestions_text_color_normal": {
|
||||
"hex": "#2D2D2DFF"
|
||||
},
|
||||
"suggestions_text_color_selected": {
|
||||
"hex": "#205EA2FF"
|
||||
},
|
||||
"ui_texture_color": {
|
||||
"hex": "#2D2D2DFF"
|
||||
},
|
||||
"generic_text_base_color": {
|
||||
"hex": "#252525FF"
|
||||
},
|
||||
"element_label_color_normal": {
|
||||
"hex": "#2D2D2DFF"
|
||||
},
|
||||
"element_label_color_inactive": {
|
||||
"hex": "#8A8989FF"
|
||||
},
|
||||
"edit_box_text_color_normal": {
|
||||
"hex": "#2D2D2DFF"
|
||||
},
|
||||
"edit_box_text_color_uneditable": {
|
||||
"hex": "#8A8989FF"
|
||||
},
|
||||
"edit_box_suggestion_text_color": {
|
||||
"hex": "#8A8989FF"
|
||||
},
|
||||
"description_area_text_color": {
|
||||
"hex": "#2D2D2DFF"
|
||||
},
|
||||
"text_editor_text_color": {
|
||||
"hex": "#484E53FF"
|
||||
},
|
||||
"success_text_color": {
|
||||
"hex": "#197E02FF"
|
||||
},
|
||||
"error_text_color": {
|
||||
"hex": "#A41B1BFF"
|
||||
},
|
||||
"warning_text_color": {
|
||||
"hex": "#9B6105FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_1": {
|
||||
"hex": "#A10F0FFF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_2": {
|
||||
"hex": "#B27D09FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_3": {
|
||||
"hex": "#66A80AFF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_4": {
|
||||
"hex": "#089891FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_5": {
|
||||
"hex": "#072E8DFF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_6": {
|
||||
"hex": "#26069DFF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_7": {
|
||||
"hex": "#6A0685FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_8": {
|
||||
"hex": "#730303FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_9": {
|
||||
"hex": "#854306FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_10": {
|
||||
"hex": "#918504FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_11": {
|
||||
"hex": "#267A07FF"
|
||||
},
|
||||
"text_editor_text_formatting_nested_text_color_12": {
|
||||
"hex": "#363CF5FF"
|
||||
},
|
||||
"text_editor_text_formatting_brackets_color": {
|
||||
"hex": "#FF3A0064"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,2 @@
|
|||
type = cached_variables
|
||||
|
||||
variables {
|
||||
}
|
||||
type = user_variables
|
||||
|
||||
|
|
|
|||
|
|
@ -207,6 +207,10 @@
|
|||
"tfc:ocelot": null,
|
||||
"tfc:rabbit": null,
|
||||
"tfc:fishing_hook": null,
|
||||
"gtceu:electric_container_provider": null,
|
||||
"gtceu:workable_provider": null,
|
||||
"gtceu:controllable_provider": null,
|
||||
"gtceu:recipe_logic_provider": null,
|
||||
"minecraft:brewing_stand": null,
|
||||
"minecraft:beehive": null,
|
||||
"minecraft:command_block": null,
|
||||
|
|
@ -263,10 +267,6 @@
|
|||
"ae2:part_icon": null,
|
||||
"ae2:part_tooltip": null,
|
||||
"ae2:part_mod_name": null,
|
||||
"gtceu:electric_container_provider": null,
|
||||
"gtceu:workable_provider": null,
|
||||
"gtceu:controllable_provider": null,
|
||||
"gtceu:recipe_logic_provider": null,
|
||||
"treetap:tap": null,
|
||||
"firmalife:drying_mat": null,
|
||||
"firmalife:solar_drier": null,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
[general]
|
||||
#
|
||||
# Max animal size that the animal cart can carry.
|
||||
#Range: 0 ~ 69
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
maxAnimalSize = 3
|
||||
#
|
||||
# The largest (inclusive) size of an item that is allowed in a supply cart.
|
||||
|
|
@ -31,4 +31,15 @@
|
|||
# Pulling distance modifier for carts. Higher => farther/greater break tolerance.
|
||||
#Range: 4.9E-324 ~ 1.7976931348623157E308
|
||||
pullingDistanceModifier = 2.0
|
||||
#
|
||||
# Amount of animals the animal cart can carry.
|
||||
#Range: > 0
|
||||
maxPassengerCount = 2
|
||||
#
|
||||
# Should the player's average nutrient level and thirst affect the pulling speed of carts?
|
||||
toggleFoodSpeed = true
|
||||
#
|
||||
# How big the supply cart inventory should be.
|
||||
#Allowed Values: SIZE_0, SIZE_1, SIZE_2, SIZE_3, SIZE_4, SIZE_5, SIZE_6, SIZE_7, SIZE_8, SIZE_9, SIZE_10, SIZE_11, SIZE_12, SIZE_13
|
||||
supplyCartInventorySize = "SIZE_6"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Simple Voice Chat client config v1.20.1-2.5.4
|
||||
# Simple Voice Chat client config v1.20.1-2.5.9
|
||||
|
||||
# If the voice chat onboarding process has been finished
|
||||
onboarding_finished=false
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Simple Voice Chat server config v1.20.1-2.5.4
|
||||
# Simple Voice Chat server config v1.20.1-2.5.9
|
||||
|
||||
# The port of the voice chat server
|
||||
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
|
||||
|
|
|
|||
4
defaultconfigs/ftbquests/client-config.snbt
Normal file
4
defaultconfigs/ftbquests/client-config.snbt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Default config file that will be copied to local\ftbquests\client-config.snbt if it doesn't exist!
|
||||
# Just copy any values you wish to override in here!
|
||||
|
||||
{ }
|
||||
Loading…
Add table
Add a link
Reference in a new issue