Skip to content

gcatkjspkgs/create-depot-crafting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create depot crafting for KubeJS

kjspkg-available

License: CC BY 4.0

A library that allows you to add custom recipes that use the create depot.

Example

onEvent('block.right_click', event => {
    global.recipes.create.manual_depot_application(event,
        // Output
        Item.of('expandeddelight:cheese_sandwich'),
        // Inputs
        Ingredient.of('minecraft:bread'), // On depot
        Ingredient.of('expandeddelight:cheese_slice') // In hand
    )
});

Showcase

showcase

About

Combine Items on a Create Depot. Made by Eldog (fabric) and squoshi (forge), packaged for KJSPKG.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published