Figura VSCode ExtensionDisclaimer: This is an unofficial extension and is not affiliated with the Figura Minecraft mod or their development team. This extension aims to help in making lua scripts for the Figura Minecraft mod. Features
Getting startedSettingsAfter installing the extension, click the newly added icon on the left sidebar. Lua Language Support and Figura DocumentationYou can choose to install third party lua language server, and third party Figura documentation. While this is highly recommended to provide the best user experience, they are also not affiliated with this extension, and are made and maintained by third parties, so use them at your own risk! Always make sure to trust the sources before intalling anything! LibrariesYou can also set up a library folder and put lua scripts in there. Put lua files in the libraries folder, which can then be imported to your avatar by typing "import" or "require" and then the file name of the library. Require will copy the file to your avatar folder or a subfolder you can specify in the settings. Import will copy the contents of the library file into the currently open file. SnippetsThis extension includes snippets for things that are commonly used when making Figura avatars. You can turn them on or off depending on your needs. Click to expand
|