Skip to content

A tree style questing mod allowing creators to set completable quests for their users

License

Notifications You must be signed in to change notification settings

terrarium-earth/Heracles

Repository files navigation

Heracles

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.

For Mod Developers


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}"
}

About

A tree style questing mod allowing creators to set completable quests for their users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages