Tags
Creators
Details
4.1
Compatibility
Changes
The 3.4/4.1 "Mini" Update is here! Introducing a bunch of miscellaneous, quality of life, and fun new features, this update is packed! This update includes a range of features, from world consumption tweaks, new withered symbiont spells, sickened mobs, a plethora of config options, and so much more. Originally meant to be small, this update grew to be super large and blew the scope that it was meant to be in (hence the appropriate title, the "Mini" Update)
A lot of things have been tweaked/changed, so please check and read the changelog to see if they apply to you (mostly data pack, resource pack, and modpack people).
Special thanks to Nazaru, who's been instrumental throughout the development cycle coming up with new features, implementing them, and so much more! This update wouldn't be what it is without them.
Also a special thanks to my patrons, who've been awesome BETA testers with providing their feedback. They help ensure these updates are as polished as possible!
Wither Storm Backers
- WizardOfZinks
- TSEG
- Moony
- Kraken56Gaming
- McFella
- Bagheera Withae
- Mathew Friesen
- Bt-7274
- doggyboy200
- OutandIn
- someone
- RealRay_OG
- Yiyip the grunt major
- Callum Saunders
- Cor99ss
- Auxious
- Lordxfan2022
- Connor Pavlik
- Kubixer
- Jaxon
- interesting swim
- NOTNA9015
- BigManObama
- kathryn pearson
- ForeseenArt 700
- Ripped
- ConnorKid2013
- IanTehEpik
- Tibor Kovács
- That Boi
Withered Symbiont Backers
- Panda Man.
- Michael
- Drawingiut1
- InevitableRob
- Chris Stack
- Tainted.
- Shiba Inu
- Bloxxify
- Gaming32
- Ruin
- Stickmasterfree xd
- Austin Dobhal
- Giganzilla 59
- Number1Riker
- David
Disclaimer: This is not Evolution: Part Two
Full Changelog
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:kWjNGDUH:xAmOQHml"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kWjNGDUH:xAmOQHml"
}

