Trivial update to try out working with multiple branches

This commit is contained in:
Kris Clough 2023-10-12 15:04:34 -04:00
parent 9e91e2c6a3
commit 8ed128f0de

View File

@ -1,5 +1,10 @@
#Interstellar2
# Interstellar2
Welcome to the source repository for Interstellar Adventures 2.
The **Server** folder contains the current working files for the server pack. The **Client** folder contains the current working files for the client pack. The **Exports** folder contains versions of the pack exported for upload to the main server or for upload to Curseforge. Uploads for the server are created by creating a .zip archive of the Server folder. Uploads for Curseforge, either Server or Client, are created by placing the contents of the folder to be exported into an empty Curseforge profile, and then exporting it.
## Summary
The **Server** folder contains the current working files for the server pack. The **Client** folder contains the current working files for the client pack. The **Exports** folder contains versions of the pack exported for upload to the main server or for upload to Curseforge. Uploads for the server are created by creating a .zip archive of the Server folder. Uploads for Curseforge, either Server or Client, are created by placing the contents of the folder to be exported into an empty Curseforge profile, and then exporting it.
## Contributing to this repository