Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
0.4.8
Release
NoFrills 0.4.88 months ago 4,722
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Changes
NoFrills 0.4.8 for Minecraft 1.21.6-1.21.8
The Discord server is now open: https://discord.com/invite/NENuTFvS7X
- Added No Cursor Reset (retains your cursor position between chest/container screens).
- Added Tick Timers (TPS synced timers feature for various interactions in the F7/M7 boss fight).
- Added Relic Highlight (highlights the correct placement position for your M7 relic).
- Added Gemstone Desync Fix (fixes adjacent gemstone blocks not correctly updating when mining).
- Added Diana Solver (guesses burrow positions when using your spade, highlights nearby burrows, and adds a warp keybind for the guess burrow).
- Added Hoppity Solver (guesses Hoppity egg positions when using your Egglocator).
- Added Radar Solver (guesses Fishing Hotspot positions when using your Hotspot Radar).
- Added Vacuum Solver (guesses Pest positions when using the Pest Tracker ability on your vacuum).
- Added No Skull Place (prevents skull block items from being placeable client side, similarly to 1.8.9).
- Added Armor HUD Element (displays your current armor set on screen).
- Added Fog option to No Render (hides terrain and ambient fog).
- Added Tracer option to Key Highlight (draws a tracer towards the Wither and Blood keys).
- Added Tracer option to Livid Solver (draws a tracer towards the real Livid).
- Added Override Ticks option to Ability Alert (allows you to set a custom pickaxe ability cooldown duration, useful for fine-tuning the accuracy)
- Improved Leap Overlay, dead/disconnected players now retain their selected class to preserve the sorting and prevent misclicks.
- Improved Ability Alert precision on islands where the Pickaxe Ability widget is not available.
- The feature should now have 99% precision. Hypixel doesn't accurately update the cooldown listed on your pickaxe/drill, so the alert might be off in certain cases.
- The cooldown tracking no longer depends on the server TPS, improves accuracy in laggy servers.
- Improved Page Keybinds.
- Renamed to GUI Keybinds.
- Added new keybind options for the following buttons: Scroll Up, Scroll Down, Go Back.
- Added support for the Scroll Right/Left buttons to the Next/Previous Page keybinds.
- Improved tracer rendering, now much less jank (used by Wither Dragons, Beacon Tracer etc.).
- (Hopefully) Fixed Wither Dragons being unable to identify a dragon's color in certain cases.
- Fixed Scatha Mining Spawn Alert detecting worms that aren't within the bounds of your tunnel.
- Fixed potential crash when clicking on HUD elements.
- Fixed Middle Click Override working in the Ironman cosmetics auction house.
- Fixed Terracotta Timers breaking due to the scoreboard not having the room ID line.
- Moved Break Reset Fix to the Mining Category.
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:qpZgAErQ:1Ifm6U2m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qpZgAErQ:1Ifm6U2m"
}

