Server side questing mod
If you would like to contribute a language PR into this mod with your lang file.
The lang files go under common/src/resources/data/simplequests/lang
To use this mod as a dependency add the following snippet to your build.gradle:
repositories {
maven {
name = "Flemmli97"
url "https://maven.blazing-coop.net/releases"
}
}
dependencies {
//Fabric/Loom==========
modImplementation("io.github.flemmli97:simplequests:${minecraft_version}-${mod_version}-${mod_loader}")
//NeoForge==========
implementation("io.github.flemmli97:simplequests:${minecraft_version}-${mod_version}-${mod_loader}")
}