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.
External resources
Project members
ShiroJR
Owner
0xjoemama
Member
Technical information
License
MIT
Client side
required
Server side
required
Project ID