Figura is a Minecraft Java mod that allows you to change your player extensively
With Blockbench models and Lua scripting, Figura is capable of doing almost anything you have in mind
Figura works both Singleplayer and Multiplayer, we have a custom server where your avatar is saved, so anyone using the mod could also see it
But having other people might be a concern, if you think someone is cheating or an avatar is too complex for your framerate? you can filter those people and tweak their avatar available resources using a system called trust settings
Note: All avatars rights are reserved to their respective creators
Check if your avatar have a file called "avatar.json" (dont forget to check extensions)
The contents of the file can just be empty, as the presence of that files tells Figura that this folder is an avatar
In the top of your script file, put:
• To hide literally everything (player, armor, elytra, held items):
vanilla_model.ALL:setVisible(false)• To hide only the player:
vanilla_model.PLAYER:setVisible(false)• To hide only the armor:
vanilla_model.ARMOR:setVisible(false)
Simply run this code on your script:
animations.modelName.animationName:play()whereas:
"
animations
" is the global table which contains all animations"
modelName
" is the name of which model you are accessing the animation"
animationName
" is, as the name says, the animation name
Simple, just name the texture, the same as the non-emissive counterpart, but then adding
_e
in the endAlternatively, still renaming the texture the same as its non-emissive however without the
_e
, in blockbench, you could set the texture render type toemissive
You can't, OptiFine closed source nature and invasive code are a really high difficulty for mod compatibility. Check those alternatives instead
No, however if you want to develop it yourself, feel free to do so
For now you can find avatars in the showcase channels on the official Discord server
Non-premium Minecraft accounts cannot upload nor dowload Figura avatars
Figura uses your account UUID and your Mojang authentication as a way to prove you own that account, avoiding unwanted / malicious uploads
If youre using a custom shader (Iris), it is the shaders who controls how emissive works, however, if this still happens without shaders, try colouring the places you dont want to glow as transparent black (#00000000), this is due how Iris handles emissives which takes account the transparency and colour of the pixels
-
Wanna learn / get into Lua scripting? check out this Lua quickstart made by Manuel
-
If you are tired of having to be in game to look in the wiki, applejuice have the wiki as a website
-
Are you new to Figura and is looking for a video tutorial about how... everything works? you should probably watch Chloe's Figura tutorial series on Youtube