Tags
Creators
Details
Licensed MIT
Published last year
All versions
v0.1+1.21.1-fabric
Release
v0.1 for 1.21.1-fabric10 months ago 115
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- fix crash when birds try to land on a block without collision (ty sametersoylu)
- fix crash when spawning hat man
- fix moths and birds spawning in areas that aren't exposed to the sky
- add support for multiversion neo/forge via Modstitch & Stonecutter
- add yacl config GUI
- accessible via
/cosycritterscommand or mod menu
- accessible via
- moths now spawn at any light source
- add checking bird behaviour: birds now look around when perched
- add directional sprites: birds now visually face left or right depending on the direction theyre flying
- replace particle tracking with minecraft's built in particle groups
- remove compatibility workaround for sodium's 'animate only visible textures' feature
- the mod no longer uses mcmeta animations itself so this was not worth maintaining. resource packs that add animated textures to the mod will not function properly unless this sodium feature is disabled.
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:61PI8Hzj:da1QVhEj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:61PI8Hzj:da1QVhEj"
}



