I really don't mean to be rude in anyway I'm just weird when things are obvious to me but not other people. In the config, you have no texture set for the main menu title. You can find the texture in the minecraft jar file. Good Luck
Rollback Post to RevisionRollBack
My face maybe nooby but I'm all pro!
To post a comment, please login or register a new account.
ive been trying to make my modpacks main menu look different using Custom Main Menu with Resource Loader and my textures aren't loading
config for CMM
{
"images":
{
"Title":
{
"image" : "MainMenu:textures/omg.jpg",
"posX" : -100,
"posY" : 20,
"width" : 200,
"height" : 200,
"alignment" : "top_center"
}
},
"buttons":
{
"singleplayer":
{
"text" : "menu.singleplayer",
"posX" : -100,
"posY" : 48,
"width" : 200,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "singleplayer"
}
},
"multiplayer":
{
"text" : "menu.multiplayer",
"posX" : -100,
"posY" : 72,
"width" : 200,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "multiplayer"
}
},
"mods":
{
"text" : "Mods",
"posX" : -100,
"posY" : 96,
"width" : 200,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "mods"
}
},
"options":
{
"text" : "menu.options",
"posX" : -100,
"posY" : 132,
"width" : 98,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "options"
}
},
"quit":
{
"text" : "menu.quit",
"posX" : 2,
"posY" : 132,
"width" : 98,
"height" : 20,
"action" :
{
"type" : "quit"
}
},
"language":
{
"text" : "",
"posX" : -124,
"posY" : 132,
"width" : 20,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "languages"
}
},
"refresh":
{
"text" : "",
"posX" : -154,
"posY" : 132,
"width" : 20,
"height" : 20,
"texture" : "custommainmenu:textures/gui/buttons.png",
"action" :
{
"type" : "refresh"
}
}
},
"texts":
{
"mojang":
{
"text" : "Copyright Mojang AB. Do not distribute!",
"posX" : -197,
"posY" : -10,
"color" : -1,
"alignment" : "bottom_right"
},
"fml":
{
"text" : "",
"posX" : 2,
"posY" : -50,
"color" : -1,
"alignment" : "bottom_left"
}
},
"other":
{
"splash-text":
{
"posX" : 90,
"posY" : 70,
"color" : -256,
"alignment" : "top_center",
"file" : "texts/splashes.txt"
}
},
"background":
{
"image" : "C:/Users/Joseph/Documents/Curse/Minecraft/Instances/Jocraft/resources/MainMenu/textures/Madgar.png",
"mode" : "fill"
}
}
}
I really don't mean to be rude in anyway I'm just weird when things are obvious to me but not other people. In the config, you have no texture set for the main menu title. You can find the texture in the minecraft jar file. Good Luck
My face maybe nooby but I'm all pro!