Links
Tags
Creators
Details
Licensed CC0-1.0
Published 2 weeks ago
Updated 2 weeks ago
All versions
2.0.0
Release
Dynamic Outlines 2.0.02 weeks ago 50
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
- Added support for Minecraft 26.1 to 26.2
- Added support for Golden Dandelions
- Added support for Sulfur Cubes
- Added a new setting that lets outline colors dim to match how dark it is around them
- Added a new setting to control whether invisible mobs can be outlined at all
- Added a new setting to control outlines when placement blocked so blocked spots stay hidden
- Added a new setting to let block outlines keep their normal color and visibility while being actively broken
- Fixed offhand items not being recognized for entity and block interaction highlighting
- Fixed block outlines not matching what you can actually do while sneaking
- Fixed block outlines no longer show as placeable on a face where you actually can't place anything
- Fixed copper chests, doors, and trapdoors while holding honeycomb or an axe and while sneaking
- Fixed spawn eggs not being recognized when used on a monster spawner
- Fixed command blocks not showing up as interactive
- Fixed farmland not showing as interactive when holding a plantable seed or crop
- Fixed farmland still showing as plantable even when something's already growing on it
- Fixed neutral mobs not switching to their hostile outline color when provoked
- Fixed cake so it no longer appears interactive when your hunger is already full
- Fixed outlines of horses, donkeys, mules, llamas, and zombie horses so it reads their Temper value
- Fixed beds so that standing near either the head or the foot is now judged correctly
- Fixed nautilus and zombie nautilus outlines not correctly reflecting feeding
- Replaced Cloth Config with YetAnotherConfigLib (YACL) for the in-game config screen
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:EemunnvM:fJIRjwMl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EemunnvM:fJIRjwMl"
}

