aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/smelting/steel.yaml
blob: 86ee366c0db4abfcb1083f0820dcedfd5ef86e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
id: steel
type: smelting
skill: smithing
level: 40
xp: 17
wait: 4
station: [furnace]
consume:
  - items: [iron_ore]
    quantity: 1
  - items: [coal]
    quantity: 2
output: steel_bar
message: "You remove a white hot steel bar!"
fail_message: "You fail to smelt a usable bar."