Recipe Stages JS
ModrinthA KubeJS addon for recipe staging system.
551 downloads 4 followers updated 17mo ago
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.