[1.13.* | 1.14] Allium 0.7.0
Pre-release
Pre-release
Major Changes:
- This version of Allium is only expected to function in 1.13 and 1.14. Do not expect it to work in any prior versions as it has not been tested.
- Allium now has to be required in your plugin files. Allium is now local to the plugin environment, rejoice!
- Added depman instance. Depman now handles all future Allium version's dependencies. See here for the depman instance, and dependency listing,
- Relocated all libraries to
/lib/x
where x is the library. - Added library
mojson
, a serialized NBT format parser for Lua made by yours truly :P - Added a configuration table for Allium contributors, located at
/cfg/allium.lson
- Changed all
.ltn
files to.lson
files. read this conversation for context. allium.verify
now also checks for the equality of a single version, if only one is required.allium.getPosition
has been re-implemented. Give a UUID or name, and it will return a table that looks something like:{position = {x, y, z}, rotation = {rx, ry}, dimension = dim}
Unless explicitly defined, assume the variables given are numbers.