Tags
Creators
Details
Licensed MIT
Published 5 months ago
All versions
v1.0.0+1.20.1-forge
Release
v1.0.0 for 1.20.1-forge5 months ago 149
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client-side
Client and server
Changes
- first release featuring puddles:
- during rain
- below dripping blocks
- left behind by flowing water
- left behind by splash potions
- left behind by broken filled cauldrons
- left behind by melted snow
- puddles will combine to form floods at river/sea level
- shader pack support via sodium
- rain puddle placement editable by resource packs
- config screen openable by mod list menu or
/puddleflood- set puddle coverage amount for rain and during storms
- set the range puddles spawn in around the player
- set speed at which puddles collect and evaporate
- disable shaderpack water on puddles
full changelog history will be kept at https://github.com/PigCart/puddles-floods/blob/main/CHANGELOG.md
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:xeRVd78z:fFsTwfhl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xeRVd78z:fFsTwfhl"
}

