Skip to content

Commit

Permalink
fancymenu
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Jan 12, 2024
1 parent b7a199d commit f49b76a
Show file tree
Hide file tree
Showing 16 changed files with 93 additions and 2,199 deletions.
3 changes: 3 additions & 0 deletions config/fancymenu/customizablemenus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ type = customizablemenus
net.minecraft.client.gui.GuiMainMenu {
}

net.minecraft.client.gui.GuiIngameMenu {
}

20 changes: 10 additions & 10 deletions config/fancymenu/customization/main_menu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ customization {
loopbackgroundanimations = true
restartbackgroundanimations = true
action = setbuttontexture
backgroundhovered = groovy/assets/tfg/textures/gui/button_hover_100x20.png
backgroundnormal = groovy/assets/tfg/textures/gui/button_100x20.png
backgroundhovered = groovy/assets/tfg/textures/gui/button_hover_98x20.png
backgroundnormal = groovy/assets/tfg/textures/gui/button_98x20.png
}

customization {
Expand All @@ -55,8 +55,8 @@ customization {
loopbackgroundanimations = true
restartbackgroundanimations = true
action = setbuttontexture
backgroundhovered = groovy/assets/tfg/textures/gui/button_hover_100x20.png
backgroundnormal = groovy/assets/tfg/textures/gui/button_100x20.png
backgroundhovered = groovy/assets/tfg/textures/gui/button_hover_98x20.png
backgroundnormal = groovy/assets/tfg/textures/gui/button_98x20.png
}

customization {
Expand All @@ -72,8 +72,8 @@ customization {
loopbackgroundanimations = true
restartbackgroundanimations = true
action = setbuttontexture
backgroundhovered = groovy/assets/tfg/textures/gui/button_hover_100x20.png
backgroundnormal = groovy/assets/tfg/textures/gui/button_100x20.png
backgroundhovered = groovy/assets/tfg/textures/gui/button_hover_98x20.png
backgroundnormal = groovy/assets/tfg/textures/gui/button_98x20.png
}

customization {
Expand Down Expand Up @@ -126,8 +126,8 @@ customization {
loopbackgroundanimations = true
restartbackgroundanimations = true
action = setbuttontexture
backgroundhovered = groovy/assets/tfg/textures/gui/button_hover_100x20.png
backgroundnormal = groovy/assets/tfg/textures/gui/button_100x20.png
backgroundhovered = groovy/assets/tfg/textures/gui/button_hover_98x20.png
backgroundnormal = groovy/assets/tfg/textures/gui/button_98x20.png
}

customization {
Expand Down Expand Up @@ -202,15 +202,15 @@ customization {
orientation = mid-centered
restartbackgroundanimations = true
buttonaction = joinserver;tfg2.terrafirmagreg.su%btnaction_splitter_fm%
backgroundhovered = groovy/assets/tfg/textures/gui/button_hover_100x20.png
backgroundhovered = groovy/assets/tfg/textures/gui/button_hover_98x20.png
label = Offical Server
loopbackgroundanimations = true
x = 47
width = 98
action = addbutton
actionid = 6514e312-8243-47af-a516-89743d8ca1af1699692677651
y = -28
backgroundnormal = groovy/assets/tfg/textures/gui/button_100x20.png
backgroundnormal = groovy/assets/tfg/textures/gui/button_98x20.png
height = 20
}

Expand Down
80 changes: 80 additions & 0 deletions config/fancymenu/customization/pause_menu.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
type = menu

customization-meta {
identifier = net.minecraft.client.gui.GuiIngameMenu
randomgroup = 1
renderorder = foreground
randommode = false
randomonlyfirsttime = false
}

customization {
keepaspectratio = false
action = backgroundoptions
}

customization {
identifier = %id=button_compatibility_id:mc_pausescreen_lan_button%
orientation = element
orientation_element = vanillabtn:button_compatibility_id:mc_pausescreen_disconnect_button
x = 102
action = movebutton
y = -48
}

customization {
identifier = %id=button_compatibility_id:mc_pausescreen_lan_button%
width = 50
action = resizebutton
advanced_width = 98
height = 20
}

customization {
identifier = %id=button_compatibility_id:mc_pausescreen_options_button%
orientation = element
orientation_element = vanillabtn:button_compatibility_id:mc_pausescreen_disconnect_button
x = 0
action = movebutton
y = -48
}

customization {
identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button%
action = hidebutton
}

customization {
identifier = %id=button_compatibility_id:forge_pausescreen_mods_button%
orientation = element
orientation_element = vanillabtn:button_compatibility_id:mc_pausescreen_disconnect_button
x = 0
action = movebutton
y = -24
}

customization {
identifier = %id=button_compatibility_id:forge_pausescreen_mods_button%
width = 50
action = resizebutton
advanced_width = 200
height = 20
}

customization {
identifier = %id=button_compatibility_id:mc_pausescreen_stats_button%
orientation = element
orientation_element = vanillabtn:button_compatibility_id:mc_pausescreen_disconnect_button
x = 0
action = movebutton
y = -72
}

customization {
identifier = %id=button_compatibility_id:mc_pausescreen_stats_button%
width = 50
action = resizebutton
advanced_width = 200
height = 20
}

20 changes: 0 additions & 20 deletions groovy/postInit/buildinggadgets/jei.groovy

This file was deleted.

91 changes: 0 additions & 91 deletions groovy/postInit/buildinggadgets/recipes.groovy

This file was deleted.

Loading

0 comments on commit f49b76a

Please sign in to comment.