Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 months ago
All versions
4.2.0
Release
Mushroom Quest 4.2.08 months ago 61.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Version 4.2.0: Mushroom Management!
- Updated for NeoForge 1.21.1
- Big Mushrooms have been reworked to now be Mega Mushies.
- Tiny Mushrooms have been reworked to now be Mini Mushies.
- Reworked Morel Fungling model and texture
- Updated Oak, Birch, Acacia, and Jungle stumps/trunks to match the vanilla wood texture!
- Updated Shrump texture
- Polished up some older item textures.
- Adjusted some effects mushrooms gave when eaten.
- Mushroom item name colors reverted back to white in preparation for a future update regarding the Mycopedia!
- Mushroom Caps are now considered as Helmets instead of items, thus giving armor when worn.
- Added 2 new achievements, Common Collector, and Rare Gatherer!
- Adjusted achievements to give better rewards and perform in a smoother manner.
- Added tags to make configuration easier. Tags: mushroom_caps, fungling, foraging_blocks, placeable_fungi, mushroom_decorations
- Witch Cottage is now actually considered a structure instead of a feature.
- New chest loot tables “fungi_culinary_crates” have been added to Witch Cottages.
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:OjcK2Epc:38fVOnPn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OjcK2Epc:38fVOnPn"
}

