Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 months ago
Updated last week
All versions
1.6.6
Release
Barehanded 1.6.6last week 86
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
[1.6.6]
Changed
- Rotation Movement Lock: Refactored movement locking during object rotation to ignore movement inputs rather than overriding entity physical velocity. Also, this option is now disabled by default.
- Exhaustion Rates: Adjusted hunger depletion rates to be less aggressive when holding or moving heavy objects.
Fixed
- Rotation Collision Filtering: Fixed an issue where
ignoreCollisionsRotationSelfwas not applied properly on the client side during active rotation. The player can now rotate objects through themselves without collision when enabled.
Added
- Config Option: Exposed
preventMovementWhileRotating(Client) (Disabled by default) in the configuration screen to allow/disallow player movement while actively rotating a sub-level. - Localization Support: Added complete, language files for 31 locales:
en_us,en_gb,en_ca,en_au,en_nz,en_in,es_es,es_mx,es_ar,es_cl,es_co,es_ec,es_pe,es_uy,es_ve,pt_br,pt_pt,de_de,de_at,de_ch,fr_fr,fr_ca,zh_cn,zh_tw,zh_hk,ru_ru,ja_jp,hi_in,id_id,ko_kr,pl_pl.
Note: Translations were AI made and may contain inaccuracies. Contributions on github are welcome.
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:NnSJuVRa:LUQiuCin"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NnSJuVRa:LUQiuCin"
}

