-
Notifications
You must be signed in to change notification settings - Fork 10
Custom Smelting Recipes
tterrag1098 edited this page Dec 11, 2014
·
1 revision
Smelting recipes are perhaps the simplest thing you can add, one thing turns into another, easy!
Your default smeltingRecipes.json file will look like this:
{"data":
[
]
}
You define the recipes inside the brackets. These are the values a smelting recipe has:
| Value | Type | Description | Default |
|---|---|---|---|
| input | String | The item used in the input of the recipe. | REQUIRED |
| output | String | The item used in the output of the recipe. | REQUIRED |
| outputAmount | Integer | The amount of items this recipe will output. | 1 |
| xp | Decimal | The amount of xp this smelt will give the player. | 0.0 |
For help defining items by strings, see here