Skip to content

ZephyrWindSpirit/Harvest-Festival

 
 

Repository files navigation

Harvest Festival is a mod heavily inspired by the Harvest Moon series of games. Adding crops and animals, that need to be cared for in order to make the most out of them. Village and relationship building with the introduction of new npcs and the builder, who will help you build a town for the people, as well as guide you on your way. Also adding seasons that affect day length, daily weather, cooking and a new way to mine.

More information about Harvest Festival and downloads can be found on CurseForge

Adding Harvest Festival to your buildscript

Add to your build.gradle:

repositories {
  maven {
    // url of the maven that hosts Harvest Festival files
    url "http://joshiejack.uk/maven/"
  }
}

dependencies {
  // compile against Harvest Festival
  deobfCompile "uk.joshiejack.harvest:Harvest-Festival:${mc_version}-${hf_version}"
}

${mc_version} & ${hf_version} can be found here, check the file name of the version you want.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%