All versions
1.0.0
Release
DaySpot 1.0.04 months ago 36
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Forge
Supported environments
Client-side
Required content
Changes
Features - First Version
- 6 Configurable Positions — Top Center (default), Top Left, Top Right, Bottom Left, Bottom Right, Above Hotbar
- Per-line Toggle & Color — Enable/disable each info line independently with 11 color choices
- 24h/12h Time Format — Toggle between 24-hour and 12-hour (AM/PM) time display
- HUD Scale — Adjustable from 0.5x to 1.5x
- Danger Alert System — 3-tier proximity alerts (Awareness/Warning/Danger) with per-mob detection ranges
- Per-Mob Configuration — Enable/disable alerts for Creeper, Zombie, Skeleton, Enderman, Witch, Spider, and Wither Skeleton individually
- 3 Alert Styles — Serious (mob + direction), Humorous (randomized messages), Minimal (mob name only)
- Direction Indicators — Alerts tell you which direction the threat is coming from
- F6 Toggle Keybind — Press F6 to quickly show/hide the HUD without opening the config screen (config "Show HUD" acts as master switch)
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:XMZ3DX9J:RuMk9po4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XMZ3DX9J:RuMk9po4"
}



