Tags
Creators
Details
1.4.0+1.21.1
Compatibility
Changes
In honor of the upcoming "Play With Friends" Minecraft update, I thought I'd make my own.
In this version, it's easier than ever to define new Fabric Squares, provide or process pre-rolled scarf design layouts, and even define new Scarf-Haver entities. Scarves have been split into two slots with one individual tail each, so you can pair up two pride flags more easily. A lot of work went in under the hood to expand scarf eligibility to new friends.
- Update to 1.21.1
- Componentize ScarfDesign and FabricSquare, so any item can count as a fabric square or a scarf design with no registration.
- Staticdata now sneaks default components onto the targeted items
- Moved scarf slot from body to head, and split into left and right slot. Each scarf has only one tail now.
- Scarf Stapler and Scarf Serger interfaces rearranged to acommodate all these changes
- The way scarves are pinned to entities has totally changed.
- Bee scarves. Fox scarves. Rightclick a friend with a scarf to place it in their scarf slot. If they're already wearing a scarf, it'll swap them. Support for more animals is coming!

Optional dependencies
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:vhY4Cys8:Bq8ACOv1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vhY4Cys8:Bq8ACOv1"
}


