Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 5 months ago
All versions
0.1.0
Release
convenientdecor-1.19.2-0.1.03 years ago 14.6K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Convenient Decor 0.1.0 - The Rainy Update!
New Features:
Umbrellas - 16 colors + broken variant
- Slow down falling a bit and reduce fall damage (capped to 4 hearts)
- Attract lightning strikes under open skies during thunderstorms
- Transforms into a Broken Umbrella after getting hit by a lightning
- Right-click in hand to fold or open
- Shift + Right-click on ground to place
Umbrella Stand
- Can be placed in the world
- Right-click with any umbrella to place it in the stand (folded)
Raincoats - 16 colors
- Grant players +4 max HP when it's raining and +8 max HP when it's thundering
Rain Boots - 16 colors
- Make you run a bit faster when it's raining
Rain hats - 16 colors
- Decorative-only for now!
Weather vanes
- Four variants: Gold, Copper, Iron, Netherite
- More info on the wiki
Improvements:
Plastic Shovels
- now come in all 16 colors, instead of just yellow, red and blue
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:gMWAhU1n:Vcbcrl8C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gMWAhU1n:Vcbcrl8C"
}

