Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated 3 weeks ago
All versions
0.4.12-2
Release
NoFrills 0.4.123 weeks ago 28.5K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
NoFrills 0.4.12 for Minecraft 26.1.x
This is a reupload to fix the mod still being marked as 0.4.11 internally.
- Added Legacy Textures (reverts the textures of most items to pre-Skyblock 0.26, includes option to unlock the position of the official resource pack).
- Added Streamer Mode (hides player names while nicked to combat streamsniping).
- Added Mouse Lock (replaces faulty Space Farmer feature, includes functionality to rebind keys for farming).
- Added Loadout Keybinds.
- Added Mute Composter.
- Added Dupe Class Alert (shows text on screen if you are about to start a dungeon with multiple of the same class).
- Added Fishing Bag HUD element (displays active bait).
- Added color options to Terminal Solvers.
- Added leap keybind options to Leap Overlay.
- Added Active Pet Highlight (highlights the selected pet in the pets menu).
- Added Recipe Book option to No Render.
- Added Powder Coating option to No Render (hides the particles spawned by Divan's Powder Coating).
- Added Healer Fairy option to No Render.
- Added System Clock HUD element.
- Added Slayer Miniboss Highlight.
- Added Slayer Miniboss Alert.
- Added Hitboxes option to Wither Dragons (displays dragon hitboxes).
- Added Track Ice Spray to Wither Dragons (tracks how long it takes for a dragon to get ice sprayed).
- Added Track Arrow Hits to Wither Dragons (tracks how many arrows each player hits on a dragon, very experimental option).
- Added Beacon Power HUD element.
- Added Grace Period option to Party Commands (prevents recent Party Finder joiners from being able to run commands for a specific amount of time).
- Added Name Display Mode option to Dungeon Map.
- Added Join Alert option to Block List (alerts you when a blocked player is detected in an instance).
- Added Allow in GUI option to Command Keybinds entries (keybind specific toggle for being able to execute while a screen is open).
- Added Mode option to Recipe Lookup (allows you to switch between using
/recipeand/viewrecipefor the lookup). - Improved HUD editor to automatically enable HUD elements when added to the screen.
- Improved Wardrobe Keybinds to support the equipment wardrobe.
- Improved Info Tooltips Museum tooltip, now displays the museum category of the item (if applicable).
- Improved Price Tooltips to show LBIN prices for max stat boosted dungeon items.
- Improved Wither Dragons timer/health displays to use color based on time/health remaining.
- Improved No Ghost Place to prevent placements of the M7 relic items.
- Fixed Block List remove and find commands not finding users correctly.
- Fixed Wardrobe Keybinds not working due to the recent Skyblock update.
- Fixed several bugs caused by some symbols being replaced with custom icons.
- Fixed Auto Requeue depending on the Party Commands downtime command option to automatically pause itself.
- Fixed Etherwarp Overlay eye height being inaccurate.
- Fixed Unfocused Tweaks No World Render option not working.
- Fixed Shaft Announce firing under certain conditions if warped into a mineshaft by party.
- Fixed Croesus Solver not counting the value of the Wither Cloak Sword.
- Fixed Day HUD element breaking if a time changer mod is present.
- Fixed Quiver HUD element not updating.
- Fixed Spirit Bear Timer not ticking down.
- Fixed Chat Tweaks chat copying not respecting chat scale.
- Fixed Mimic Message being able to misfire.
- Fixed No Render Soulweaver Skulls option decreasing FPS due to inefficient checks.
- Removed Space Farmer.
- Removed Temple Skip as it has been patched.
- Removed Cap Tracker. The Sea Creature HUD element is now a standalone element.
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:QSMluqZK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qpZgAErQ:QSMluqZK"
}

