Links
Tags
Creators
Details
1.0.5
Compatibility
Changes
Fixes
- Too many different fixes to list them all!
Mush Update
Mushrooms have always been the heart of this mod. It's time to give them a fresh update and introduce a host of new varieties that bring exciting mechanics and surprises to your gameplay!
New Mushroom Types
Cyan Mushroom
This mushroom constantly emits vibrant cyan spore particles. Unlike its peers, it isn’t immortal on mycelium blocks. When it dies, it leaves behind a precious Mycelium Heart block. It won’t attack or run away when hit, making it a unique specimen. Plus, with a simple bottle, you can harvest some Mushroom Vital Life Energy — Vital Spores bottled up
Purple Mushroom
After taking a hit, the Purple Mushroom quickly retreats while releasing a damaging cyan cloud. Be cautious — its counterattack might just catch you off guard!
Amanita
Always on guard, the Fly Agaric is perpetually aggressive toward the player, fiercely defending its mycelium. With a 10% chance, it inflicts a potent Cyan Poison effect, ensuring you never let your guard down.
Toadstool
Small, speedy, and relentlessly aggressive, the Toadstool dashes away immediately after its first hit. Its elusive nature makes it a formidable little foe.
Green Mushroom
Neutral until provoked, the Green Mushroom repels any attacker with a surprising push-back effect. Defeat it to obtain a brand new block — the Jumper
Brown Mushroom
The quintessential, ordinary mushroom — calm and neutral until disturbed. A reliable staple in your fungal collection.
Jumper
Mushroom at all, but a block that hurls any entity that stands on it high into the air!
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:YbmTIQ9v:Sxqs0jjO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YbmTIQ9v:Sxqs0jjO"
}

