971downloads
9followers
Fungal Mage has been archived. Fungal Mage will not receive any further updates unless the author decides to unarchive the project.
All versions
V2.9.6+mod
Release
Fungal Mage3 years ago 647
Compatibility
Minecraft: Java Edition
1.19–1.19.3
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Added "Dealing 1 heart or more of damage to an entity will trigger this same effect." bit in Fungus Mana badge, and added complimentary advancement
- Fixed "Made it so the 2 second Fungus Mana regain disable isnt just not a thing (it actually works now) + made it 3 seconds instead of 2" so it actually actually actually actually works now
- Added ", but you cannot use fireworks." to Fungal Hop
- Changed sounds when damaged
- Added vfx and sfx when attacking an entity
- Changed the drain and dampen when being damaged to only activate when taking 1 heart or more
- Added Fungal Infusion
- Fixed the same bugs like 10x bc I kept forgetting which Fungal Mage folder was which
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:9D5M9ypC:tA1h3Jsc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9D5M9ypC:tA1h3Jsc"
}

