All versions
0.2.0+fabric
Release
Screen Friend 0.2.02 weeks ago 39
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Initial release
A tiny 3D mob lives on your HUD, walks across your screen and menus, and causes configurable mischief.
- Mischief (each toggleable): drags your HUD bars, steals items from open inventories and throws them into the world, runs off with your hotbar.
- Scenes: many mobs at once, each with its own model, variant and size; saveable presets.
- Idle habits: tamables and bipeds sit, bats roost upside down.
- Appearance: vanilla variants and resource-pack variants (CEM names, random skins), discovered from your installed packs.
- Compatibility: works with EMF, ETF and Fresh Animations.
- Config: in-game panel (default key
H); Cloth Config + ModMenu optional.
Client-side only. Requires Fabric API.
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:hdUWvFEF:Mcm7DI1X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hdUWvFEF:Mcm7DI1X"
}

