File Details
VisibleOffhand Fabric-1.2.1
- R
- Feb 1, 2024
- 95.37 KB
- 42
- 1.16.4+2
- Fabric
File Name
VisibleOffhand-Fabric-1.2.1-1.16.2-1.16.4.jar
Supported Versions
- 1.16.4
- 1.16.3
- 1.16.2
Curse Maven Snippet
- Added configuration option "handheldItems", the default is "minecraft:filled_map", can be filled in a new value (id:item) to tell the Mod that the main hand holding these items will not force Offhand rendering
```
//The default content in the "visible_offhand.json" configuration file:
{
"doubleHands": true,
"handheldItems": [
"minecraft:filled_map"
]
}
```
- Replace the "Done" button in the "Skin Customization" screen with the "Reload Profile/Done" button, and you can re-read the configuration information in the configuration file at any time during the game

