Hide Hands Configuration not doing anything
EightBitBBQ opened this issue ยท 1 comments
Information
Minecraft version: 1.19.3
Modloader: Forge
Forge version: 44.1.0
Environment: Singleplayer / Multiplayer
Mod name: Hide Hands
Mod version: 4.0
Description
This is my config:
{
// If enabled, always hides the main hand. If disabled, hides the main hand when holding the items defined in hideMainHandWithItems.
"alwaysHideMainHand": false,
// If enabled, always hides the main hand if it's empty. Will still be visible when swung empty.
"alwaysHideEmptyMainHand": false,
// The items which when held will hide the main hand if alwaysHideMainHand is disabled.
"hideMainHandWithItems": "",
// If enabled, always hides the offhand. If disabled, hides the offhand when holding the items defined in hideOffhandWithItems.
"alwaysHideOffhand": false,
// The items which when held will hide the offhand if alwaysHideOffhand is disabled.
"hideOffhandWithItems": "minecraft:totem_of_undying"
}
Sadly no setting work.
Main hand is empty. Still not showing.
Having torches in off hand. Still not showing