Language

Recipe Stages JS

Recipe Stages JS

Modrinth

A KubeJS addon for recipe staging system.

551 downloads 4 followers updated 17mo ago
Modrinth
Forge 1.20.1 – 1.20.1 Game-mechanics

KubeJS adds a stage limit to crafting that limits the player's progress in crafting, which is only valid for crafting tables

ServerEvents.recipes(event => {
    //Item ID 
    RecipeStaging.stageRecipe('diamond', 'minecraft:diamond_block')
    RecipeStaging.stageRecipes('diamond', [
        'minecraft:diamond', 
        'minecraft:diamond_axe'])
   //Recipe ID 
    RecipeStaging.stageItem('diamond', 'minecraft:diamond_block')
    RecipeStaging.stageItems('diamond', [
        'minecraft:diamond',
        'minecraft:diamond_axe',
    ])
})

command:

/stage add   
/stage clear    
/stage list    
/stage remove    

Versions

No version history available. Use the Download button to get the latest from the source.

Comments 0

No comments yet. Be the first to share your thoughts.

Download Recipe Stages JS

Files are served directly from the original source. Modgrid does not host or modify them.