Differences

This shows you the differences between two versions of the page.

Link to this comparison view

crafting:upgrading [2019/10/23 11:29]
indyuce created
crafting:upgrading [2020/07/01 03:13]
Line 1: Line 1:
-======Upgrading Recipes====== 
-Upgrading recipes are a specific type of station recipes. They allow any player to upgrade a specific items, using ingredients. These recipes do also support recipe conditions and other recipe options like `hide-when-locked`. You should consider learning about [[crafting stations||Crafting-Stations]] before reading how to setup upgrading recipes. 
  
-===== Upgrading Recipe Example===== 
-<​code>​ 
-recipes: 
-    steel-sword-upgrade:​ 
-        item: 
-            type: SWORD 
-            id: STEEL_SWORD 
-        conditions: 
-        - 'level 5' 
-        ingredients:​ 
-        - '​mmoitem MATERIAL STEEL_INGOT 4 Steel_Ingot'​ 
-</​code>​ 
-This upgrade recipe allows players to upgrade the item named `Steel Sword`. This type of recipes do **NOT** support crafting time, therefore they must all be instant, as if you used a consumable. In order to use this recipe, the player must be at least level 5, and must have 4 steel ingots in his inventory. 
-Of course, the player must also have one of these Steel Swords when using the recipe, otherwise he will be prompted an error message. 
-{{https://​i.imgur.com/​F1ugbnJ.png?​450}} 

crafting/upgrading.txt · Last modified: 2020/07/01 03:13 (external edit)