0.7.1
Compatibility
Changes
Guides
Added three more manuals. However, they do not have any writing yet only recipes.
Ancient Manual: Vol. 2 gives the info for the mortal and pestle plus some misc recipes such as for fire charges
Ancient Manual: Vol. 3 is supposed to give info on herbs but no text is available yet
Tan Clan Manual: Vol. 1 gives recipe to the Tang Clan Pill line but does not have a way to craft yet.
Extra
No pill lines have been recommended yet
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:uGa5E1h2:G3yLx4Bm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uGa5E1h2:G3yLx4Bm"
}

