hopefully fancymenu works now

This commit is contained in:
Penny 2022-07-22 20:58:37 -05:00
parent 137958f2fa
commit 04b9976c11
3 changed files with 19 additions and 19 deletions

View file

@ -344,14 +344,14 @@ customization {
orientation = bottom-right orientation = bottom-right
loopbackgroundanimations = true loopbackgroundanimations = true
restartbackgroundanimations = true restartbackgroundanimations = true
buttonaction = mimicbutton buttonaction = opengui
x = -78 x = -78
width = 70 width = 70
actionid = a4f1ecf3-5043-4ee3-918b-9a70a941d6331658518411727 actionid = a4f1ecf3-5043-4ee3-918b-9a70a941d6331658518411727
action = addbutton action = addbutton
y = -37 y = -37
label = Mods label = Mods
value = net.minecraft.class_442:button_compatibility_id:modmenu_titlescreen_mods_button value = com.terraformersmc.modmenu.gui.ModsScreen
height = 20 height = 20
} }
@ -409,21 +409,21 @@ customization {
orientation = mid-centered orientation = mid-centered
loopbackgroundanimations = true loopbackgroundanimations = true
restartbackgroundanimations = true restartbackgroundanimations = true
buttonaction = mimicbutton buttonaction = opengui
x = -100 x = -99
width = 98 width = 98
actionid = eca34c0b-bb6f-4117-9537-ead8e4c1dc511658520237773 actionid = eca34c0b-bb6f-4117-9537-ead8e4c1dc511658520237773
action = addbutton action = addbutton
y = 30 y = 30
label = Singleplayer label = Singleplayer
value = net.minecraft.class_442:button_compatibility_id:mc_titlescreen_singleplayer_button value = net.minecraft.class_526
height = 20 height = 20
} }
customization { customization {
orientation = mid-centered orientation = mid-centered
restartbackgroundanimations = true restartbackgroundanimations = true
buttonaction = mimicbutton buttonaction = opengui
description = use the button up there to join oomfie >:( description = use the button up there to join oomfie >:(
label = Multiplayer label = Multiplayer
loopbackgroundanimations = true loopbackgroundanimations = true
@ -432,7 +432,7 @@ customization {
actionid = b38480b7-7b12-498c-af8f-579da78b95751658520304773 actionid = b38480b7-7b12-498c-af8f-579da78b95751658520304773
action = addbutton action = addbutton
y = 30 y = 30
value = net.minecraft.class_442:button_compatibility_id:mc_titlescreen_multiplayer_button value = net.minecraft.class_500
height = 20 height = 20
} }
@ -440,14 +440,14 @@ customization {
orientation = mid-centered orientation = mid-centered
loopbackgroundanimations = true loopbackgroundanimations = true
restartbackgroundanimations = true restartbackgroundanimations = true
buttonaction = mimicbutton buttonaction = opengui
x = -100 x = -100
width = 98 width = 98
actionid = d85689d7-6eb2-4095-ab65-d70b68619eab1658520387565 actionid = d85689d7-6eb2-4095-ab65-d70b68619eab1658520387565
action = addbutton action = addbutton
y = 53 y = 53
label = Nazrin Options label = Nazrin Options
value = net.minecraft.class_442:button_compatibility_id:mc_titlescreen_options_button value = net.minecraft.class_429
height = 20 height = 20
} }
@ -470,14 +470,14 @@ customization {
orientation = bottom-right orientation = bottom-right
loopbackgroundanimations = true loopbackgroundanimations = true
restartbackgroundanimations = true restartbackgroundanimations = true
buttonaction = mimicbutton buttonaction = opengui
x = -78 x = -78
width = 70 width = 70
actionid = 76bd5127-3c27-4161-aaa4-6f29e2b18ee51658520504907 actionid = 76bd5127-3c27-4161-aaa4-6f29e2b18ee51658520504907
action = addbutton action = addbutton
y = -80 y = -80
label = El Español label = El Español
value = net.minecraft.class_442:button_compatibility_id:mc_titlescreen_language_button value = net.minecraft.class_426
height = 20 height = 20
} }
@ -497,14 +497,14 @@ customization {
orientation = bottom-right orientation = bottom-right
loopbackgroundanimations = true loopbackgroundanimations = true
restartbackgroundanimations = true restartbackgroundanimations = true
buttonaction = mimicbutton buttonaction = opengui
x = -78 x = -78
width = 70 width = 70
actionid = ff1dedae-42c6-474c-8e61-ed81abeebd701658520539654 actionid = ff1dedae-42c6-474c-8e61-ed81abeebd701658520539654
action = addbutton action = addbutton
y = -102 y = -102
label = Accessiblo label = Accessiblo
value = net.minecraft.class_442:button_compatibility_id:mc_titlescreen_accessibility_button value = net.minecraft.class_4189
height = 20 height = 20
} }
@ -512,14 +512,14 @@ customization {
orientation = bottom-right orientation = bottom-right
loopbackgroundanimations = true loopbackgroundanimations = true
restartbackgroundanimations = true restartbackgroundanimations = true
buttonaction = mimicbutton buttonaction = opengui
x = -78 x = -78
width = 70 width = 70
actionid = 0c3282f5-2a75-4517-90f9-c95d81748f541658520592596 actionid = 0c3282f5-2a75-4517-90f9-c95d81748f541658520592596
action = addbutton action = addbutton
y = -124 y = -124
label = Create label = Create
value = net.minecraft.class_442:376322 value = com.simibubi.create.foundation.gui.CreateMainMenuScreen
height = 20 height = 20
} }
@ -633,14 +633,14 @@ customization {
orientation = mid-centered orientation = mid-centered
loopbackgroundanimations = true loopbackgroundanimations = true
restartbackgroundanimations = true restartbackgroundanimations = true
buttonaction = mimicbutton buttonaction = opengui
x = 32 x = 32
width = 68 width = 68
actionid = ec008ccd-bd21-412a-a9bb-c989a03f12191658536996490 actionid = ec008ccd-bd21-412a-a9bb-c989a03f12191658536996490
action = addbutton action = addbutton
y = 7 y = 7
label = AUTH ME??? label = AUTH ME???
value = net.minecraft.class_500:77 value = me.axieum.mcmod.authme.impl.gui.AuthMethodScreen
height = 20 height = 20
} }

View file

@ -54,7 +54,7 @@ hash = "17cc1f04c4a15d3c02a8443902015f8f4f6a6b698aef031874dbd29137950501"
[[files]] [[files]]
file = "config/yosbr/config/fancymenu/customization/Nazrinned Up.txt" file = "config/yosbr/config/fancymenu/customization/Nazrinned Up.txt"
hash = "5e2c45e69c5982d8db7c1d5efe006ff473bd788128603baa09805b966498c628" hash = "617eade96430ba0216c8921782b5afcf6a057c1af3a6718e786093d50d0ac998"
[[files]] [[files]]
file = "config/yosbr/config/fancymenu/locals/de_de.local" file = "config/yosbr/config/fancymenu/locals/de_de.local"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "35f5156288d126c242353473fe8806c415f3ed3b2dd4ffec2f030bfabe18c676" hash = "2944e17b5a240470c40c8bac36a820b94f8f1faaef44be14553010ad11eadb98"
[versions] [versions]
fabric = "0.14.8" fabric = "0.14.8"