Tags
Creators
Details
0.2.0
Compatibility
Required content
Changes
Convenient Decor 0.2.0
New Allert's Umbrella!
Big thank you to Allert for supporting me! ❤️ We worked together on a beautiful new umbrella design for all of you to use!
Support me on Ko-Fi to get a chance to work with me on your chosen umbrella design! (read the pinned post!)
Origins Compatibility
Added the highly requested Origins compatibility! Origins affected by rain/sun can now make use of this mod's features:
- Holding any open Umbrella (except the broken one) will protect you from rain, sun and sky access.
- Having a Raincoat with the hood on, or a Rain Hat will protect you from rain
Added new Leaf Pile variants
Before, there were only regular Oak Leaf Piles and the yellow, orange, red and brown variants of it.
Now, alongside those, there are also Leaf Piles for the following leaf types:
- Spruce
- Birch
- Jungle
- Acacia
- Dark Oak
- Mangrove
- Azalea
- Flowering Azalea
Fixed crash when placing Farmland
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:heg2WqKa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gMWAhU1n:heg2WqKa"
}

