
Quest Event Bridge
Bridge mod to capture events and write to persistentData
- Загрузки
- 447
- Подписчики
- 0
- Обновлён
- 1 января 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 18 декабря 2025 г.
Bridge for SubscribeEvent to KubeJS usage.
Currently supporting onTrade(TradeWithVillagerEvent).
This mod will capture onTrade events and stores the villager profession and times traded to the players persistentData. Kubejs can be used to read persistentData and hook an FTBQuest task ID to use said data.
For example,
- FTBQuest custom task set to 'Trade 10x with a Librarian'
- KubeJS script set to hook player persistentData to custom task ID
- Quest Event Bridge writes onTrade event count/profession to persistentData
- Success
Forgive the lack of description/documentation. This mod is primarily being developed to be used in a modpack. I needed a specific event capture to allow certain event progress within FTBQuests.
Ченджлог
1.1.1Релиз1.21.1 · 1 января 2026 г.
1.1.1 - Added villager output trade count field and toggle for successful trade count
0.0.1Релиз1.21.1 · 18 декабря 2025 г.
Initial release
Current supported events:
- onTrade (TradeWithVillagerEvent)
Комментарии
Загружаем…