1.0.0
Compatibility
Changes
----From version 1.0.9 This mod adds some new recipes for Netherite, Diamond and Emerald to make life easier There is also a new mob called the Dryad with a temporary texture As well as 3 new tools, the grimoire (like a book), the anchor (like a pickaxe) and the Katana (like a sword) There are brand new mobs such as the dryad, siren and doll. while also introducing new recipes and achievements. Lastly a plant called the withering rose has been added ----From version 1.1.8 All recipes now show up when acquiring the right ingredients All recipes can be unlocked through the doll's inventory button Mob textures have been updated The hammer has been added (like an axe) Weapons have been re-balanced Vampire and Wanderer has been added (with updated AI) Loot-tables have been added
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:o0OHi1fK:8SsvXMhS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o0OHi1fK:8SsvXMhS"
}

