Исправление кривых кнопок в Pause_Menu
This commit is contained in:
parent
c55f54a79f
commit
fa69d51e1b
2 changed files with 57 additions and 10 deletions
|
|
@ -326,7 +326,7 @@ customization {
|
|||
enable_scrolling = true
|
||||
shadow = true
|
||||
scale = 1.0
|
||||
source = Forge {"placeholder":"modversion","values":{"modid":"forge"}}%n%Minecraft {"placeholder":"mcversion"}%n%{"placeholder":"loadedmods"} mods loaded%n%Modpack Version: §cDEV§r%n%Latest Modpack Version: §b{"placeholder":"json","values":{"source":"https://api.github.com/repos/TerraFirmaGreg-Team/TFG-Modpack-1.20.x/releases/latest","json_path":"$.tag_name"}}§r
|
||||
source = Forge {"placeholder":"modversion","values":{"modid":"forge"}}%n%Minecraft {"placeholder":"mcversion"}%n%{"placeholder":"loadedmods"} mods loaded%n%Modpack Version: §c0.0.6§r%n%Latest Modpack Version: §b{"placeholder":"json","values":{"source":"https://api.github.com/repos/TerraFirmaGreg-Team/TFG-Modpack-1.20.x/releases/latest","json_path":"$.tag_name"}}§r
|
||||
text_border = 0
|
||||
case_mode = normal
|
||||
source_mode = direct
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@ customization {
|
|||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_disconnect_button%
|
||||
orientation = mid-centered
|
||||
x = -102
|
||||
x = -101
|
||||
action = movebutton
|
||||
y = 38
|
||||
y = 39
|
||||
}
|
||||
|
||||
customization {
|
||||
|
|
@ -43,11 +43,8 @@ customization {
|
|||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_pausescreen_lan_button%
|
||||
orientation = mid-centered
|
||||
x = 4
|
||||
action = movebutton
|
||||
y = 14
|
||||
identifier = %id=504324%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
|
|
@ -68,12 +65,17 @@ customization {
|
|||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=398348%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=398348%
|
||||
orientation = mid-centered
|
||||
x = -102
|
||||
x = -217
|
||||
action = movebutton
|
||||
y = 14
|
||||
y = 13
|
||||
}
|
||||
|
||||
customization {
|
||||
|
|
@ -88,3 +90,48 @@ customization {
|
|||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = mid-centered
|
||||
loopbackgroundanimations = true
|
||||
[loading_requirement:fancymenu_loading_requirement_is_singpleplayer][requirement_mode:if][req_id:4f25fe92-c3a1-49fa-80ad-9bb26244ad751700456727801] =
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = opengui;net.minecraft.client.gui.screens.ShareToLanScreen%btnaction_splitter_fm%
|
||||
x = 4
|
||||
width = 98
|
||||
action = addbutton
|
||||
actionid = 210ee97d-9318-4a22-93cb-7c2a224ba4331700456388839
|
||||
y = 14
|
||||
label = {"placeholder":"local","values":{"key":"lanServer.start"}}
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = opengui;net.minecraftforge.client.gui.ModListScreen%btnaction_splitter_fm%
|
||||
[loading_requirement:fancymenu_loading_requirement_is_singpleplayer][requirement_mode:if][req_id:b95d87c4-e395-446c-9e89-a80d876578ac1700457303801] =
|
||||
x = 218
|
||||
width = 98
|
||||
action = addbutton
|
||||
actionid = 1476f957-76fe-46a8-8b9b-4c99fbee39a31700457166228
|
||||
y = 182
|
||||
label = {"placeholder":"local","values":{"key":"fml.menu.mods"}}
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = opengui;net.minecraftforge.client.gui.ModListScreen%btnaction_splitter_fm%
|
||||
x = 218
|
||||
width = 204
|
||||
action = addbutton
|
||||
actionid = 8e13488b-82eb-470a-b8dd-750b6815a9211700457311802
|
||||
y = 182
|
||||
label = {"placeholder":"local","values":{"key":"fml.menu.mods"}}
|
||||
[loading_requirement:fancymenu_loading_requirement_is_multiplayer][requirement_mode:if][req_id:bf6191b0-f0b7-4986-9e8a-ae5fa1509e6d1700457329225] =
|
||||
height = 20
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue