Много квестов первой эры, удаление бесполезных кнопок в меню паузы
This commit is contained in:
parent
cafa15a3b4
commit
a9cb22a612
7 changed files with 2400 additions and 1217 deletions
90
config/fancymenu/customization/pause_menu.txt
Normal file
90
config/fancymenu/customization/pause_menu.txt
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
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_options_button%
|
||||
orientation = mid-centered
|
||||
x = -102
|
||||
action = movebutton
|
||||
y = -10
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_disconnect_button%
|
||||
orientation = mid-centered
|
||||
x = -102
|
||||
action = movebutton
|
||||
y = 38
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_stats_button%
|
||||
orientation = mid-centered
|
||||
x = 4
|
||||
action = movebutton
|
||||
y = -10
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_lan_button%
|
||||
orientation = mid-centered
|
||||
x = 4
|
||||
action = movebutton
|
||||
y = 14
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=374300%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_return_to_game_button%
|
||||
orientation = mid-centered
|
||||
x = -102
|
||||
action = movebutton
|
||||
y = -34
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_feedback_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=398348%
|
||||
orientation = mid-centered
|
||||
x = -102
|
||||
action = movebutton
|
||||
y = 14
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=398348%
|
||||
width = 98
|
||||
action = resizebutton
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_report_bugs_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue