A tree style questing mod allowing creators to set completable quests for their users
Also see Odysseus, a Project Odyssey tool for converting FTB and HQM quest-packs to the Heracles format.
Be sure to add our maven to your build.gradle
:
repositories {
maven { url = "https://maven.teamresourceful.com/repository/maven-public/" }
<--- other repositories here --->
}
You can then add our mod as a dependency:
dependencies {
<--- Other dependencies here --->
modImplementation "earth.terrarium.heracles:heracles-${modloader}-${mc_version}:${heracles_version}"
}