1.0.9+fabric-1.21.1
Compatibility
Required content
Changes
wherever you are, wherever you may be
nothing terribly special in this update, if you're updating. a few small fixes. dolls can 'eat' now. but if you're not updating, you might instead be downloading this for 1.21.1! i believe the only thing dropped in the backport was a sound that played when you did something you shouldn't, so it should be entirely the same as 1.21.8 unless you're a doll that likes to break my heart!
the 1.21.1 version is also technically compatible with connector for neoforge. i wouldn't recommend it though, the mod breaks a lot more over there. fragmented becomes a meaningless effect, and repairing doesn't work. you'd have to subsist solely on the overflow of essence reabsorption.
- Just changed a couple numbers from 1.21.8 to 1.21.1, pretty simple really.
Full Changelog: https://github.com/afamiliarquiet/be-a-doll/compare/1.0.9+fabric-1.21.8...1.0.9+fabric-1.21.1
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:MAd0Z2MD:EcKFRzjl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MAd0Z2MD:EcKFRzjl"
}



