![[HMI] Gous's Hand Poses](https://cdn.modrinth.com/data/hlBznIDN/7159e3a2582336cced9db1fa951b031c7551dc1b_96.webp)
ResourcepacksJava
[HMI] Gous's Hand Poses
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Current Features (toggleable)
- Throwing item pose (Resource pack used: 3D Tools and Utils)

- Offhand planting pose
.gif)
- Shearing pose

For other pack creators
I’ve made it so other packs can detect and disable my pack’s features for compatibility. Here’s an example of how to disable features in my pack - you can put it in either item_addon or hand_addon
global.GHP_disablePlanting = 0.0;
global.GHP_disableThrowing = 0.0;
global.GHP_disableShearing = 0.0;
global.GHP_disableShearingMPA = 0.0;
global.GHP_customShearsMPA = 0;
global.GHP_leftShearsStart = 0;
global.GHP_leftShearsEnd = 29;
global.GHP_rightShearsStart = 30;
global.GHP_rightShearsEnd = 59;
global.GHP_leftShearsRot = 7.5;
global.GHP_rightShearsRot = -7.5;
global.GHP_isActive = 0.0;
global.GHP_prevIsActive = 0.0;
local isHandPosesActive = (GHP_prevIsActive ~= GHP_isActive) -- check if hand poses pack is active
GHP_disablePlanting = GHP_disablePlanting + 1 -- disable planting
GHP_disableThrowing = GHP_disableThrowing + 1 -- disable throwing
GHP_disableShearing = GHP_disableShearing + 1 -- disable shearing
GHP_disableShearingMPA = GHP_disableShearingMPA + 1 -- disable shears modelpart animation
--------------------------------------------- PUT YOUR SCRIPT UNDER HERE v
-- EXAMPLE
-- do things if hand poses pack is on
if isHandPosesActive then
-- example: move item up by 1 unit
M:moveY(context.matrices, 1)
end
GHP_customShearsMPA = GHP_customShearsMPA + 1 -- enable custom shears modelpart
-- pretty much self explain
GHP_leftShearsStart = 0
GHP_leftShearsEnd = 29
GHP_rightShearsStart = 30
GHP_rightShearsEnd = 59
GHP_leftShearsRot = 7.5;
GHP_rightShearsRot = -7.5;
--------------------------------------------- END OF YOUR SCRIPT ^
-- leave this at the bottom of your script
GHP_prevIsActive = GHP_isActive
Quick facts
- Edition: Minecraft Java
- File type: .zip (resource pack)
- Minecraft versions listed: 1.21.9, 1.21.10, 1.21.11
- How to install: Download the .zip resource pack — do not unzip it. → Put it in .minecraft/resourcepacks. → Enable it in Options → Resource Packs.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java resource packs walks through it step by step.
Verified by MCModsHub
- Downloads as [HMI] Gous's Hand Poses.zip
- Download size: 15 KB
- Download link checked 27 Aug 2026 — working
These come from our own check of the pack file, not from the source page.