|
|
Crafting Recipes
|
|
|
----------------
|
|
|
Added in v1.5.0 dev builds.
|
|
|
|
|
|
Example Configuration
|
|
|
---------------------
|
|
|
```
|
|
|
TestRecipe:
|
|
|
Id: GOLD_NUGGET
|
|
|
Model: 5
|
|
|
Display: 'Test Recipe Item'
|
|
|
Recipes:
|
|
|
FURNACE:
|
|
|
Type: FURNACE
|
|
|
Amount: 1
|
|
|
Ingredient: diamond
|
|
|
SHAPED_1:
|
|
|
Type: SHAPED
|
|
|
Amount: 1
|
|
|
Ingredients:
|
|
|
- apple | air
|
|
|
- air | apple
|
|
|
SHAPELESS_1:
|
|
|
Type: SHAPELESS
|
|
|
Amount: 1
|
|
|
Ingredients:
|
|
|
- apple
|
|
|
- apple
|
|
|
- diamond
|
|
|
- TestRecipe
|
|
|
``` |
|
|
\ No newline at end of file |