
[HMI] Gous's Hand Poses
Added some hand poses for the Hold My Items mod.
276K загрузок177 подписчиковMITminecraft
Обновлён 26 декабря 2025 г. · опубликован 22 ноября 2025 г.
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
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.2.0 | Релиз | 1.21.9, 1.21.10, 1.21.11 | minecraft | 26 декабря 2025 г. | .jar (15 КБ) |
| 1.1.5 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | minecraft | 1 декабря 2025 г. | .jar (10 КБ) |
| 1.1.4 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | minecraft | 29 ноября 2025 г. | .jar (10 КБ) |
| 1.1.3 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | minecraft | 26 ноября 2025 г. | .jar (10 КБ) |
| 1.1.2 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | minecraft | 26 ноября 2025 г. | .jar (10 КБ) |
| 1.1.1 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | minecraft | 24 ноября 2025 г. | .jar (10 КБ) |
| 1.1.0 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | minecraft | 24 ноября 2025 г. | .jar (10 КБ) |
| 1.0.0 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | minecraft | 23 ноября 2025 г. | .jar (9 КБ) |
Ченджлог
1.2.0Релиз1.21.9, 1.21.10, 1.21.11 · 26 декабря 2025 г.
- Updated to HMI 5.1 format
- Added Shearing Pose
1.1.5Релиз1.21.6, 1.21.7, 1.21.8 · 1 декабря 2025 г.
Fixed hands not going back to the original position when in resting pose
1.1.4Релиз1.21.6, 1.21.7, 1.21.8 · 29 ноября 2025 г.
Fixed seeds compatibility
1.1.3Релиз1.21.6, 1.21.7, 1.21.8 · 26 ноября 2025 г.
Fixed hand mirroring for left-handed players.
1.1.2Релиз1.21.6, 1.21.7, 1.21.8 · 26 ноября 2025 г.
fixed offhand shaking issue (hopefully)
1.1.1Релиз1.21.6, 1.21.7, 1.21.8 · 24 ноября 2025 г.
rest pose should work now, if its not, try to restart your game
1.1.0Релиз1.21.6, 1.21.7, 1.21.8 · 24 ноября 2025 г.
- Added rest pose
- Fixed an issue with the ender eye
- Hand poses now revert to default when climbing/swimming/crawling
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
![Скриншот: [HMI] Gous's Hand Poses](https://cdn.modrinth.com/data/hlBznIDN/images/f281cb45d446a10f9253997a94cec15f949c108a.gif)