Update Recipes authored by Ashijin's avatar Ashijin
...@@ -3,14 +3,14 @@ Crafting Recipes ...@@ -3,14 +3,14 @@ Crafting Recipes
Added in v1.5.0 dev builds. Added in v1.5.0 dev builds.
### Available Recipe Types ### Available Recipe Types
- `SHAPELESS` - A shapeless recipe - [`SHAPELESS`](Recipes/Shapeless) - A shapeless recipe
- `SHAPED` - A recipe that requires a certain shape - [`SHAPED`](Recipes/Shaped) - A recipe that requires a certain shape
- `FURNACE` - In a Furnace - [`FURNACE`](Recipes/Furnace) - In a Furnace
- `CAMPFIRE` - In a Campfire - [`CAMPFIRE`](Recipes/Furnace) - In a Campfire
- `BLASTING` - In a Blast Furnace - [`BLASTING`](Recipes/Furnace) - In a Blast Furnace
- `SMOKING` - In a Smoker - [`SMOKING`](Recipes/Furnace) - In a Smoker
- `STONECUTTING` - In a stonecutter - [`STONECUTTING`](Recipes/Stonecutting) - In a stonecutter
- `BREWING` - Brewed in a brewing stand - [`BREWING`](Recipes/Brewing) - Brewed in a brewing stand
Example Configuration Example Configuration
--------------------- ---------------------
... ...
......