📄️ ActionWheel
The Action Wheel is a gui element provided by Figura that allows for adding highly customizable Actions that can provide additional functionality to your avatar.
📄️ Animations
Figura can play animations from Blockbench using the Animation API.
📄️ Avatar Metadata
avatar.json is the file that contains Avatar Metadata. It tells Figura specific information about the avatar.
📄️ Custom Items
Using Figura you can make custom items that are visible in first and third person.
📄️ Emissive Textures
This page describes everything to know about Emissive Textures.
📄️ How To Read Documentation
This article is a WIP.
📄️ Keybinds
Through Figura's keybind API you can have the script listen for key presses to make things happen. Common uses are to trigger animations or toggle modelParts on and off.
📄️ ModelPart Indexing
This page describes the process to access any ModelPart from the global ModelPart models
📄️ Particles
Using the particle API you can spawn particles from Minecraft. These work similarly to the /particle command in-game. For particles with special properties like dust, they are placed in the name.
📄️ Pings
With normal mods, there is comunication between the Minecraft Server and it's clients which allows everything to stay in sync.
📄️ Sounds
Using Figura you can play custom sounds and sounds from Minecraft itself.
📄️ Tables
A table is a Lua value that can store values in specific keys. The act of getting a value from a table using a key is called "indexing".