This is a project that allows you to generate and run Cosmic Reach's source code from one jar from the Cosmic Archive
Requirements:
- Java (at least 17) if the tool does not work your path env is messed up
 - Git
 
All the gradle functions you will need will be in the task folder of cosmic_coder_pack
- To configure this project like choosing the version of things look in 
gradle.properties. - To setup your work enviornment just run 
setupWorkspacein the tasks. - If you want to make the decompilation errors disappear use the tasks 
getBasePatchesand thenapplyPatches. - If you want make your own patches look in the 
patchesfolder provided bygetBasePatchesor make your ownpatchesfolder. To apply those patches run the taskapplyPatches. - To run your work start the task 
runCosmicReachand debug until it works. - To compile this for other people run 
createReleaseJarand as a dev build (No Deps) runcreateDevJar - To create a source jar launch 
createSourcesJar. - If you want to make and share patches among devs just run the 
generatePatchestask. 
Do not distribute code generated by this tool unless you have explicit permission by Final For Each to do so.
Not affiliated with FinalForEach or Cosmic Reach.