A few details:
Which of the following formats do you think is the best?
Format 1 (as specified earlier):
Format 2
Format 3
Format 4
Or a different one?
Wife says the best format is this one:
She was preferring the + as the divider, until she noticed we're using a * for coords, and it's too close to + visually.
Which of the following formats do you think is the best?
Format 1 (as specified earlier):
Code:
<Ingredient1> | <Ingredient2> | ... | <IngredientN> | <Result>
Stick, 2:2, 2:3 | Cobblestone, 2:1, *:1 | StoneHoe
Format 2
Code:
<Result> | <Ingredient1> | <Ingredient2> | ... | <IngredientN>
StoneHoe | Stick, 2:2, 2:3 | Cobblestone, 2:1, *:1
Format 3
Code:
<Ingredient1> + <Ingredient2> + ... + <IngredientN> = <Result>
Stick, 2:2, 2:3 + Cobblestone, 2:1, *:1 = StoneHoe
Format 4
Code:
<Result> = <Ingredient1> + <Ingredient2> + ... + <IngredientN>
StoneHoe = Stick, 2:2, 2:3 + Cobblestone, 2:1, *:1
Or a different one?
Wife says the best format is this one:
Code:
<Result> = <Ingredient1> | <Ingredient2> | ... | <IngredientN>
StoneHoe = Stick, 2:2, 2:3 | Cobblestone, 2:1, *:1
Planks^0, 4 = Log^0, *