Modpacks

How to include layouts in a modpack.

FancyMenu in Modpackslink

Including your FancyMenu setup in a modpack is very easy and only takes some simple steps.

Including the FancyMenu Setup in Your Modpacklink

The main thing you need to do is copy one special folder that FancyMenu uses to save all your designs.

What you'll need to findlink

  1. Your "Minecraft Instance" Folder: This is the main folder on your computer where all the files for a specific Minecraft setup (like the one where you designed your menus) are stored. Launchers like CurseForge and Modrinth call these "instances" or "profiles."
  2. The config Folder: Inside your Minecraft instance folder, there's usually a folder named config. This is where many mods store their settings.
  3. The fancymenu Folder: Inside that config folder, FancyMenu creates its own folder called fancymenu. This is the golden folder we need!

How to Find the Instance Save Locationlink

If you use the CurseForge Applink

  1. Open CurseForge.
  2. Find your Minecraft profile/instance in the list and open it.
  3. Click the three dots.
  4. Choose "Open Folder." This will open the main folder for that Minecraft instance.
Screenshot_1

If you use the Modrinth Applink

  1. Open the Modrinth App.
  2. Find your Minecraft profile/instance in the list and open it.
  3. Click the three dots.
  4. Choose "Open Folder." This will open the main folder for that Minecraft instance.
Screenshot_1

For other launcherslink

Look for a similar "Open Folder," "Open Instance Folder," or "View Files" option for your specific Minecraft setup.

Copying the FancyMenu Setuplink

  1. Navigate to the config folder of your MODPACK instance (the one you want to copy your setup to).
  2. If there is a fancymenu folder inside, DELETE it.
  3. Open the config folder of the SOURCE instance (the one you want to use the setup from).
  4. Copy the fancymenu folder inside the config folder of your SOURCE instance to the config folder of your MODPACK instance.
  5. Done. That's it. Restart your modpack instance now and you should see the setup load.

Disabling the Menu Bar and Hotkeyslink

You surely don't want to keep FancyMenu's menu bar visible in your modpack, so you should disable it. But since people can still press the hotkey to make it visible again, let's do something a little bit more aggressive.

Navigate to /config/fancymenu/options.txt and open the file in a text editor.

Now set modpack_mode to true and save the file.
This will completely disable all overlays and hotkeys.

To be able to edit your layouts again, set the config option back to false.

Disabling the Welcome Screenlink

This shouldn't be needed in most cases, but if you didn't close the Welcome screen yet (the screen that tells you to read the documentation), make sure to set show_welcome_screen to false in /config/fancymenu/options.txt.

The screen only shows once and disables itself when clicking on the Open Documentation button, so again, doing this manually shouldn't be needed in most cases.


Screenshot_1