Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
0.4.6
Release
NoFrills 0.4.610 months ago 10.7K
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Changes
NoFrills 0.4.6 for Minecraft 1.21.5
Note: This marks the final release for version 1.21.5, as 1.21.7 eventually will become Hypixel's minimum required version for modern Skyblock content.
- Dungeons is now considered as a modern island in the "Old Island Only" checks (this is due to admins finally implementing prediction-based Watchdog into Dungeons)
- Added Livid Solver (finds and highlights the correct Livid in F5/M5)
- Added Egg Hits Display (displays the health of the Tarantula slayer egg sacks)
- Added Nausea, Exp Orbs and Vignette options to No Render
- Added Apply to Hand option to Viewmodel (toggles if the feature should apply to the empty hand, off by default)
- Added Disconnect Fix (patches known kick/disconnect bugs)
- Added Mimic Message (sends a message once you kill the Mimic in Dungeons)
- Added Prince Message (sends a message once your Prince attribute is activated)
- Added Spirit Bear Timer (shows a timer for when the Spirit Bear is supposed to spawn in F4/M4)
- Added Cocoon Alert (shows a title on screen when you cocoon your slayer boss)
- Added Beacon Tracer (renders a tracer towards the Yang Glyph beacons thrown by your Voidgloom boss)
- Added Page Keybinds (universal next/previous page keybinds for any applicable Skyblock GUI)
- Added Enchant Fix (fixes Aqua Affinity not working, and fixes Efficiency being ping dependent)
- Added Break Reset Fix (fixes item updates resetting your break progress, also known as HSM)
- Added Mute Enderman (blocks the angry Enderman noises)
- Added Tracer option to Wither Dragons (draws a tracer towards the statue where a dragon is spawning)
- Added filter settings to Shard Tracker
- Added support for potions and fire sale runes to Price Tooltips
- Improved slayer features to dynamically update the boss entities, fixes issues such as Boss Highlight not working if your boss is cocooned
- Improved Shard Tracker importing, the option now adds the needed amount to an existing tracker entry instead of creating duplicate ones
- Improved Terminal Solvers, now displays the stack quantities and the 3rd click in the "In Order" terminal
- Improved Cinderbat Highlight to reduce false positives
- Fixed Price Tooltips Lowest BIN not working for runes
- Removed the page keybind options from Wardrobe Keybinds, replaced by Page Keybinds
- Removed Efficiency Fix, replaced by Enchant Fix
- Removed Stonk Fix as it is now obsolete
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:urHgAX72"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qpZgAErQ:urHgAX72"
}

