For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration Explanation

Find out how you can manually configure parts of mobs from files.

Setting part items

How to set item in main hand (right):

    handItem: material:GOLD_SWORD

How to set item in off hand (left):

offhandItem: material:DIAMOND_SWORD

Setting part poses

How to set main hand's pose (right):

right_handPose: 0;0;0

How to set off hand's pose (left):

left_handPose: 0;0;0

Last updated