PackMenu Mod 1.20.1/1.19.2/1.18.2 (Change and Menu Customization)

PackMenu mod will allow you to create your own Minecraft 1.20.1/1.14.4 game menu, this will be especially useful for the authors of assemblies who want to make their modpack more effective and well-developed. The mod allows you to change the background of the game, buttons and their position, create your own buttons.

PackMenu Mod for Minecraft

The mod is both simple and functional, it loads the game menu design from the .minecraft\packmenu\, there you will find .json files responsible for buttons and pictures that are used in the new menu for example. You can easily change the pictures to your own, and by editing the json files you can customize the buttons.

Editing json files is simple – open them with any text editor, for example mods.json is responsible for the mods button in the game menu, inside you will see:

{
	"x": -100,
	"y": 48,
	"width": 98,
	"height": 20,
	"langKey": "fml.menu.mods",
	"action": "OPEN_GUI",
	"data": "MODS"
}
  • x and y – are the coordinates of the position, change them and see the offset of the button.
  • width – button width.
  • height – button height.
  • langKey – the text of the button, in this case the text is displayed standard from Forge, you can just enter what you want.
  • action and data – don’t touch.
  • Other buttons are arranged in a similar way, so it is very easy to change or delete them.

Files Location:

  • Background image: packmenu:textures/gui/background.png
  • Appearance of buttons: packmenu:textures/gui/widgets.png
  • Minecraft logo: minecraft:textures/gui/title/minecraft.png
  • Java Edition logo: minecraft:textures/gui/title/edition.png
  • Styling buttons in json format: packmenu:buttons/

Screenshots:

PackMenu Mod Screenshot
PackMenu Mod Screenshot 2

How to install PackMenu:

  1. Download and install Minecraft Forge
  2. Download archive
  3. Unzip to .minecraft\mods
  4. Done!

Download PackMenu Mod:

For 1.20.1
PackMenu-1.20.1-6.1.1.zip [793 Kb]

For 1.19.2
PackMenu-1.19.2-5.1.0.zip [730 Kb]

For 1.18.2
PackMenu-1.18.2-4.1.4.zip [741 Kb]

For 1.17.1
PackMenu-1.17.1-3.0.0.zip [652 Kb]

For 1.16.5 / 1.16.4
PackMenu_1.16.5_2.4.1.zip [608 Kb]

For 1.16.3 / 1.16.2
PackMenu_1.16.3_2.3.1.zip [603 Kb]

For 1.15.2
PackMenu_1.15.2_1.2.4.zip [590 Kb]

For 1.14.4
PackMenu_1.14.4_0.2.6.zip [589 Kb]