Download Hide Body Parts — Minecraft Mods — MetaMods
Hide Body Parts

Hide Body Parts

Active

Downloads

0

Last update

2 weeks ago

Versions

1.18 — 1.21.1
Client and server
Fabric
Decor
Control
Utils

Hide Body Parts

Utility mod for Fabric Minecraft.

Usage

Use the invisibleParts NBT compound list on a player entity to hide their body parts.

Currently availble Bodyparts:

Body Part name
HEAD "head"
BODY "body"
RIGHT ARM "r_arm"
LEFT ARM "l_arm"
RIGHT LEG "r_leg"
LEFT LEG "l_leg"

Commands

Toggle body parts: /hide bodyPart changeEntry bodyPartName target

Reset all body parts to visible: /hide bodyPart removeAllEntries target

Still need an example of how the NBT is structured in-game? Use the previously mentioned commands to disable a body part and use minecraft's /data get entity @p invisibleParts command to inspect the listed nbt values of the disabled body parts.