/cookieminer

Cookieminer

Primary LanguageJava

Cookieminer

Wiki, Downloads

Nice to have commands

  • Reset the workspace:

    git clean -dfx
  • Install forge with sources for Intellij Idea

    gradlew setupDecompWorkspace idea
  • Build the mod jar file to ./build/libs/

    gradlew build
  • git all alias

    [alias]
    	all = "!sh -c 'git add -A ; git commit -m \"$1\" ; git push' -"

    Usage: git all "message"

  • Clear the saves folder

    ./clear-saves