ID Name Price
{{item.id}} {{item.name}} {{item.price.toLocaleString()}}

Page {{resultsPages == 0 ? 0 : resultsPage + 1}} out of {{resultsPages}}

Ore 1 Ore 2 Ore 3 Bar Profit
{{recipe.input(0).name}} x{{recipe.inputCount(0)}} ({{recipe.input(0).price}}) {{recipe.input(1).name}} x{{recipe.inputCount(1)}} ({{recipe.input(1).price}}) {{recipe.input(2).name}} x{{recipe.inputCount(1)}} ({{recipe.input(2).price}}) {{recipe.output(0).name}} ({{recipe.output(0).price}}) {{recipe.profit}}
Grimy Price Clean Price Profit
{{recipe.input(0).name}} {{recipe.input(0).price}} {{recipe.output(0).name}} {{recipe.output(0).price}} {{recipe.profit}}