Tags
Creators
Details
2.0-1.21.1
Compatibility
Changes
Wetland Whimsy 2.0 is finally out, after over a month of development! Along with new content, much of the preexisting content has recieved major reworks as well. I hope you have just as much fun experiencing this version as I did making it!
NOTICE: This update is not compatible with worlds from old versions! A good chunk of the old content has been renamed and/or reworked, meaning they will dissapear or no longer function properly.
Added
- New music that plays in swamp biomes, generously provided by Skyllaremon
- Purple Trees
- Inflorescence
- The Crawfish, a new friendly crustacean found in rivers and swamps
- Can be used in various cooking recipes
Removed
- Carrot seeds
- Cordgrass thatch
- "Silly" debug entity
Changes
- Renamed Content
- Limestone renamed to Lemonstone
- Blemish renamed to Filth
- Bloodcap Mushrooms renamed to Fellcap Mushrooms
- Swamp Spider renamed to Infected Spider
- Music Disc item ID consistent with vanilla discs
- Texture/Model Changes
- Retextured all lemonstone blocks
- Retextured pennywort salad
- Retextured cordgrass
- Retextured + Remodeled Filth
- Many more minor texture tweaks
- Reworked Dagger
- No longer does extra damage with proximity
- Deals extra damage to mobs that have recently dealt damage to you
- Infected Spider uses normal monster spawn rules
- Structure loot tables have been heavily reworked
- Cordgrass can be waterlogged
- Dots Armor Trim now uses Trimmed, which has been made an embedded dependency
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:PsS0ZPEe:cJ6mm9y7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PsS0ZPEe:cJ6mm9y7"
}



