Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
MythicCrucible
Wiki
Recipes
Furnace
Furnace
· Changes
Page history
Create Recipes/Furnace
authored
Sep 10, 2022
by
Ashijin
Hide whitespace changes
Inline
Side-by-side
Recipes/Furnace.md
0 → 100644
View page @
cf9c29f2
Furnace Recipes
-----------------
"Furnace" type recipes, including FURNACE, BLASTING, CAMPFIRE, SMOKER, etc all use the same options, with the only difference being the type of workstation required.
## Configuration
```
ExampleItem:
Id: GOLD_NUGGET
Model: 1
Display: 'An example item'
Recipes:
FURNACE:
Type: FURNACE
Amount: 1
CookingTime: 400
Ingredients:
- apple
BLASTINGM:
Type: BLASTING
Amount: 1
CookingTime: 200
Ingredients:
- apple
```
\ No newline at end of file