The only official place to get older Meteor releases is our GitHub repository. Many websites claim to offer “archived” versions of Meteor, but these are not official and may contain malware. A …
Baritone is no longer included with Meteor. Features that depend on Baritone will be disabled unless you put Baritone into your mods folder manually. This will allow us to decouple Meteor …
Download your desired version of meteor from above. Go back to the launcher and click the Mods tab in the edit instance window, drag the downloaded meteor JAR into the middle of the mods …
meteor.is_module_active(id): Returns true when the specified module is active. meteor.get_module_info(id): Returns the module info string. get_module_setting(id, setting): …
Swarm is a module that essentially allows multiple instances of Meteor to be controlled by one instance. This allows large tasks to be completed quickly and efficiently by utilising many …
To load songs you need to put a file with supported format inside folder located in .minecraft/meteor-client/notebot (Create it, if it doesn’t exist). Supported formats. Classic .nbs …
Our template is a great way to get started with Meteor addon development. The following guide will show you how to set up a new project using said template. We will be using IntelliJ IDEA …