-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🦀 1.12 is gone! 🦀 As of today Allium is now available to general users of the software. What does that include? - Allium now has to be required in your plugin files. Allium is now local to the plugin environment, rejoice! - Tweaked infill tags slightly. Nothing crazy should occur with programs that use infill. - Added depman instance. Depman now handles all future Allium version's dependencies. See [here](https://pastebin.com/u/hugeblank/1/Ty807uFD) 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](https://discordapp.com/channels/198130613759246337/198142140805677065/573418446235107328) 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.
- Loading branch information
Showing
9 changed files
with
163 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
cfg/repolist.csh | ||
cfg/persistence.ltn | ||
cfg/debug.cfg | ||
lib/semver.lua | ||
lib/nap.lua | ||
lib/json.lua | ||
lib/gget.lua | ||
lib/* | ||
cfg/deps.lson | ||
cfg/persistence.lson | ||
cfg/repolist.csh |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
version = "0.7.0", | ||
update = { | ||
allium = false, | ||
deps = false, | ||
}, | ||
} |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Submodule raisin
deleted from
44a2a3
Oops, something went wrong.