I have made a Minecraft Resource Pack for a server. I want to make it so I can push the textures and modified files to the repository without changing the download link every time.
So, I came to GitHub to achieve such thing. Got all of it setup however... When clicking "Clone or Download" and clicking ZIP. The ZIP file contains a folder of the Project Name and Branch "PocketPixels_RPG-master".
This is breaking the structure of the folder and preventing the .ZIP to be read as a texture pack in Minecraft.
I saw one post (Zipping without creating parent folder) however I cannot do any commands when this needs to be downloaded by the server in server.properties with a direct download link (https://github.com/kayc01/PocketPixels_RPG/archive/master.zip) which can't be modified the same way when the minecraft server downloads it automatically.
So, does anyone have any alternate suggestions? Any file I can add to the GitHub to prevent the outer folder being created and to just contain the folders and files in the root of the branch? And if there is nothing that can be done about it, is there anything similar that would work the way I want it?
Thanks a lot! Any suggestions wanted.
-Note, I am fairly new to GitHub so try be as detailed and instructive as you can.