How can I make a desktop shortcut of the two highlighted shell files (forge.sh and forge-adventure.sh)? Copying and pasting doesn't work since the filepath isn't brought over with them. I've tried using Menu Editor but can't find a decent guide on setting it up.

This thread is already over a month old, but here are my two cents anyway.
Via GUI
Right-click on the desktop → Create new empty file with file extension .desktop
Open the file in a text editor such as Kate and paste in the information for the desktop shortcut:
Notes:
Terminal=falsethen the script will run invisibly in the background.Via Console
This is a one-liner for the bash/fish console. It creates a desktop shortcut for the current user, fills in the example content from above and sets execution permission for the shortcut.
You can change the file name of the shortcut and the contents of the file afterwards, or before you send the command to the console.