Tags
Creators
Details
0.1.0
Compatibility
Required content
Changes
0.1.0 — The features update
A big jump from the first beta: 12 new features and a completely reworked, searchable settings screen with per-feature options. Still 100% client-side, fair-play, and compatible with any vanilla server. Minecraft 26.2 · Fabric · Requires Fabric API.
⚙️ Settings, reworked
- Searchable settings screen (default key:
V) — filter features and options by name - Per-feature options — every feature can be fine-tuned from collapsible sub-settings
- Fully translated in English & French 🇫🇷
🛡️ Protection
- Durability alert — sound + message when a tool or armor piece drops below a threshold (5/10/15/25%, armor toggle)
- Tool break protection — blocks mining/attacking with a nearly-broken tool; sneak to force
- Drop confirmation — double-press the drop key to throw away valuables, with a custom item list picker (searchable, with icons)
- Entity misclick protection — never accidentally hit villagers, iron golems, or named/tamed animals; sneak to force
📊 HUD
- Mini-HUD — coordinates, facing, biome and FPS, in any of the 4 corners
- Reorderable lines — arrange the HUD lines exactly how you like
- 9 text colors to choose from
- Clock — day number + in-game time as its own HUD line
🧰 Utility
- Zoom — hold (or toggle) to zoom your view; key
C, factor ×2 to ×6 - Copy coordinates — key
F6copies your position to the clipboard (plain or as a/tpcommand) - Death coordinates — posts where you died in chat on respawn, with a warning before your items despawn
- Item counter — tooltips show how many of an item you own across your inventory and the open container (shulkers & bundles included)
- Container search — now searchable by tooltip content, with a highlight mode and adjustable dimming
🌙 Singleplayer only (auto-disabled on servers)
- Phantom timer — exact countdown until phantoms can spawn, read from your world
- Weather forecast — exact next-rain / end-of-rain timer, with a thunderstorm alert (trident time!)
Notes
- Item despawn timer, container search and the settings screen from 0.0.1 all gained options.
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:nlG4BZ0C:XjFlt0FO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nlG4BZ0C:XjFlt0FO"
}

