Sprache

Recipe Stages JS

Recipe Stages JS

Modrinth

A KubeJS addon for recipe staging system.

551 Downloads 4 Follower aktualisiert 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    

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.

Herunterladen Recipe Stages JS

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.