Скачать Hide Body Parts — Minecraft Моды — MetaMods
Hide Body Parts

Hide Body Parts

Активный

Установок

0

Последнее обновление

2 недели назад

Версии

1.18 — 1.21.1
Клиент и сервер
Fabric
Декорации
Управление
Утилиты

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.