Hunger Overhaul

Hunger Overhaul

9M Downloads

Downloaded source, ran refresh dependencies, got an error

Flypaste opened this issue ยท 1 comments

commented

I wanted to edit HO to do something differently in 1.12, but when I downloaded the source and ran gradlew setupDecompWorkspace --refresh-dependencies it gave me this error:

"A problem occured when evaluating root project HungerOverhaul-1.12 in file HungerOverhaul-1.12\build.gradle: line 60. Cannot run program "git": Createprocess Error=2, cannot find the file specified."

commented

you must have git installed to develop for most of my mods.

alternatively, you can replace this https://github.com/progwml6/HungerOverhaul/blob/1.12/build.gradle#L59-L66 with
ext.revision = "GITBORK"

if you are trying to PR enhancements, please do not accidentally include that build.gradle tweak.