Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black and purple square ( I have resource loader installed btw) #497

Open
Marki0503 opened this issue Apr 15, 2022 · 0 comments
Open

Black and purple square ( I have resource loader installed btw) #497

Marki0503 opened this issue Apr 15, 2022 · 0 comments

Comments

@Marki0503
Copy link

I was trying to put a new logo but I can't. I watch all the yt tutorials and i can't find a solution pls help. :C

{
"images":
{
"title":
{
"image" : "modpack:logo/logo.png",
"posX" : -30,
"posY" : 120,
"width" : 112,
"height" : 112,
"alignment" : "top_center"
},

    "edition":
    {
        "image" : " ",
        "posX" : 10000,
        "posY" : 150,
        "width" : 128,
        "height" : 16,
        "alignment" : "top_center"
    }
},

"buttons":
{
    "singleplayer":
    {
        "text" : "menu.singleplayer",
        "posX" : -150,
        "posY" : 48,
        "width" : 100,
        "height" : 20,
        "action" :
        {
            "type" : "openGui",
            "gui" : "singleplayer"
        }
    },

    "multiplayer":
    {
        "text" : "menu.multiplayer",
        "posX" : -150,
        "posY" : 72,
        "width" : 100,
        "height" : 20,
        "action" :
        {
            "type" : "openGui",
            "gui" : "multiplayer"
        }
    },

    "mods":
    {
        "text" : "fml.menu.mods",
        "posX" : -150,
        "posY" : 96,
        "width" : 100,
        "height" : 20,
        "action" :
        {
            "type" : "openGui",
            "gui" : "mods"
        }
    },

    "options":
    {
        "text" : "menu.options",
        "posX" : -150,
        "posY" : 122,
        "width" : 50,
        "height" : 20,
        "action" :
        {
            "type" : "openGui",
            "gui" : "options"
        }
    },

    "quit":
    {
        "text" : "Leave",
        "posX" : -100,
        "posY" : 122,
        "width" : 50,
        "height" : 20,
        "action" :
        {
            "type" : "quit"
        }
    },

    "language":
    {
        "text" : "",
        "posX" : -84,
        "posY" : 145,
        "width" : 20,
        "height" : 20,
        "action" :
        {
            "type" : "openGui",
            "gui" : "languages"
        }
    },

    "refresh":
    {
        "text" : "",
        "posX" : -134,
        "posY" : 145,
        "width" : 20,
        "height" : 20,
        "texture" : "custommainmenu:textures/gui/buttons.png",
        "action" :
        {
            "type" : "refresh"
        }
    }
},

"labels":
{
    "mojang":
    {
        "text" : " ",
        "hoverText" : " ",
        "posX" : -2297,
        "posY" : -10,
        "color" : -1,
        "alignment" : "bottom_right",
        "action" :
        {
            "type" : "openGui",
            "gui" : "credits"
        }
    },

    "fml":
    {
        "text" : "",
        "posX" : 2,
        "posY" : -40,
        "color" : -1,
        "alignment" : "bottom_left"
    }
},

"other":
{
    "splash-text":
    {
        "posX" : 90,
        "posY" : 70,
        "color" : -256,
        "alignment" : "top_center",
        "texts" : " "
    },

    "panorama":
    {
        "images" : "minecraft:textures/gui/title/background/panorama_%c.png",
        "animate" : false,
        "animationSpeed" : 1,
        "blur" : true,
        "gradient" : true
    }
}

}

@Marki0503 Marki0503 changed the title Black and purple square Black and purple square ( I have resource loader installed btw) Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant