... | @@ -17,7 +17,7 @@ An item can have multiple recipes attached to it of any type, allowing items to |
... | @@ -17,7 +17,7 @@ An item can have multiple recipes attached to it of any type, allowing items to |
|
If you want to have items leftover inside the crafting grid after a recipe is completed you can add the`IngredientsLeftover` option. This will work in the same way crafting with a bucket of milk will leave the empty bucket in the grid. You can use any item including Mythic items. In the below example an empty bucket will be left in the crafting grid once the item is crafted.
|
|
If you want to have items leftover inside the crafting grid after a recipe is completed you can add the`IngredientsLeftover` option. This will work in the same way crafting with a bucket of milk will leave the empty bucket in the grid. You can use any item including Mythic items. In the below example an empty bucket will be left in the crafting grid once the item is crafted.
|
|
|
|
|
|
```yaml
|
|
```yaml
|
|
TestRecipe:
|
|
ExampleItem:
|
|
Id: GOLD_NUGGET
|
|
Id: GOLD_NUGGET
|
|
Display: 'Test Recipe Item'
|
|
Display: 'Test Recipe Item'
|
|
Recipes:
|
|
Recipes:
|
... | @@ -35,7 +35,7 @@ TestRecipe: |
... | @@ -35,7 +35,7 @@ TestRecipe: |
|
### Works only for `Shaped` and `Shapeless`
|
|
### Works only for `Shaped` and `Shapeless`
|
|
You can check against a set of [Conditions](/../../../MythicMobs/-/wikis/Skills/conditions) that must be met in order for the player to be able to craft the item
|
|
You can check against a set of [Conditions](/../../../MythicMobs/-/wikis/Skills/conditions) that must be met in order for the player to be able to craft the item
|
|
```yaml
|
|
```yaml
|
|
TestRecipe:
|
|
ExampleItem:
|
|
Id: GOLD_NUGGET
|
|
Id: GOLD_NUGGET
|
|
Display: 'Test Recipe'
|
|
Display: 'Test Recipe'
|
|
Recipes:
|
|
Recipes:
|
... | @@ -68,7 +68,7 @@ ThiccItem: |
... | @@ -68,7 +68,7 @@ ThiccItem: |
|
# Example Crafting Configuration
|
|
# Example Crafting Configuration
|
|
Here is an example of an item with multiple recipes attached to it.
|
|
Here is an example of an item with multiple recipes attached to it.
|
|
```yaml
|
|
```yaml
|
|
TestRecipe:
|
|
ExampleItem:
|
|
Id: GOLD_NUGGET
|
|
Id: GOLD_NUGGET
|
|
Model: 5
|
|
Model: 5
|
|
Display: 'Test Recipe Item'
|
|
Display: 'Test Recipe Item'
|
... | | ... | |