ROM
ROM
sure, https://haste.romvoid.dev/maquyikiba.awk i was thinking, and maybe something with the script calling other scripts?? `branchsuffix=$(cc-param branch-suffix)`
Yep thats it. removed the two sections of the script that had that and it worked. so its errored on ```bash if [[ $REPLY =~ ^[Yy]$ ]] then # do...
is this the entire mainmenu.json?
Is the logo.png located in `resources/modpack/logo.png`? Also a panorama needs 6 images of I remember correctly What mc version and mod version also
i'm attempting to write one for 1.14the menu changes with that one is making it a tad weird but hey, im trying lol
```json "buttons": { "Singleplayer": { ``` try changing to lowercase, ```json "buttons": { "singleplayer": { ```
always a good idea to make it uniform to cut out any potential errors. add the .json file to the post and might be best to load the image into...
labels are used to display values or text on a menu, they are not "menu pages" themselves
my lord i apologize . i totally misread the first part lol, because github cant process these jsons right lol could you post the json file to hastebin or some...
might require a json file to explicitly state the sound action in custom main menu, take mine for example. **File Structure** ```bash └───resources └───menu ├───sounds.json └───sounds └───click.ogg └───hover.ogg ``` in...