Много квестов первой эры, удаление бесполезных кнопок в меню паузы

This commit is contained in:
SpeeeDCraft 2023-11-19 23:01:27 +07:00
parent cafa15a3b4
commit a9cb22a612
7 changed files with 2400 additions and 1217 deletions

View 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
}