Links
Tags
Creators
Details
1.21.1-1.0.100
Compatibility
Changes
02376ce fixes cli compilation problem ff4c2a8 fixes buncha typos 256cd20 adds coven codex entry fe0db0c witches are joining covens 5c0a3a1 adds initiation scroll a8e5dc2 adds gnome recipes to book ae4c613 fixes vertical connections not drawn when destination was above source c937f1a adds enlghtment stone 1e14968 adds discovery methods 0224f3f creates gnome crafing mechanic 974c15f gnomes have brains af8e218 gnome picks paper up 740d342 gnome spawns naturally and moves 1bfddea photophago no longer requires a GUI
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| shrooms-1.21.1-1.0.100.jar | Unknown | 47.4 MiB |
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:sThK91BB:T2fA7Xx8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sThK91BB:T2fA7Xx8"
}

