fix menu
This commit is contained in:
parent
b6f41e3235
commit
b6239c293e
6 changed files with 10 additions and 10 deletions
81
config/fancymenu/customization/gui_pause_menu.txt
Normal file
81
config/fancymenu/customization/gui_pause_menu.txt
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
type = menu
|
||||
|
||||
customization-meta {
|
||||
identifier = net.minecraft.client.gui.screens.PauseScreen
|
||||
randomgroup = 1
|
||||
renderorder = foreground
|
||||
randommode = false
|
||||
randomonlyfirsttime = false
|
||||
}
|
||||
|
||||
customization {
|
||||
keepaspectratio = false
|
||||
action = backgroundoptions
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
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
|
||||
x = 0
|
||||
action = movebutton
|
||||
y = -48
|
||||
}
|
||||
|
||||
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
|
||||
x = 0
|
||||
action = movebutton
|
||||
y = -72
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_feedback_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_report_bugs_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue