Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
0.4.5
Release
NoFrills 0.4.511 months ago 6,730
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Changes
NoFrills 0.4.5 for Minecraft 1.21.5
- Added Huntaxe Lock (requires you to double right click with your Huntaxe to be able to open the GUI)
- Added Plot Borders (renders borders for specific Garden plots)
- Added Old Safewalk (allows you to fall onto carpets while sneaking, disabled in Galatea by default)
- Added Unfocused Tweaks (various optimizations for when you are tabbed out of the game)
- Added Auto Save (automatically saves your settings after closing the settings screen)
- Added FPS HUD element
- Added keybind styles, and next/previous page keybinds to Wardrobe Keybinds
- Added individual toggles for each terminal type to Terminal Solvers
- Added Instant Click option to Terminal Solvers (instantly marks items as clicked instead of waiting until the terminal is updated. makes terminals more responsive on high ping, but may show false positives)
- Added a clear list button and the Done Message option to Shard Tracker
- Added
/nf shardTrackercommand - Added Leap Overlay text scale setting on the 1.21.8 build
- Improved Cap Tracker to rely on the new mob type symbols instead of predetermined sea creature data
- Improved Middle Click Override to replace clicks on the screen level, fixes cases where the click doesn't get replaced
- Improved Auto Sprint Water Check to actually release the sprint key once you enter water
- Fixed Shard Tracker not tracking shards obtained through lootshare due to an oversight
- Fixed Shard Tracker not adding extra to shards that already are at their needed amount
- Fixed Chat Waypoints not limiting waypoints to 1 per player
- Fixed Chat Waypoints not ignoring coordinate sets with invalid Y values
- Fixed Secret Bat Highlight not working due to Derpy being active
- Fixed Scatha Mining acting as a budget worm fisher detector
- Fixed Leap Overlay not working correctly on the 1.21.8 build
- Fixed custom titles (used by Dungeon Reminders, Kuudra Health etc.) not working on the 1.21.8 build
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:OWyOAdgg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qpZgAErQ:OWyOAdgg"
}

