Tags
Creators
Details
1.0.0+1.21.11
Compatibility
Required content
Changes
Hello! Yet another big release, this time with some major changes; most notable of which, we have a new(-ish) name!
Additionally, following Hypixel's recent announcement, we no longer support Minecraft 1.21.5 and 1.21.8 - you should update to 1.21.10 or newer as soon as possible.
Added
- Auto-lock mouse when using the Squeaky Mousemat item (#325)
- Silence Blazes on private island (#319)
/noba refillnow supports refilling multiple configurable items at once (#323)
Fixed
- Fixed enchantment tooltips including an extra comma with the original roman numerals (#320)
- Fixed compatibility with Sk1er Autotip betas (#332)
- Bazaar API fetch errors are now finally silenced (#326)
- Show own nametag now works on 1.21.10+ (#322)
Changed
- Renamed the mod to Noba (#334)
- Enchantment tooltips now compact to 4 enchantments per line by default (#320)
- Enchantments can now have different max level values for separate item types (#320)
- This change allows for axes/etc. to correctly display Efficiency 5 as being max, while pickaxes/etc. keep their Efficiency 10 max
- Slightly changed how stacking enchantments are displayed (#320)
- The full value can now be shown by holding shift
- Hecatomb now additionally shows the full value for longer by default
- Major improvements to info boxes (#321)
- Info boxes are now proper templates, similar to the Wynntils feature this feature is inspired by
- Some color options have been combined with the main feature toggle in the config UI (#327)
Removed
Optional dependencies
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:ZrHxHT33:hxUGaLKV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZrHxHT33:hxUGaLKV"
}



