
Sequenced Item JS
Активный0.0
Установок
1
Последнее обновление
2 года назад
Клиент
Библиотеки
This mod provides slight Create integration for KubeJS.
Since KubeJS Create hasn't been updated to 1.19.2 yet, the ability to make sequenced items to use in custom recipes is unavailable. This mod adds that feature from KubeJS Create.
To create a sequenced item add 'create:sequenced_assembly' as the item type when creating an item and voila!
Example:
StartupEvents.registry('item', event => {
event.create('test_item', 'create:sequenced_assembly').displayName('Test Item')
})
Everything else that KubeJS Create offers can be done through data packs for now (until it is updated) so any features from that mod are out of scope for this mod.