Custom-Main-Menu icon indicating copy to clipboard operation
Custom-Main-Menu copied to clipboard

Help!

Open Unused2022 opened this issue 4 years ago • 3 comments

I am Trying To Upload A Custom Picture Is Dosn't Work 👎

Unused2022 avatar Oct 19 '20 23:10 Unused2022

you need files in the resources file. i use the file path resources/texture/buttons/button1.png to put that in code its, "texture:buttons/button1.png" notice the semicolon. before it represents the root file for the image within the resources folder.

TheCraftedGamer avatar Nov 18 '20 09:11 TheCraftedGamer

dont forget to tell it the width and height as well as the position. use this as reference for what you need. https://www.curseforge.com/minecraft/mc-mods/custom-main-menu/pages/custom-main-menu/elements/images

TheCraftedGamer avatar Nov 18 '20 09:11 TheCraftedGamer

Also, make sure you have Resource Loader installed in your pack. If it's a new image then reloading the game should just make it appear if you have the directory set up. If this doesn't work just check if you do have the directory set up correctly and then hitting ctrl+r to reload the script should just make it appear

CLMagnus avatar Nov 19 '20 14:11 CLMagnus