MrJake222 / AUNIS

Stargate-inspired Minecraft Mod
GNU General Public License v3.0
44 stars 19 forks source link

Question: How do install these github files #322

Closed captinwill closed 3 years ago

slava110 commented 3 years ago

Not sure what do you mean by installing github files. Do you mean downloading? There is Code button in the top right corner here which will open context menu with Download Zip option. If you mean cloning git repository you need to install Git and use command git clone https://github.com/MrJake222/AUNIS.git

captinwill commented 3 years ago

when i put the file in my mod folder it does nothing

slava110 commented 3 years ago

Because it's not a mod, it's source code. You need to compile it to get mod It's recommended to use pre-compiled versions from CurseForge or Github Releases If you really want to compile mod from the repo by yourself you'll need to download source code, unzip it to any folder and use ./gradlew.bat setupDecompWorkspace build (or ./gradlew setupDecompWorkspace build for Linux/MacOS) cmd command in this folder