Simple Parts Pack for Flan's Mod

Simple Parts Pack for Flan's Mod

903k Downloads

Manual compilation guide(to take freshest build)

XakepSDK opened this issue ยท 0 comments

commented

Manual mod compilation

Prerequisites

  1. Java 8
  2. Git client

Clone

  1. Install git if not installed
    https://git-scm.com/downloads
  2. Clone this repository using this command
    git clone https://github.com/FlansMods/FlansMod.git
  3. Your copy will be in FlansMod directory
  4. Execute this to compile mod:
    Linux/Mac: ./gradlew build
    Windows: gradlew.bat build
  5. Fresh and compiled mod will be in
    ./FlansMod/build/output/mods/
    Addons will be in
    ./FlansMod/build/output/Flan
  6. To update your clone, go to FlansMod directory and execute this command:
    git pull
    then recompile mod(par. 4) and take yout fresh jars.