06-03-2012, 07:48 PM
STR_Warrior: your format is rather lengthy, requires too much space per recipe and doesn't allow shapeless recipes. So the only advantage is that you can see the shape of the craftboard somewhat.
Oh dear, what kind of minecrafter am I, I screwed up the stick format Should have been:
But what I wanted to show was the shapeless format, so it should have been a log-to-planks recipe:
Oh dear, what kind of minecrafter am I, I screwed up the stick format Should have been:
Code:
#Sticks:
Planks, 1:1, 1:2 | Stick, 4
But what I wanted to show was the shapeless format, so it should have been a log-to-planks recipe:
Code:
Log^0, *:* | Planks^0, 4
Log^1, *:* | Planks^1, 4
Log^2, *:* | Planks^2, 4
Log^3, *:* | Planks^3, 4
# Need to list each of the four log types, otherwise all logs would get converted into apple planks (^0)