Links
Tags
Creators
Details
1.21.1-1.0.105
Compatibility
Changes
7986471 refactor: rituals -> demonology + codex editor and codex UI improvements dad4549 refactor: Alchemy -> Witchery a60050f docs: feature audit a4d0241 fix: merge conflicts e017dc1 feat: adds Knowledge Digester bfbb11c BRAIN LOOKS b87e2d9 digester follows u 701efc1 adds knowledge digester dfd0bd7 many thingies 975deb4 fix: morphic cactus 3d5cec7 feat: diminishroom structure, just gotta get it working 7da465c docs: fossilized mycelium codex entry + audit improvements 68bd021 docs: supporting items now must be reachable throug the codex 84b93f7 Implement broom sweeping behavior and update Codex entry 6aac006 Implement shrooms:broom Codex and test entries 77431b8 feat: gnome AI improvements + render fixes + ideas b568489 fix: gnome hut model and texture 65cd04e feat: adds mycelial tree bcdb320 feat: love sprinker v1 d2289e1 refactor: cold blue => mycelial forest + codes + docs improved b021e1a feat: adds love sprinkler to the codex c1b9de7 docs: improves codex docs for sticy slimy stick c75c541 ideas
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| shrooms-1.21.1-1.0.105.jar | Unknown | 63.6 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:McHIblZ4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sThK91BB:McHIblZ4"
}

