https://github.com/serilum/hide-hands
🙌 [Client] Hide your offhand and/or main hand in first person, optionally while holding specific items like a torch, totem of undying or a shield.
https://github.com/serilum/hide-hands
curseforge fabric forge hide-hands minecraft mod modding modrinth natamus neoforge quilt rick-south serilum
Last synced: 3 months ago
JSON representation
🙌 [Client] Hide your offhand and/or main hand in first person, optionally while holding specific items like a torch, totem of undying or a shield.
- Host: GitHub
- URL: https://github.com/serilum/hide-hands
- Owner: Serilum
- License: other
- Created: 2023-12-12T08:54:57.000Z (over 1 year ago)
- Default Branch: 1.21.4
- Last Pushed: 2025-02-12T22:29:32.000Z (4 months ago)
- Last Synced: 2025-02-23T02:33:31.835Z (3 months ago)
- Topics: curseforge, fabric, forge, hide-hands, minecraft, mod, modding, modrinth, natamus, neoforge, quilt, rick-south, serilum
- Language: Java
- Homepage: https://serilum.com/mod/hide-hands
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
Hide Hands
Download
You can download Hide Hands on CurseForge and Modrinth:
  CurseForge:   https://curseforge.com/minecraft/mc-mods/hide-hands
  Modrinth:      https://modrinth.com/mod/hide-handsIssue Tracker
To keep a better overview of all mods, the issue tracker is located in a separate repository.
  For issues, ideas, suggestions or anything else, please follow this link:    -> Issue Tracker
Pull Requests
Because of the way mod loader files are bundled into one jar, some extra information is needed to do a PR.
  A wiki page entry about it is available here:    -> Pull Request Information
Mod Description
Requires the library mod Collective.
   This mod is part of The Vanilla Experience modpack and Serilum's Client Bundle mod.
Hide Hands is a minimalistic client-side configurable mod which allows you to hide your offhand and/or main hand. This can be set to always hide or only when holding specific items. By default the mod hides the offhand when holding a torch or a totem of undying and the empty player's hand will be hidden, unless swung.
Configurable: ( how do I configure? )
alwaysHideMainHand (default = false): If enabled, always hides the main hand. If disabled, hides the main hand when holding the items defined in hideMainHandWithItems.
alwaysHideEmptyMainHand (default = true): If enabled, always hides the main hand if it's empty. Will still be visible when swung empty.
hideMainHandWithItems (default = ""): The items which when held will hide the main hand if alwaysHideMainHand is disabled.
alwaysHideOffhand (default = false): If enabled, always hides the offhand. If disabled, hides the offhand when holding the items defined in hideOffhandWithItems.
hideOffhandWithItems (default = "minecraft:totem_of_undying,minecraft:torch"): The items which when held will hide the offhand if alwaysHideOffhand is disabled.
A gif which shows the offhand being hidden when holding a torch or totem of undying:
------------------
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!