lonefelidae16 / extra-sounds

**UNOFFICIAL** port of ExtraSounds
https://artifactory.kow08absty.com/ui/native/fabricmc/dev/stashy/extra-sounds/
Creative Commons Zero v1.0 Universal
53 stars 2 forks source link

gradlew.bat doesn't work for me #17

Open WhiteIceSpirit opened 1 month ago

WhiteIceSpirit commented 1 month ago

Environment info

Description

I think I'm just missing a single step, but when I run the batch, it just shows me an error. It fails with an exception. It says, it cannot find '.git' directory. Is there anything I need to do before running the gradlew.bat file? I saw another post here stating that running the batch makes it work just fine, but unfortunately not for me.

Step-by-step reproduction instructions

Steps I did:

Is this related to other mods or libraries?

No response

Screenshots, latest.log, code snippet

No response

lonefelidae16 commented 1 month ago

I’m assuming you are using the “extract zip” downloaded from the Tags’ archive. It’s not recommended as there are two reasons:

Therefore, this project requires knowledge of Git.

Please see this wiki page: https://github.com/lonefelidae16/extra-sounds/wiki/How-to-build-this-project

If you just want to obtain third-party builds, links are available at GitHub Tags’ commit message.

WhiteIceSpirit commented 1 month ago

Ahhh now I get it. I needed to install GIT before doing anything in the tutorial. Now I'm rolling. I got the build to work. Thank you for your response and your help!