Перейти к содержимому
Mineforgian

Bouquet

Companion API for Allium, the Lua Script Loader

3K загрузок8 подписчиковMITfabric

Обновлён 24 марта 2026 г. · опубликован 11 марта 2025 г.

Bouquet

Github Stars Discord

Bouquet adds important functionality Lua script developers may deem necessary, including event hooks into game logic.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.3.0Бета26.1, 26.1.1, 26w14a, 26.1.2fabric24 марта 2026 г.Скачать (120 КБ)
0.2.1Альфа1.21.1fabric13 марта 2025 г.Скачать (690 КБ)
0.2.0Альфа1.21.1fabric11 марта 2025 г.Скачать (690 КБ)

Ченджлог

0.3.0Бета26.1.1, 26w14a, 26.1.2 · 24 марта 2026 г.

Bouquet Beta 0.3.0

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.

Features

  • Use Bouquet via 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.
  • Add component Library: Convert a text component to and from a Lua table using this API.
  • Bring back the recipe library.
  • Bring back resource pack support. Scripts can now put assets and data into a resources directory on their script and have it be loaded in via Bouquet.
  • Add config library to support loading and saving script configs in a dedicated location.

Changes

  • http API now uses java's own HTTP libraries instead of netty.
  • The config, component, and fs libraries are now functions that expect a script to be provided before returning the API.

Removals

  • text library has been replaced by the component library. Placeholder API has also been removed as a dependency for the same reason.
0.2.1Альфа1.21.1 · 13 марта 2025 г.
  • Minor update bringing the mod up to date with the changes to Allium.
0.2.0Альфа1.21.1 · 11 марта 2025 г.

Initial Public release

Комментарии

Загружаем…