/
Bouquet received a much less substantial update compared to Allium as more effort was spent bringing back features that had existed in prior versions that were axed along the way to be ready in time for BlanketCon 25.
Additionally, A good amount of Bouquet has been converted to Lua, as a testament to Allium's ability.
require: Instead of throwing all of Bouquet's APIs onto the global table, the APIs are provided by using require("bouquet") if it is present.component Library: Convert a text component to and from a Lua table using this API.recipe library.resources directory on their script and have it be loaded in via Bouquet.config library to support loading and saving script configs in a dedicated location.http API now uses java's own HTTP libraries instead of netty.config, component, and fs libraries are now functions that expect a script to be provided before returning the API.text library has been replaced by the component library. Placeholder API has also been removed as a dependency for the same reason.Initial Public release
