Download Sequenced Item JS — Minecraft Mods — ModStock

Sequenced Item JS

Active

Downloads

1

Last update

2 years ago
Client
Libraries

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.

Project members
eddye0820

eddye0820