Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Lua script loader for Java Minecraft.
Currently, only functioning and in development in Fabric, with the intent of supporting Forge/Quilt later on down the road.
Please note that this is only the loader. In addition you likely will need bouquet, the API that adds proper hooks into the game.
Scripts
In the same place that you create your mods
directory, create a folder named allium
. This is where your lua scripts will go. They may come in the form of a .zip
, but may be expanded, and put into a regular directory if you'd like to tinker with them. If you're at all familiar with the Resource/Data Pack structure, then you'll know that this is similar.
Limitations
Allium aims to be a gateway into modding, however there are currently some limitations that stifle its utility. Notably, mixins and documentation. There was an attempt to get documentation that a Lua user can approach to understand Java logic, but it wasn't particularly elegant, nor complete. Mixin support on the other hand is in progress, slowly. Both of these limitations will be resolved before version 1.0. While there is not documentation, examples of how scripting works can be found in bouquet/examples
.