To disable the custom title screen in the Ice and Fire mod you need to change its configuration. Here’s how you can do it:
1. Locate the Configuration File
- File Name: The setting is found in the file named
iceandfire-client.toml. - Folder Location: This file is usually located in your
.minecraft/configfolder (or in the equivalent configuration directory if you’re using a custom launcher or modpack).
2. Edit the Config File
- Open the File: Use any plain text editor (such as Notepad on Windows or TextEdit on macOS) to open
iceandfire-client.toml. - Find the Setting: Scroll down until you find an option related to the custom main menu. It may be commented and look similar to this:
# Whether to display the dragon on the main menu or not [default: true] B:"Custom main menu"=true - Change the Value: Set this option to false by changing the line to:
This change tells the mod not to render its custom main menu (often featuring the dragon or other thematic visuals).
B:"Custom main menu"=false
3. Save and Restart
- Save the File: After making the change, save the file.
- Restart Minecraft: Close and restart Minecraft for the changes to take effect. When the game loads, it should now use the default main menu rather than the custom one from the mod.
Additional Tips
- Double-check You’re Editing the Correct File: There might be a separate common configuration file, so make sure you’re editing
iceandfire-client.toml(this is the client-specific configuration, not the common one). - Back Up First: It’s always a good idea to make a backup of the original config file before you modify it.
- Modpacks: If you’re using a modpack, the config file might be inside the pack’s folder structure, but the principle remains the same.
This method has been confirmed by users in the community—for instance, several users on the Feed The Beast forums mentioned finding and changing the "Custom main menu" option in iceandfire-client.toml solved their issue. (See discussion where a user noted, “set the ice and fire config to not display it in iceandfire-client.toml” and that the file is located in the config folder.) citeturn0search1
Following these steps should disable the custom main menu provided by the mod so you can use your texture pack’s own main menu background.