Recipe Stages JS
ModrinthA KubeJS addon for recipe staging system.
551 Downloads 4 Follower aktualisiert 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
Versionen
Kein Versionsverlauf verfügbar. Nutze den Download-Button für die neueste Version von der Quelle.

Kommentare 0
Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.