Tags
Creators
Details
All versions
1.1.0+1.20.1
Release
Umbrellas 1.1.02 years ago 3,784
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Added Umbrella Stands, which basically allow for placeable umbrellas in builds
- They of course also shelter entities from light
- Reworked the entire system for umbrella customization:
- Standard dyeable umbrellas can be combined with any banner to create a "patternable" umbrella
- Regular dyeable umbrellas remain the same and can still be dyed any RGB color
- Patternable umbrellas are just named after the banner you used, e.g. Umbrella + Blue Banner -> Blue Umbrella
- Looms can be used to apply Umbrella Patterns to patternable umbrellas
- There are equivalents to all vanilla banner patterns, as well as some special new ones
- There are some umbrella patterns that require items to access (similarly to vanilla banner patterns)
- Almost all umbrella pattern items can simply be crafted from their banner pattern counterparts, e.g. Globe Banner Pattern -> Globe Umbrella Pattern
- The only exception is the pride umbrella pattern item, which is crafted with Paper + Glow Ink Sac
- This pattern allows access to all pride flag patterns, rather than just one
- Pride umbrellas have been removed, due to having been replaced by pride flag umbrella patterns
- The mod will attempt to migrate pride umbrella item IDs to regular umbrellas
- Standard dyeable umbrellas can be combined with any banner to create a "patternable" umbrella
- (From PneumonoCore) Massively improved configuration screen, including icons that provide more information about the configuration itself
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:dgTb67Ox:9FtdyZ8d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dgTb67Ox:9FtdyZ8d"
}

