Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
0.4.9
Beta
NoFrills 0.4.97 months ago 4,739
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
NoFrills 0.4.9 for Minecraft 1.21.11
- Reworked HUD editor.
- The HUD editor now has an additional menu which allows you to fully remove unwanted elements. Added elements still can be toggled the old way.
- This change will default your HUD elements to removed, simply open the HUD editor to be able to add them back.
- Every HUD element now has a custom background color option.
- Every text HUD element now has a base text color option.
- Replaced various tweaks with new alternatives designed for prediction-based Watchdog.
- Added Old Eye Height (replaces Old Sneak, allows you to revert the sneaking and the swimming eye heights without modifying your hitbox size).
- Added Hitbox Fix (replaces Anti Swim, forces block collisions to use the full player hitbox in all cases to fix lagbacks).
- Removed Sneak Lag Fix (the vanilla sneak inconsistency is now accounted for in the anti-cheat).
- Removed Snow Fix (the snow collision inconsistency is now accounted for in the anti-cheat).
- Removed Old Safewalk (causes lagbacks in all cases, not usable).
- Dungeons is no longer internally marked as a modern island. This change mostly acted as a band-aid fix due to the now removed tweaks not being made with prediction-based Watchdog in mind.
- Added Chat Rules (customizable alert/filtering rules for chat messages, similar to SBE on 1.8.9).
- Added Item Protection (prevents you from being able to drop, sell, or salvage specific items).
- Added Info Tooltips (displays various information about an item: creation date, dye color etc.).
- Added Kuudra Crate Priority (tells you which crates to pull/grab based on the pre missing message).
- Added presets to Slot Binding (allows you to save and load your slot binding configurations).
- Added Inventory HUD element (displays your inventory on screen).
- Added Boss Health HUD element (displays the health of Kuudra, the dungeon bosses, and your slayer bosses).
- This effectively replaces the existing Kuudra Health and Hits Shield Display features.
- Added Class Nametags (displays large nametags above your dungeon teammates, indicating their selected class).
- Added Instant Sneak (removes the smooth sneaking animation).
- Added Chat Tweaks (various features for the chat, currently includes: message copy keybind, extra history, keep history on disconnect).
- Added Slayer Spawn Alert (shows a title once your slayer boss starts spawning).
- Added Hotbar Scroll Lock (prevents you from being able to scroll from the first hotbar slot to the last, and vice versa).
- Added Arrow Align to Device Solvers.
- Added Text Color setting to Terracotta Timers.
- Added Custom Sound option to Etherwarp Overlay.
- The played sound is pingless to make the ability more responsive on high ping. Might produce false positives.
- Added Hide Opened option to Corpse Highlight (hides the highlight for opened corpses).
- Added Stuck Arrows option to No Render.
- Added Use Salvage Value option to Kuudra Chest Value (calculates armor and equipment prices based on the essence gained from salvaging them).
- Added Warp Message toggle to Diana Solver (allows you to disable the "Warping to" keybind messages).
- Added Kick command to Party Commands.
- Added "w" alias to the Warp command in Party Commands.
- Added Tracer setting to Spooky Chests.
- Adjusted Gemstone Desync Fix to also work in The Rift, helps when Highlite mining.
- Improved Spooky Chests to no longer highlight clicked chests.
- Improved Experimentation Table Superpairs solver, power-ups are now highlighted as purple.
- Improved Experimentation Table Ultrasequencer solver, the full solution is now always visible.
- Fixed the Armor HUD element being blank in the HUD editor, leather armor is now displayed as a placeholder.
- Fixed Ability Alert not being able to find your drill/pickaxe in some cases.
- Fixed Unfocused Tweaks not muting sounds on the 1.21.10 version.
- Fixed Ghost Vision not correctly hiding the charged effect on the 1.21.10 version.
- Fixed Wardrobe Keybinds not preventing inputs if clicked before the screen was fully built.
- Fixed Terracotta Timers showing an incorrect timer for the final giant.
- Fixed Kuudra Chest Value not working in the Croesus.
- Fixed Ability Alert Override Ticks having a way too small maximum value.
- Fixed rare packet exception in Secret Chime.
- Fixed Plot Borders crashing if the barn plot is infested.
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:bsgd3boH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qpZgAErQ:bsgd3boH"
}

